oh-my-opencode 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ko.md CHANGED
@@ -261,8 +261,9 @@ opencode auth login
261
261
 
262
262
  ### Agents: 당신의 새로운 팀원들
263
263
 
264
+ - **OmO** (`anthropic/claude-opus-4-5`): **기본 에이전트입니다.** OpenCode를 위한 강력한 AI 오케스트레이터입니다. 전문 서브에이전트를 활용하여 복잡한 작업을 계획, 위임, 실행합니다. 백그라운드 태스크 위임과 todo 기반 워크플로우를 강조합니다. 최대 추론 능력을 위해 Claude Opus 4.5와 확장된 사고(32k 버짓)를 사용합니다.
264
265
  - **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 에서 영감을 받았습니다.
266
267
  - **explore** (`opencode/grok-code`): 빠른 코드베이스 탐색, 파일 패턴 매칭. Claude Code는 Haiku를 쓰지만, 우리는 Grok을 씁니다. 현재 무료이고, 극도로 빠르며, 파일 탐색 작업에 충분한 지능을 갖췄기 때문입니다. Claude Code 에서 영감을 받았습니다.
267
268
  - **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): 개발자로 전향한 디자이너라는 설정을 갖고 있습니다. 멋진 UI를 만듭니다. 아름답고 창의적인 UI 코드를 생성하는 데 탁월한 Gemini를 사용합니다.
268
269
  - **document-writer** (`google/gemini-3-pro-preview`): 기술 문서 전문가라는 설정을 갖고 있습니다. Gemini 는 문학가입니다. 글을 기가막히게 씁니다.
@@ -525,6 +526,22 @@ Google Gemini 모델을 위한 내장 Antigravity OAuth를 활성화합니다:
525
526
 
526
527
  사용 가능한 에이전트: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `document-writer`, `multimodal-looker`
527
528
 
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
+
528
545
  ### Hooks
529
546
 
530
547
  `~/.config/opencode/oh-my-opencode.json` 또는 `.opencode/oh-my-opencode.json`의 `disabled_hooks`를 통해 특정 내장 훅을 비활성화할 수 있습니다:
