You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ Oh-My-OpenCode provides 10 specialized AI agents. Each has distinct expertise, o
10
10
11
11
| Agent | Model | Purpose |
12
12
|-------|-------|---------|
13
-
|**Sisyphus**|`anthropic/claude-opus-4-5`|**The default orchestrator.** Plans, delegates, and executes complex tasks using specialized subagents with aggressive parallel execution. Todo-driven workflow with extended thinking (32k budget). |
13
+
|**Sisyphus**|`anthropic/claude-opus-4-5`|**The default orchestrator.** Plans, delegates, and executes complex tasks using specialized subagents with aggressive parallel execution. Todo-driven workflow with extended thinking (32k budget). Fallback: kimi-k2.5 → glm-4.7 → gpt-5.2-codex → gemini-3-pro. |
14
14
|**oracle**|`openai/gpt-5.2`| Architecture decisions, code review, debugging. Read-only consultation - stellar logical reasoning and deep analysis. Inspired by AmpCode. |
15
-
|**librarian**|`opencode/big-pickle`| Multi-repo analysis, documentation lookup, OSS implementation examples. Deep codebase understanding with evidence-based answers. Inspired by AmpCode. |
16
-
|**explore**|`opencode/gpt-5-nano`| Fast codebase exploration and contextual grep. Uses Gemini 3 Flash when Antigravity auth is configured, Haiku when Claude max20 is available, otherwise Grok. Inspired by Claude Code. |
17
-
|**multimodal-looker**|`google/gemini-3-flash`| Visual content specialist. Analyzes PDFs, images, diagrams to extract information. Saves tokens by having another agent process media. |
15
+
|**librarian**|`zai-coding-plan/glm-4.7`| Multi-repo analysis, documentation lookup, OSS implementation examples. Deep codebase understanding with evidence-based answers. Fallback: glm-4.7-free → claude-sonnet-4-5. |
16
+
|**explore**|`anthropic/claude-haiku-4-5`| Fast codebase exploration and contextual grep. Fallback: gpt-5-mini → gpt-5-nano. Inspired by Claude Code. |
Copy file name to clipboardExpand all lines: docs/guide/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ If Z.ai is the only provider available, all agents will use GLM models:
213
213
214
214
#### OpenCode Zen
215
215
216
-
OpenCode Zen provides access to `opencode/` prefixed models including `opencode/claude-opus-4-5`, `opencode/gpt-5.2`, `opencode/gpt-5-nano`, and `opencode/big-pickle`.
216
+
OpenCode Zen provides access to `opencode/` prefixed models including `opencode/claude-opus-4-5`, `opencode/gpt-5.2`, `opencode/gpt-5-nano`, and `opencode/glm-4.7-free`.
217
217
218
218
When OpenCode Zen is the best available provider (no native or Copilot), these models are used:
219
219
@@ -222,7 +222,7 @@ When OpenCode Zen is the best available provider (no native or Copilot), these m
222
222
|**Sisyphus**|`opencode/claude-opus-4-5`|
223
223
|**Oracle**|`opencode/gpt-5.2`|
224
224
|**Explore**|`opencode/gpt-5-nano`|
225
-
|**Librarian**|`opencode/big-pickle`|
225
+
|**Librarian**|`opencode/glm-4.7-free`|
226
226
227
227
##### Setup
228
228
@@ -278,7 +278,7 @@ After everything is set up and working, ask the user:
278
278
279
279
If the user agrees, run:
280
280
```bash
281
-
gh repo star code-yeongyu/oh-my-opencode
281
+
gh api --silent --method PUT /user/starred/code-yeongyu/oh-my-opencode>/dev/null 2>&1||true
282
282
```
283
283
284
284
**Important**: Only run the command if the user explicitly says yes. Never run it automatically without consent.
Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "oh-my-opencode",
3
-
"version": "3.1.7",
3
+
"version": "3.1.8",
4
4
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
0 commit comments