@reinamaccredy/oh-my-opencode 3.0.0-beta.7 → 3.0.0-beta.9
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.ja.md +4 -4
- package/README.md +5 -5
- package/README.zh-cn.md +4 -4
- package/dist/cli/index.js +9 -5
- package/dist/index.js +4 -4
- package/package.json +5 -1
package/README.ja.md
CHANGED
|
@@ -362,7 +362,7 @@ opencode auth login
|
|
|
362
362
|
`opencode.json` に完全なモデル設定も構成する必要があります。
|
|
363
363
|
[opencode-openai-codex-auth ドキュメント](https://github.com/numman-ali/opencode-openai-codex-auth)を読み、[`config/opencode-modern.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-modern.json)(OpenCode v1.0.210+)または [`config/opencode-legacy.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-legacy.json)(旧バージョン)から provider/models 設定をコピーして、ユーザーの既存のセットアップを壊さないよう慎重にマージしてください。
|
|
364
364
|
|
|
365
|
-
**利用可能なモデル**: `
|
|
365
|
+
**利用可能なモデル**: `proxypal/gpt-5.2-codex`, `proxypal/gpt-5.2-codex-codex`, `openai/gpt-5.1-codex-max`, `openai/gpt-5.1-codex`, `openai/gpt-5.1-codex-mini`, `openai/gpt-5.1`
|
|
366
366
|
|
|
367
367
|
**Variants** (OpenCode v1.0.210+): `--variant=<none|low|medium|high|xhigh>` オプションで推論強度を制御できます。
|
|
368
368
|
|
|
@@ -460,7 +460,7 @@ oh-my-opencode を削除するには:
|
|
|
460
460
|
### Agents: あなたの新しいチームメイト
|
|
461
461
|
|
|
462
462
|
- **Sisyphus** (`anthropic/claude-opus-4-5`): **デフォルトエージェントです。** OpenCode のための強力な AI オーケストレーターです。専門のサブエージェントを活用して、複雑なタスクを計画、委任、実行します。バックグラウンドタスクへの委任と Todo ベースのワークフローを重視します。最大の推論能力を発揮するため、Claude Opus 4.5 と拡張思考 (32k token budget) を使用します。
|
|
463
|
-
- **oracle** (`
|
|
463
|
+
- **oracle** (`proxypal/gpt-5.2-codex`): アーキテクチャ、コードレビュー、戦略立案のための専門アドバイザー。GPT-5.2 の卓越した論理的推論と深い分析能力を活用します。AmpCode からインスピレーションを得ました。
|
|
464
464
|
- **librarian** (`anthropic/claude-sonnet-4-5` または `google/gemini-3-flash`): マルチリポジトリ分析、ドキュメント検索、実装例の調査を担当。Antigravity 認証が設定されている場合は Gemini 3 Flash を使用し、それ以外は Claude Sonnet 4.5 を使用して、深いコードベース理解と GitHub リサーチ、根拠に基づいた回答を提供します。AmpCode からインスピレーションを得ました。
|
|
465
465
|
- **explore** (`opencode/grok-code`、`google/gemini-3-flash`、または `anthropic/claude-haiku-4-5`): 高速なコードベース探索、ファイルパターンマッチング。Antigravity 認証が設定されている場合は Gemini 3 Flash を使用し、Claude max20 が利用可能な場合は Haiku を使用し、それ以外は Grok を使います。Claude Code からインスピレーションを得ました。
|
|
466
466
|
- **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): 開発者に転身したデザイナーという設定です。素晴らしい UI を作ります。美しく独創的な UI コードを生成することに長けた Gemini を使用します。
|
|
@@ -755,7 +755,7 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま
|
|
|
755
755
|
/* エージェントのオーバーライド - 特定のタスクに合わせてモデルをカスタマイズ */
|
|
756
756
|
"agents": {
|
|
757
757
|
"oracle": {
|
|
758
|
-
"model": "
|
|
758
|
+
"model": "proxypal/gpt-5.2-codex" // 戦略的な推論のための GPT
|
|
759
759
|
},
|
|
760
760
|
"explore": {
|
|
761
761
|
"model": "opencode/grok-code" // 探索のための高速かつ無料のモデル
|
|
@@ -916,7 +916,7 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま
|
|
|
916
916
|
"model": "anthropic/claude-opus-4"
|
|
917
917
|
},
|
|
918
918
|
"Prometheus (Planner)": {
|
|
919
|
-
"model": "
|
|
919
|
+
"model": "proxypal/gpt-5.2-codex"
|
|
920
920
|
},
|
|
921
921
|
"Metis (Plan Consultant)": {
|
|
922
922
|
"model": "anthropic/claude-sonnet-4-5"
|
package/README.md
CHANGED
|
@@ -401,7 +401,7 @@ First, add the opencode-openai-codex-auth plugin:
|
|
|
401
401
|
You'll also need full model settings in `opencode.json`.
|
|
402
402
|
Read the [opencode-openai-codex-auth documentation](https://github.com/numman-ali/opencode-openai-codex-auth), copy provider/models config from [`config/opencode-modern.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-modern.json) (for OpenCode v1.0.210+) or [`config/opencode-legacy.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-legacy.json) (for older versions), and merge carefully to avoid breaking the user's existing setup.
|
|
403
403
|
|
|
404
|
-
**Available models**: `
|
|
404
|
+
**Available models**: `proxypal/gpt-5.2-codex`, `proxypal/gpt-5.2-codex-codex`, `openai/gpt-5.1-codex-max`, `openai/gpt-5.1-codex`, `openai/gpt-5.1-codex-mini`, `openai/gpt-5.1`
|
|
405
405
|
|
|
406
406
|
**Variants** (OpenCode v1.0.210+): Use `--variant=<none|low|medium|high|xhigh>` for reasoning effort control.
|
|
407
407
|
|
|
@@ -498,7 +498,7 @@ To remove oh-my-opencode:
|
|
|
498
498
|
### Agents: Your Teammates
|
|
499
499
|
|
|
500
500
|
- **Sisyphus** (`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.
|
|
501
|
-
- **oracle** (`
|
|
501
|
+
- **oracle** (`proxypal/gpt-5.2-codex`): Architecture, code review, strategy. Uses GPT-5.2 for its stellar logical reasoning and deep analysis. Inspired by AmpCode.
|
|
502
502
|
- **librarian** (`anthropic/claude-sonnet-4-5` or `google/gemini-3-flash`): Multi-repo analysis, doc lookup, implementation examples. Uses Gemini 3 Flash when Antigravity auth is configured, otherwise Claude Sonnet 4.5 for deep codebase understanding and GitHub research with evidence-based answers. Inspired by AmpCode.
|
|
503
503
|
- **explore** (`opencode/grok-code`, `google/gemini-3-flash`, or `anthropic/claude-haiku-4-5`): Fast codebase exploration and pattern matching. Uses Gemini 3 Flash when Antigravity auth is configured, Haiku when Claude max20 is available, otherwise Grok. Inspired by Claude Code.
|
|
504
504
|
- **frontend-ui-ux-engineer** (`google/gemini-3-pro-high`): A designer turned developer. Builds gorgeous UIs. Gemini excels at creative, beautiful UI code.
|
|
@@ -811,7 +811,7 @@ When both `oh-my-opencode.jsonc` and `oh-my-opencode.json` files exist, `.jsonc`
|
|
|
811
811
|
/* Agent overrides - customize models for specific tasks */
|
|
812
812
|
"agents": {
|
|
813
813
|
"oracle": {
|
|
814
|
-
"model": "
|
|
814
|
+
"model": "proxypal/gpt-5.2-codex" // GPT for strategic reasoning
|
|
815
815
|
},
|
|
816
816
|
"explore": {
|
|
817
817
|
"model": "opencode/grok-code" // Free & fast for exploration
|
|
@@ -1007,7 +1007,7 @@ You can also customize Sisyphus agents like other agents:
|
|
|
1007
1007
|
"model": "anthropic/claude-opus-4"
|
|
1008
1008
|
},
|
|
1009
1009
|
"Prometheus (Planner)": {
|
|
1010
|
-
"model": "
|
|
1010
|
+
"model": "proxypal/gpt-5.2-codex"
|
|
1011
1011
|
},
|
|
1012
1012
|
"Metis (Plan Consultant)": {
|
|
1013
1013
|
"model": "anthropic/claude-sonnet-4-5"
|
|
@@ -1066,7 +1066,7 @@ Categories enable domain-specific task delegation via the `sisyphus_task` tool.
|
|
|
1066
1066
|
| Category | Model | Description |
|
|
1067
1067
|
|----------|-------|-------------|
|
|
1068
1068
|
| `visual` | `google/gemini-3-pro-preview` | Frontend, UI/UX, design-focused tasks. High creativity (temp 0.7). |
|
|
1069
|
-
| `business-logic` | `
|
|
1069
|
+
| `business-logic` | `proxypal/gpt-5.2-codex` | Backend logic, architecture, strategic reasoning. Low creativity (temp 0.1). |
|
|
1070
1070
|
|
|
1071
1071
|
**Usage:**
|
|
1072
1072
|
|
package/README.zh-cn.md
CHANGED
|
@@ -367,7 +367,7 @@ opencode auth login
|
|
|
367
367
|
要在 `opencode.json` 里配完整的模型设置。
|
|
368
368
|
去读 [opencode-openai-codex-auth 文档](https://github.com/numman-ali/opencode-openai-codex-auth),从 [`config/opencode-modern.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-modern.json)(OpenCode v1.0.210+)或 [`config/opencode-legacy.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/opencode-legacy.json)(旧版本)抄 provider/models 配置,动脑子合并,别搞炸了。
|
|
369
369
|
|
|
370
|
-
**可用模型**:`
|
|
370
|
+
**可用模型**:`proxypal/gpt-5.2-codex`, `proxypal/gpt-5.2-codex-codex`, `openai/gpt-5.1-codex-max`, `openai/gpt-5.1-codex`, `openai/gpt-5.1-codex-mini`, `openai/gpt-5.1`
|
|
371
371
|
|
|
372
372
|
**Variants**(OpenCode v1.0.210+):用 `--variant=<none|low|medium|high|xhigh>` 控制推理强度。
|
|
373
373
|
|
|
@@ -465,7 +465,7 @@ gh repo star code-yeongyu/oh-my-opencode
|
|
|
465
465
|
### Agents:你的神队友
|
|
466
466
|
|
|
467
467
|
- **Sisyphus** (`anthropic/claude-opus-4-5`):**默认 Agent。** OpenCode 专属的强力 AI 编排器。指挥专业子 Agent 搞定复杂任务。主打后台任务委派和 Todo 驱动。用 Claude Opus 4.5 加上扩展思考(32k token 预算),智商拉满。
|
|
468
|
-
- **oracle** (`
|
|
468
|
+
- **oracle** (`proxypal/gpt-5.2-codex`):架构师、代码审查员、战略家。GPT-5.2 的逻辑推理和深度分析能力不是盖的。致敬 AmpCode。
|
|
469
469
|
- **librarian** (`anthropic/claude-sonnet-4-5` 或 `google/gemini-3-flash`):多仓库分析、查文档、找示例。配置 Antigravity 认证时使用 Gemini 3 Flash,否则使用 Claude Sonnet 4.5 深入理解代码库,GitHub 调研,给出的答案都有据可查。致敬 AmpCode。
|
|
470
470
|
- **explore** (`opencode/grok-code`、`google/gemini-3-flash` 或 `anthropic/claude-haiku-4-5`):极速代码库扫描、模式匹配。配置 Antigravity 认证时使用 Gemini 3 Flash,Claude max20 可用时使用 Haiku,否则用 Grok。致敬 Claude Code。
|
|
471
471
|
- **frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`):设计师出身的程序员。UI 做得那是真漂亮。Gemini 写这种创意美观的代码是一绝。
|
|
@@ -756,7 +756,7 @@ Agent 爽了,你自然也爽。但我还想直接让你爽。
|
|
|
756
756
|
/* Agent 覆盖 - 为特定任务自定义模型 */
|
|
757
757
|
"agents": {
|
|
758
758
|
"oracle": {
|
|
759
|
-
"model": "
|
|
759
|
+
"model": "proxypal/gpt-5.2-codex" // 用于战略推理的 GPT
|
|
760
760
|
},
|
|
761
761
|
"explore": {
|
|
762
762
|
"model": "opencode/grok-code" // 快速且免费的搜索模型
|
|
@@ -917,7 +917,7 @@ Sisyphus Agent 也能自定义:
|
|
|
917
917
|
"model": "anthropic/claude-opus-4"
|
|
918
918
|
},
|
|
919
919
|
"Prometheus (Planner)": {
|
|
920
|
-
"model": "
|
|
920
|
+
"model": "proxypal/gpt-5.2-codex"
|
|
921
921
|
},
|
|
922
922
|
"Metis (Plan Consultant)": {
|
|
923
923
|
"model": "anthropic/claude-sonnet-4-5"
|
package/dist/cli/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2253
2253
|
var require_package = __commonJS((exports, module) => {
|
|
2254
2254
|
module.exports = {
|
|
2255
2255
|
name: "@reinamaccredy/oh-my-opencode",
|
|
2256
|
-
version: "3.0.0-beta.
|
|
2256
|
+
version: "3.0.0-beta.9",
|
|
2257
2257
|
description: "Fork of oh-my-opencode with Maestro workflow integration - Multi-Model Orchestration, Parallel Background Agents, Design Phases, and TDD Methodology",
|
|
2258
2258
|
main: "dist/index.js",
|
|
2259
2259
|
types: "dist/index.d.ts",
|
|
@@ -2281,6 +2281,10 @@ var require_package = __commonJS((exports, module) => {
|
|
|
2281
2281
|
"build:schema": "bun run script/build-schema.ts",
|
|
2282
2282
|
clean: "rm -rf dist",
|
|
2283
2283
|
prepublishOnly: "bun run clean && bun run build",
|
|
2284
|
+
"publish:beta": "./scripts/publish.sh prerelease",
|
|
2285
|
+
"publish:patch": "./scripts/publish.sh patch",
|
|
2286
|
+
"publish:minor": "./scripts/publish.sh minor",
|
|
2287
|
+
"publish:major": "./scripts/publish.sh major",
|
|
2284
2288
|
typecheck: "tsc --noEmit",
|
|
2285
2289
|
test: "bun test"
|
|
2286
2290
|
},
|
|
@@ -6764,8 +6768,8 @@ function generateOmoConfig(installConfig) {
|
|
|
6764
6768
|
agents["multimodal-looker"] = { model: "opencode/glm-4.7-free" };
|
|
6765
6769
|
}
|
|
6766
6770
|
if (installConfig.hasChatGPT) {
|
|
6767
|
-
agents["oracle"] = { model: "
|
|
6768
|
-
agents["Momus (Plan Reviewer)"] = { model: "
|
|
6771
|
+
agents["oracle"] = { model: "proxypal/gpt-5.2-codex" };
|
|
6772
|
+
agents["Momus (Plan Reviewer)"] = { model: "proxypal/gpt-5.2-codex" };
|
|
6769
6773
|
} else if (installConfig.hasClaude) {
|
|
6770
6774
|
agents["oracle"] = { model: "anthropic/claude-opus-4-5" };
|
|
6771
6775
|
agents["Momus (Plan Reviewer)"] = { model: "anthropic/claude-opus-4-5" };
|
|
@@ -6778,7 +6782,7 @@ function generateOmoConfig(installConfig) {
|
|
|
6778
6782
|
if (installConfig.hasGemini) {
|
|
6779
6783
|
config.categories = {
|
|
6780
6784
|
"visual-engineering": { model: "proxypal/gemini-3-pro-preview" },
|
|
6781
|
-
ultrabrain: { model: "
|
|
6785
|
+
ultrabrain: { model: "proxypal/gpt-5.2-codex" },
|
|
6782
6786
|
artistry: { model: "proxypal/gemini-3-pro-preview" },
|
|
6783
6787
|
quick: { model: "proxypal/gemini-3-flash-preview" },
|
|
6784
6788
|
"most-capable": { model: "proxypal/gemini-claude-opus-4-5-thinking" },
|
|
@@ -6787,7 +6791,7 @@ function generateOmoConfig(installConfig) {
|
|
|
6787
6791
|
};
|
|
6788
6792
|
} else if (installConfig.hasChatGPT) {
|
|
6789
6793
|
config.categories = {
|
|
6790
|
-
ultrabrain: { model: "
|
|
6794
|
+
ultrabrain: { model: "proxypal/gpt-5.2-codex" }
|
|
6791
6795
|
};
|
|
6792
6796
|
}
|
|
6793
6797
|
return config;
|
package/dist/index.js
CHANGED
|
@@ -235,7 +235,7 @@ var init_constants = __esm(() => {
|
|
|
235
235
|
temperature: 0.7
|
|
236
236
|
},
|
|
237
237
|
ultrabrain: {
|
|
238
|
-
model: "
|
|
238
|
+
model: "proxypal/gpt-5.2-codex",
|
|
239
239
|
temperature: 0.1
|
|
240
240
|
},
|
|
241
241
|
artistry: {
|
|
@@ -16942,7 +16942,7 @@ var HOOK_NAME_MAP = {
|
|
|
16942
16942
|
};
|
|
16943
16943
|
var MODEL_TO_CATEGORY_MAP = {
|
|
16944
16944
|
"proxypal/gemini-3-pro-preview": "visual-engineering",
|
|
16945
|
-
"
|
|
16945
|
+
"proxypal/gpt-5.2-codex": "ultrabrain",
|
|
16946
16946
|
"proxypal/gemini-3-flash-preview": "quick",
|
|
16947
16947
|
"proxypal/gemini-claude-opus-4-5-thinking": "most-capable",
|
|
16948
16948
|
"proxypal/gemini-claude-sonnet-4-5-thinking": "general"
|
|
@@ -50141,7 +50141,7 @@ function createSisyphusAgent(model = DEFAULT_MODEL, availableAgents, availableTo
|
|
|
50141
50141
|
var sisyphusAgent = createSisyphusAgent();
|
|
50142
50142
|
|
|
50143
50143
|
// src/agents/oracle.ts
|
|
50144
|
-
var DEFAULT_MODEL2 = "
|
|
50144
|
+
var DEFAULT_MODEL2 = "proxypal/gpt-5.2-codex";
|
|
50145
50145
|
var ORACLE_PROMPT_METADATA = {
|
|
50146
50146
|
category: "advisor",
|
|
50147
50147
|
cost: "EXPENSIVE",
|
|
@@ -52756,7 +52756,7 @@ function createOrchestratorSisyphusAgent(ctx) {
|
|
|
52756
52756
|
var orchestratorSisyphusAgent = createOrchestratorSisyphusAgent();
|
|
52757
52757
|
|
|
52758
52758
|
// src/agents/momus.ts
|
|
52759
|
-
var DEFAULT_MODEL10 = "
|
|
52759
|
+
var DEFAULT_MODEL10 = "proxypal/gpt-5.2-codex";
|
|
52760
52760
|
var MOMUS_SYSTEM_PROMPT = `You are a work plan review expert. You review the provided work plan (.sisyphus/plans/{name}.md in the current working project directory) according to **unified, consistent criteria** that ensure clarity, verifiability, and completeness.
|
|
52761
52761
|
|
|
52762
52762
|
**CRITICAL FIRST RULE**:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reinamaccredy/oh-my-opencode",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.9",
|
|
4
4
|
"description": "Fork of oh-my-opencode with Maestro workflow integration - Multi-Model Orchestration, Parallel Background Agents, Design Phases, and TDD Methodology",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"build:schema": "bun run script/build-schema.ts",
|
|
29
29
|
"clean": "rm -rf dist",
|
|
30
30
|
"prepublishOnly": "bun run clean && bun run build",
|
|
31
|
+
"publish:beta": "./scripts/publish.sh prerelease",
|
|
32
|
+
"publish:patch": "./scripts/publish.sh patch",
|
|
33
|
+
"publish:minor": "./scripts/publish.sh minor",
|
|
34
|
+
"publish:major": "./scripts/publish.sh major",
|
|
31
35
|
"typecheck": "tsc --noEmit",
|
|
32
36
|
"test": "bun test"
|
|
33
37
|
},
|