package/README.md CHANGED
@@ -262,8 +262,9 @@ The plugin works perfectly with defaults. Aside from the recommended `google_aut
262
262
 
263
263
  ### Agents: Your Teammates
264
264
 
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.
265
266
  - **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.
267
268
  - **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.
268
269
  - **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): A designer turned developer. Builds gorgeous UIs. Gemini excels at creative, beautiful UI code.
269
270
  - **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
526
527
 
527
528
  Available agents: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `document-writer`, `multimodal-looker`
528
529
 
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
+
529
546
  ### Hooks
530
547
 
531
548
  Disable specific built-in hooks via `disabled_hooks` in `~/.config/opencode/oh-my-opencode.json` or `.opencode/oh-my-opencode.json`:
@@ -1,5 +1,6 @@
1
1
  import { z } from "zod";
2
2
  export declare const BuiltinAgentNameSchema: z.ZodEnum<{
3
+ OmO: "OmO";
3
4
  oracle: "oracle";
4
5
  librarian: "librarian";
5
6
  explore: "explore";
@@ -8,6 +9,7 @@ export declare const BuiltinAgentNameSchema: z.ZodEnum<{
8
9
  "multimodal-looker": "multimodal-looker";
9
10
  }>;
10
11
  export declare const OverridableAgentNameSchema: z.ZodEnum<{
12
+ OmO: "OmO";
11
13
  oracle: "oracle";
12
14
  librarian: "librarian";
13
15
  explore: "explore";
@@ -17,6 +19,7 @@ export declare const OverridableAgentNameSchema: z.ZodEnum<{
17
19
  build: "build";
18
20
  }>;
19
21
  export declare const AgentNameSchema: z.ZodEnum<{
22
+ OmO: "OmO";
20
23
  oracle: "oracle";
21
24
  librarian: "librarian";
22
25
  explore: "explore";
@@ -137,6 +140,52 @@ export declare const AgentOverridesSchema: z.ZodObject<{
137
140
  }>>;
138
141
  }, z.core.$strip>>;
139
142
  }, z.core.$strip>>;
143
+ OmO: z.ZodOptional<z.ZodObject<{
144
+ model: z.ZodOptional<z.ZodString>;
145
+ temperature: z.ZodOptional<z.ZodNumber>;
146
+ top_p: z.ZodOptional<z.ZodNumber>;
147
+ prompt: z.ZodOptional<z.ZodString>;
148
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
149
+ disable: z.ZodOptional<z.ZodBoolean>;
150
+ description: z.ZodOptional<z.ZodString>;
151
+ mode: z.ZodOptional<z.ZodEnum<{
152
+ subagent: "subagent";
153
+ primary: "primary";
154
+ all: "all";
155
+ }>>;
156
+ color: z.ZodOptional<z.ZodString>;
157
+ permission: z.ZodOptional<z.ZodObject<{
158
+ edit: z.ZodOptional<z.ZodEnum<{
159
+ allow: "allow";
160
+ deny: "deny";
161
+ ask: "ask";
162
+ }>>;
163
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
164
+ allow: "allow";
165
+ deny: "deny";
166
+ ask: "ask";
167
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
168
+ allow: "allow";
169
+ deny: "deny";
170
+ ask: "ask";
171
+ }>>]>>;
172
+ webfetch: z.ZodOptional<z.ZodEnum<{
173
+ allow: "allow";
174
+ deny: "deny";
175
+ ask: "ask";
176
+ }>>;
177
+ doom_loop: z.ZodOptional<z.ZodEnum<{
178
+ allow: "allow";
179
+ deny: "deny";
180
+ ask: "ask";
181
+ }>>;
182
+ external_directory: z.ZodOptional<z.ZodEnum<{
183
+ allow: "allow";
184
+ deny: "deny";
185
+ ask: "ask";
186
+ }>>;
187
+ }, z.core.$strip>>;
188
+ }, z.core.$strip>>;
140
189
  oracle: z.ZodOptional<z.ZodObject<{
141
190
  model: z.ZodOptional<z.ZodString>;
142
191
  temperature: z.ZodOptional<z.ZodNumber>;
@@ -432,6 +481,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
432
481
  grep_app: "grep_app";
433
482
  }>>>;
434
483
  disabled_agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
484
+ OmO: "OmO";
435
485
  oracle: "oracle";
436
486
  librarian: "librarian";
437
487
  explore: "explore";
@@ -506,6 +556,52 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
506
556
  }>>;
507
557
  }, z.core.$strip>>;
508
558
  }, z.core.$strip>>;
559
+ OmO: z.ZodOptional<z.ZodObject<{
560
+ model: z.ZodOptional<z.ZodString>;
561
+ temperature: z.ZodOptional<z.ZodNumber>;
562
+ top_p: z.ZodOptional<z.ZodNumber>;
563
+ prompt: z.ZodOptional<z.ZodString>;
564
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
565
+ disable: z.ZodOptional<z.ZodBoolean>;
566
+ description: z.ZodOptional<z.ZodString>;
567
+ mode: z.ZodOptional<z.ZodEnum<{
568
+ subagent: "subagent";
569
+ primary: "primary";
570
+ all: "all";
571
+ }>>;
572
+ color: z.ZodOptional<z.ZodString>;
573
+ permission: z.ZodOptional<z.ZodObject<{
574
+ edit: z.ZodOptional<z.ZodEnum<{
575
+ allow: "allow";
576
+ deny: "deny";
577
+ ask: "ask";
578
+ }>>;
579
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
580
+ allow: "allow";
581
+ deny: "deny";
582
+ ask: "ask";
583
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
584
+ allow: "allow";
585
+ deny: "deny";
586
+ ask: "ask";
587
+ }>>]>>;
588
+ webfetch: z.ZodOptional<z.ZodEnum<{
589
+ allow: "allow";
590
+ deny: "deny";
591
+ ask: "ask";
592
+ }>>;
593
+ doom_loop: z.ZodOptional<z.ZodEnum<{
594
+ allow: "allow";
595
+ deny: "deny";
596
+ ask: "ask";
597
+ }>>;
598
+ external_directory: z.ZodOptional<z.ZodEnum<{
599
+ allow: "allow";
600
+ deny: "deny";
601
+ ask: "ask";
602
+ }>>;
603
+ }, z.core.$strip>>;
604
+ }, z.core.$strip>>;
509
605
  oracle: z.ZodOptional<z.ZodObject<{
510
606
  model: z.ZodOptional<z.ZodString>;
511
607
  temperature: z.ZodOptional<z.ZodNumber>;
package/dist/index.js CHANGED
@@ -25596,6 +25596,7 @@ var AgentPermissionSchema = exports_external.object({
25596
25596
  external_directory: PermissionValue.optional()
25597
25597
  });
25598
25598
  var BuiltinAgentNameSchema = exports_external.enum([
25599
+ "OmO",
25599
25600
  "oracle",
25600
25601
  "librarian",
25601
25602
  "explore",
@@ -25605,6 +25606,7 @@ var BuiltinAgentNameSchema = exports_external.enum([
25605
25606
  ]);
25606
25607
  var OverridableAgentNameSchema = exports_external.enum([
25607
25608
  "build",
25609
+ "OmO",
25608
25610
  "oracle",
25609
25611
  "librarian",
25610
25612
  "explore",
@@ -25646,6 +25648,7 @@ var AgentOverrideConfigSchema = exports_external.object({
25646
25648
  });
25647
25649
  var AgentOverridesSchema = exports_external.object({
25648
25650
  build: AgentOverrideConfigSchema.optional(),
25651
+ OmO: AgentOverrideConfigSchema.optional(),
25649
25652
  oracle: AgentOverrideConfigSchema.optional(),
25650
25653
  librarian: AgentOverrideConfigSchema.optional(),
25651
25654
  explore: AgentOverrideConfigSchema.optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",