Skip to content

Commit 5827989

Browse files
committed
docs: update README and schema for v2.0.0 changes
- Add OmO agent description as the default agent - Update librarian model from anthropic/claude-sonnet-4-5 to opencode/big-pickle - Add omo_agent configuration section with disable_build option - Update both English and Korean README files - Add omo_agent to JSON schema 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent 3e4d3fa commit 5827989

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

README.ko.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ opencode auth login
261261

262262
### Agents: 당신의 새로운 팀원들
263263

264+
- **OmO** (`anthropic/claude-opus-4-5`): **기본 에이전트입니다.** OpenCode를 위한 강력한 AI 오케스트레이터입니다. 전문 서브에이전트를 활용하여 복잡한 작업을 계획, 위임, 실행합니다. 백그라운드 태스크 위임과 todo 기반 워크플로우를 강조합니다. 최대 추론 능력을 위해 Claude Opus 4.5와 확장된 사고(32k 버짓)를 사용합니다.
264265
- **oracle** (`openai/gpt-5.2`): 아키텍처, 코드 리뷰, 전략 수립을 위한 전문가 조언자. GPT-5.2의 뛰어난 논리적 추론과 깊은 분석 능력을 활용합니다. AmpCode 에서 영감을 받았습니다.
265-
- **librarian** (`anthropic/claude-sonnet-4-5`): 멀티 레포 분석, 문서 조회, 구현 예제 담당. Claude Sonnet 4.5 의 뛰어난 지능, 훌륭한 도구 호출 능력을 활용합니다. AmpCode 에서 영감을 받았습니다.
266+
- **librarian** (`opencode/big-pickle`): 멀티 레포 분석, 문서 조회, 구현 예제 담당. OpenCode Zen을 통해 GLM-4.6(big-pickle)을 사용합니다—무료이고 빠르며 문서 조사에 탁월합니다. AmpCode 에서 영감을 받았습니다.
266267
- **explore** (`opencode/grok-code`): 빠른 코드베이스 탐색, 파일 패턴 매칭. Claude Code는 Haiku를 쓰지만, 우리는 Grok을 씁니다. 현재 무료이고, 극도로 빠르며, 파일 탐색 작업에 충분한 지능을 갖췄기 때문입니다. Claude Code 에서 영감을 받았습니다.
267268
- **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): 개발자로 전향한 디자이너라는 설정을 갖고 있습니다. 멋진 UI를 만듭니다. 아름답고 창의적인 UI 코드를 생성하는 데 탁월한 Gemini를 사용합니다.
268269
- **document-writer** (`google/gemini-3-pro-preview`): 기술 문서 전문가라는 설정을 갖고 있습니다. Gemini 는 문학가입니다. 글을 기가막히게 씁니다.
@@ -525,6 +526,22 @@ Google Gemini 모델을 위한 내장 Antigravity OAuth를 활성화합니다:
525526

526527
사용 가능한 에이전트: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `document-writer`, `multimodal-looker`
527528

529+
### OmO Agent
530+
531+
기본 OmO 에이전트 동작을 설정합니다:
532+
533+
```json
534+
{
535+
"omo_agent": {
536+
"disable_build": false
537+
}
538+
}
539+
```
540+
541+
| 옵션 | 기본값 | 설명 |
542+
|------|--------|------|
543+
| `disable_build` | `false` | `true`로 설정하면 기본 Build 에이전트를 숨깁니다. OmO가 유일한 primary 에이전트가 됩니다. |
544+
528545
### Hooks
529546

530547
`~/.config/opencode/oh-my-opencode.json` 또는 `.opencode/oh-my-opencode.json``disabled_hooks`를 통해 특정 내장 훅을 비활성화할 수 있습니다:

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ The plugin works perfectly with defaults. Aside from the recommended `google_aut
262262

263263
### Agents: Your Teammates
264264

265+
- **OmO** (`anthropic/claude-opus-4-5`): **The default agent.** A powerful AI orchestrator for OpenCode. Plans, delegates, and executes complex tasks using specialized subagents with aggressive parallel execution. Emphasizes background task delegation and todo-driven workflow. Uses Claude Opus 4.5 with extended thinking (32k budget) for maximum reasoning capability.
265266
- **oracle** (`openai/gpt-5.2`): Architecture, code review, strategy. Uses GPT-5.2 for its stellar logical reasoning and deep analysis. Inspired by AmpCode.
266-
- **librarian** (`anthropic/claude-sonnet-4-5`): Multi-repo analysis, doc lookup, implementation examples. Claude Sonnet 4 is fast, smart, great at tool calls, and excellent for documentation research. Inspired by AmpCode.
267+
- **librarian** (`opencode/big-pickle`): Multi-repo analysis, doc lookup, implementation examples. Uses GLM-4.6 (big-pickle) via OpenCode Zen—free, fast, and excellent for documentation research. Inspired by AmpCode.
267268
- **explore** (`opencode/grok-code`): Fast codebase exploration and pattern matching. Claude Code uses Haiku; we use Grok—it's free, blazing fast, and plenty smart for file traversal. Inspired by Claude Code.
268269
- **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): A designer turned developer. Builds gorgeous UIs. Gemini excels at creative, beautiful UI code.
269270
- **document-writer** (`google/gemini-3-pro-preview`): Technical writing expert. Gemini is a wordsmith—writes prose that flows.
@@ -526,6 +527,22 @@ Or disable via `disabled_agents` in `~/.config/opencode/oh-my-opencode.json` or
526527

527528
Available agents: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `document-writer`, `multimodal-looker`
528529

530+
### OmO Agent
531+
532+
Configure the default OmO agent behavior:
533+
534+
```json
535+
{
536+
"omo_agent": {
537+
"disable_build": false
538+
}
539+
}
540+
```
541+
542+
| Option | Default | Description |
543+
|--------|---------|-------------|
544+
| `disable_build` | `false` | When `true`, hides the default Build agent. OmO becomes the only primary agent. |
545+
529546
### Hooks
530547

531548
Disable specific built-in hooks via `disabled_hooks` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:

assets/oh-my-opencode.schema.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,17 @@
251251
"description": "Execute hooks from ~/.claude/settings.json, ./.claude/settings.json, ./.claude/settings.local.json"
252252
}
253253
}
254+
},
255+
"omo_agent": {
256+
"type": "object",
257+
"description": "Configuration for the default OmO agent behavior.",
258+
"properties": {
259+
"disable_build": {
260+
"type": "boolean",
261+
"description": "When true, hides the default Build agent. OmO becomes the only primary agent.",
262+
"default": false
263+
}
264+
}
254265
}
255266
}
256267
}

0 commit comments

Comments
 (0)