chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-09 19:57:32 +00:00
parent 274bb948e7
commit 389afef336
65 changed files with 823 additions and 793 deletions

View File

@@ -29,16 +29,16 @@ opencode [project]
#### 플래그
| 플래그 | 짧은 이름 | 설명 |
| ------------ | --------- | --------------------------------------------------------------- |
| `--continue` | `-c` | 마지막 세션 계속하기 |
| `--session` | `-s` | 계속할 세션 ID |
| 플래그 | 짧은 이름 | 설명 |
| ------------ | --------- | ----------------------------------------------------------------- |
| `--continue` | `-c` | 마지막 세션 계속하기 |
| `--session` | `-s` | 계속할 세션 ID |
| `--fork` | | 계속 시 세션 포크하기 (`--continue` 또는 `--session`과 함께 사용) |
| `--prompt` | | 사용할 프롬프트 |
| `--model` | `-m` | `provider/model` 형식의 모델 |
| `--agent` | | 사용할 에이전트 |
| `--port` | | 수신 대기할 포트 |
| `--hostname` | | 수신 대기할 호스트명 |
| `--prompt` | | 사용할 프롬프트 |
| `--model` | `-m` | `provider/model` 형식의 모델 |
| `--agent` | | 사용할 에이전트 |
| `--port` | | 수신 대기할 포트 |
| `--hostname` | | 수신 대기할 호스트명 |
---
@@ -335,19 +335,19 @@ opencode run --attach http://localhost:4096 "Explain async/await in JavaScript"
#### 플래그
| 플래그 | 짧은 이름 | 설명 |
| ------------ | --------- | --------------------------------------------------- |
| `--command` | | 실행 중인 명령 사용(미지정 시 args의 메시지 사용) |
| `--continue` | `-c` | 마지막 세션 |
| `--session` | `-s` | 세션 ID |
| `--share` | | 세션 공유 |
| `--model` | `-m` | `-m`의 형태로 사용 가능 |
| `--agent` | | 에이전트 |
| `--file` | `-f` | 메시지 첨부 파일 |
| `--format` | | 출력 형식: formatted 또는 json(raw JSON 이벤트) |
| `--title` | | 세션의 제목(제공되지 않은 경우 truncated prompt 사용) |
| `--attach` | | 운영 개시 서버(예: http://localhost:4096) |
| `--port` | | 현지 서버 포트 |
| 플래그 | 짧은 이름 | 설명 |
| ------------ | --------- | ----------------------------------------------------- |
| `--command` | | 실행 중인 명령 사용(미지정 시 args의 메시지 사용) |
| `--continue` | `-c` | 마지막 세션 |
| `--session` | `-s` | 세션 ID |
| `--share` | | 세션 공유 |
| `--model` | `-m` | `-m`의 형태로 사용 가능 |
| `--agent` | | 에이전트 |
| `--file` | `-f` | 메시지 첨부 파일 |
| `--format` | | 출력 형식: formatted 또는 json(raw JSON 이벤트) |
| `--title` | | 세션의 제목(제공되지 않은 경우 truncated prompt 사용) |
| `--attach` | | 운영 개시 서버(예: http://localhost:4096) |
| `--port` | | 현지 서버 포트 |
---
@@ -392,10 +392,10 @@ opencode session list
##### 플래그
| 플래그 | 짧은 이름 | 설명 |
| ------------- | --------- | ------------------------ |
| `--max-count` | `-n` | 최근 세션에 제한 |
| `--format` | | 출력 형식: table 또는 json |
| 플래그 | 짧은 이름 | 설명 |
| ------------- | --------- | -------------------------- |
| `--max-count` | `-n` | 최근 세션에 제한 |
| `--format` | | 출력 형식: table 또는 json |
---
@@ -539,12 +539,12 @@ opencode upgrade v0.1.48
opencode CLI는 다음의 글로벌 플래그를 사용합니다.
| 플래그 | 짧은 이름 | 설명 |
| -------------- | --------- | ----------------- |
| `--help` | `-h` | 디스플레이 도움말 |
| `--version` | `-v` | 인쇄판 번호 |
| `--print-logs` | | 스터디로 로그인 |
| `--log-level` | | 로그 레벨(DEBUG, INFO, WARN, ERROR) |
| 플래그 | 짧은 이름 | 설명 |
| -------------- | --------- | ----------------------------------- |
| `--help` | `-h` | 디스플레이 도움말 |
| `--version` | `-v` | 인쇄판 번호 |
| `--print-logs` | | 스터디로 로그인 |
| `--log-level` | | 로그 레벨(DEBUG, INFO, WARN, ERROR) |
---