oh-my-opencode-slim 2.0.0-beta.9 → 2.0.1

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.
Files changed (49) hide show
  1. package/README.ja-JP.md +121 -47
  2. package/README.ko-KR.md +708 -0
  3. package/README.md +149 -58
  4. package/README.zh-CN.md +142 -64
  5. package/dist/cli/background-subagents.d.ts +13 -0
  6. package/dist/cli/companion.d.ts +4 -0
  7. package/dist/cli/index.d.ts +2 -1
  8. package/dist/cli/index.js +651 -82
  9. package/dist/cli/install.d.ts +6 -1
  10. package/dist/cli/providers.d.ts +2 -1
  11. package/dist/cli/types.d.ts +8 -0
  12. package/dist/companion/manager.d.ts +38 -0
  13. package/dist/config/constants.d.ts +4 -1
  14. package/dist/config/fallback-chains.d.ts +1 -0
  15. package/dist/config/schema.d.ts +46 -40
  16. package/dist/hooks/auto-update-checker/checker.d.ts +7 -1
  17. package/dist/hooks/auto-update-checker/constants.d.ts +1 -0
  18. package/dist/hooks/auto-update-checker/types.d.ts +10 -0
  19. package/dist/hooks/index.d.ts +0 -2
  20. package/dist/hooks/json-error-recovery/hook.d.ts +1 -1
  21. package/dist/hooks/phase-reminder/index.d.ts +1 -1
  22. package/dist/index.js +1861 -2149
  23. package/dist/mcp/grep-app.d.ts +1 -1
  24. package/dist/multiplexer/zellij/index.d.ts +17 -3
  25. package/dist/tools/cancel-task.d.ts +6 -0
  26. package/dist/tools/preset-manager.d.ts +6 -7
  27. package/dist/tui.js +56 -31
  28. package/dist/utils/background-job-board.d.ts +39 -1
  29. package/dist/utils/index.d.ts +0 -1
  30. package/dist/utils/task.d.ts +2 -0
  31. package/oh-my-opencode-slim.schema.json +34 -91
  32. package/package.json +4 -3
  33. package/src/skills/codemap.md +3 -1
  34. package/src/skills/deepwork/SKILL.md +25 -3
  35. package/src/skills/oh-my-opencode-slim/SKILL.md +326 -0
  36. package/dist/divoom/council.gif +0 -0
  37. package/dist/divoom/designer.gif +0 -0
  38. package/dist/divoom/explorer.gif +0 -0
  39. package/dist/divoom/fixer.gif +0 -0
  40. package/dist/divoom/input.gif +0 -0
  41. package/dist/divoom/intro.gif +0 -0
  42. package/dist/divoom/librarian.gif +0 -0
  43. package/dist/divoom/manager.d.ts +0 -57
  44. package/dist/divoom/oracle.gif +0 -0
  45. package/dist/divoom/orchestrator.gif +0 -0
  46. package/dist/hooks/goal/index.d.ts +0 -38
  47. package/dist/hooks/todo-continuation/index.d.ts +0 -55
  48. package/dist/hooks/todo-continuation/todo-hygiene.d.ts +0 -35
  49. package/dist/utils/session-manager.d.ts +0 -55
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  <div align="center">
2
2
  <a href="https://github.com/alvinunreal/oh-my-opencode-slim/stargazers">
3
- <img src="img/4k.png" alt="4K GitHub Stars Milestone" style="border-radius: 10px;">
3
+ <img src="img/v2.webp" alt="oh-my-opencode-slim V2 Release" style="border-radius: 10px;">
4
4
  </a>
5
- <h3>✨ V2 Beta Release: Background Orchestration Has Arrived ✨</h3>
6
- <p><i>The orchestrator now schedules specialist agents in the background,<br>while <code>/deepwork</code> turns big goals into file-backed plans.<br>Beta testers: share your feedback with us on Telegram.</i></p>
5
+ <h3>✨ oh-my-opencode-slim ✨</h3>
7
6
 
8
- <p><b>Open Multi Agent Suite</b> · Mix any models · Auto delegate tasks</p>
7
+ <p><i>Seven divine beings emerged from the dawn of code, each an immortal master of their craft,<br>awaiting your command to forge order from chaos and build what was once thought impossible.</i></p>
9
8
 
9
+ <p><b>Opencode Multi Agent Suite</b> · Mix any models · Auto delegate tasks</p>
10
10
  <p><sub>by <b>Boring Dystopia Development</b></sub></p>
11
11
  <p>
12
12
  <a href="https://boringdystopia.ai/"><img src="https://img.shields.io/badge/boringdystopia.ai-111111?style=for-the-badge&logo=vercel&logoColor=white" alt="boringdystopia.ai"></a>&nbsp;
@@ -15,11 +15,12 @@
15
15
  </p>
16
16
 
17
17
  <p>
18
- <b>English</b> | <a href="README.zh-CN.md">简体中文</a> | <a href="README.ja-JP.md">日本語</a>
18
+ <b>English</b> | <a href="README.zh-CN.md">简体中文</a> | <a href="README.ja-JP.md">日本語</a> | <a href="README.ko-KR.md">한국어</a>
19
19
  </p>
20
- </div>
21
20
 
22
- ---
21
+ <p><sub>✦ ✦ ✦</sub></p>
22
+
23
+ </div>
23
24
 
24
25
  ## What's This Plugin
25
26
 
@@ -29,6 +30,29 @@ The main idea is simple: instead of forcing one model to do everything, the plug
29
30
 
30
31
  To explore the agents themselves, see **[Meet the Pantheon](#meet-the-pantheon)**. For the full feature set, see **[Features & Workflows](#features-and-workflows)** below.
31
32
 
33
+ ### What Users Say
34
+
35
+ > “Task management went from 5/10 to 8-9/10 easily. The Orchestrator sends
36
+ > Fixers and Explorers, and I can still talk and plan with the Orchestrator in
37
+ > the same session. The experience feels way smoother now.”
38
+ >
39
+ > \- `vipor_idk`
40
+
41
+ > “I ditched all my harnesses for this beta version of omo-slim and don't look
42
+ > back or miss anything. Great work and IMHO all in the right direction.”
43
+ >
44
+ > \- `stephanschielke`
45
+
46
+ > “I love omo-slim, and can't imagine running opencode without it. I love that I
47
+ > can create a Frankenstein of models... Makes the setup such a beast.”
48
+ >
49
+ > \- `Capital-One3039`
50
+
51
+ > “It has significantly improved my workflow... Now, it is working very
52
+ > smoothly, and I love it.”
53
+ >
54
+ > \- `xenstar1`
55
+
32
56
  ### Quick Start
33
57
 
34
58
  Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
@@ -45,22 +69,11 @@ Install and configure oh-my-opencode-slim: https://raw.githubusercontent.com/alv
45
69
  bunx oh-my-opencode-slim@latest install
46
70
  ```
47
71
 
48
- ### V2 Background-Orchestration Beta
49
-
50
- V2 changes the orchestrator from the default execution worker into a scheduler:
51
- it plans work, dispatches specialists as background tasks, receives completion
52
- events from OpenCode or checks status only when needed, then reconciles results
53
- before continuing. This requires OpenCode's native background subagent support,
54
- so beta users must start OpenCode with the experimental flag enabled.
55
-
56
- ```bash
57
- bunx oh-my-opencode-slim@beta install
58
- OPENCODE_EXPERIMENTAL_BACKGROUND_SUBAGENTS=1 opencode
59
- ```
60
-
61
72
  ### Getting Started
62
73
 
63
- The installer generates both OpenAI and OpenCode Go presets, with OpenAI active by default. OpenAI uses `openai/gpt-5.5` for the higher-judgment agents and `openai/gpt-5.4-mini` for the faster scoped agents. To make OpenCode Go active during install, run `bunx oh-my-opencode-slim@latest install --preset=opencode-go` or change the default preset name in `~/.config/opencode/oh-my-opencode-slim.json` after installation.
74
+ The installer generates both OpenAI and OpenCode Go presets, with OpenAI active by default.
75
+
76
+ To make OpenCode Go active during install, run `bunx oh-my-opencode-slim@latest install --preset=opencode-go` or change the default preset name in `~/.config/opencode/oh-my-opencode-slim.json` after installation.
64
77
 
65
78
  Then:
66
79
 
@@ -79,7 +92,10 @@ Then:
79
92
  4. **Update the models you want for each agent**
80
93
 
81
94
  > [!TIP]
82
- > It's **recommended** to understand how automatic delegation works. The **[Orchestrator prompt](https://github.com/alvinunreal/oh-my-opencode-slim/blob/master/src/agents/orchestrator.ts#L28)** contains the delegation rules, specialist routing logic, and the thresholds for when the main agent should hand work off to subagents. You can alway delegate manually by calling a subagent via: `@agentName <task>`
95
+ > It's **recommended** to understand how background orchestration works. The **[Orchestrator prompt](https://github.com/alvinunreal/oh-my-opencode-slim/blob/master/src/agents/orchestrator.ts#L28)** contains the scheduler rules, specialist routing logic, and thresholds for when work should be assigned to background agents. You can always delegate manually by calling a subagent via: `@agentName <task>`
96
+
97
+ > [!TIP]
98
+ > Because background agents are now the default workflow, it is **highly recommended** to enable and configure **[Multiplexer Integration](docs/multiplexer-integration.md)**. It automatically opens each agent in a dedicated Tmux or Zellij pane, so you can watch specialists work live while the Orchestrator continues coordinating the session.
83
99
 
84
100
  The default generated configuration includes both `openai` and `opencode-go` presets.
85
101
 
@@ -89,18 +105,18 @@ The default generated configuration includes both `openai` and `opencode-go` pre
89
105
  "preset": "openai",
90
106
  "presets": {
91
107
  "openai": {
92
- "orchestrator": { "model": "openai/gpt-5.5", "skills": ["*"], "mcps": ["*", "!context7"] },
108
+ "orchestrator": { "model": "openai/gpt-5.5", "variant": "medium", "skills": ["*"], "mcps": ["*", "!context7"] },
93
109
  "oracle": { "model": "openai/gpt-5.5", "variant": "high", "skills": ["simplify"], "mcps": [] },
94
- "librarian": { "model": "openai/gpt-5.4-mini", "variant": "low", "skills": [], "mcps": ["websearch", "context7", "grep_app"] },
110
+ "librarian": { "model": "openai/gpt-5.4-mini", "variant": "low", "skills": [], "mcps": ["websearch", "context7", "gh_grep"] },
95
111
  "explorer": { "model": "openai/gpt-5.4-mini", "variant": "low", "skills": [], "mcps": [] },
96
112
  "designer": { "model": "openai/gpt-5.4-mini", "variant": "medium", "skills": [], "mcps": [] },
97
- "fixer": { "model": "openai/gpt-5.4-mini", "variant": "low", "skills": [], "mcps": [] }
113
+ "fixer": { "model": "openai/gpt-5.5", "variant": "low", "skills": [], "mcps": [] }
98
114
  },
99
115
  "opencode-go": {
100
116
  "orchestrator": { "model": "opencode-go/glm-5.1", "skills": [ "*" ], "mcps": [ "*", "!context7" ] },
101
117
  "oracle": { "model": "opencode-go/deepseek-v4-pro", "variant": "max", "skills": ["simplify"], "mcps": [] },
102
118
  "council": { "model": "opencode-go/deepseek-v4-pro", "variant": "high", "skills": [], "mcps": [] },
103
- "librarian": { "model": "opencode-go/minimax-m2.7", "skills": [], "mcps": [ "websearch", "context7", "grep_app" ] },
119
+ "librarian": { "model": "opencode-go/minimax-m2.7", "skills": [], "mcps": [ "websearch", "context7", "gh_grep" ] },
104
120
  "explorer": { "model": "opencode-go/minimax-m2.7", "skills": [], "mcps": [] },
105
121
  "designer": { "model": "opencode-go/kimi-k2.6", "variant": "medium", "skills": [], "mcps": [] },
106
122
  "fixer": { "model": "opencode-go/deepseek-v4-flash", "variant": "high", "skills": [], "mcps": [] }
@@ -113,12 +129,6 @@ The default generated configuration includes both `openai` and `opencode-go` pre
113
129
 
114
130
  To use custom providers or a mixed-provider setup, use **[Configuration](docs/configuration.md)** for the full reference. If you want a ready-made starting point, check the **[Author's Preset](docs/authors-preset.md)** and **[$30 Preset](docs/thirty-dollars-preset.md)** - the `$30` preset is the best cheap setup.
115
131
 
116
- The configuration guide also covers custom subagents via `agents.<name>`, where
117
- you can define both a normal `prompt` and an `orchestratorPrompt` block for
118
- delegation.
119
-
120
- For model suggestions, see the **Recommended Models** listed under each agent below.
121
-
122
132
  ### ✅ Verify Your Setup
123
133
 
124
134
  After installation and authentication, verify all agents are configured and responding:
@@ -142,6 +152,86 @@ If any agent fails to respond, check your provider authentication and config fil
142
152
 
143
153
  ---
144
154
 
155
+ ### What's New in V2
156
+
157
+ V2 turns oh-my-opencode-slim into a scheduler-first multi-agent workflow system.
158
+ The Orchestrator stays focused on planning, delegation, reconciliation, and
159
+ verification while specialists do the work in their own lanes.
160
+
161
+ - **[Background agents](#background-agents)** — the Orchestrator now dispatches
162
+ specialists as background tasks, tracks task/session IDs, waits for completion
163
+ events, and reconciles results before continuing.
164
+ - **[Companion](#companion)** — an optional floating desktop window shows which
165
+ agents are currently active, including parallel background specialists.
166
+ - **[Deepwork](#deepwork)** — a structured workflow for large, multi-file, risky,
167
+ or phased coding work using persistent plan files and Oracle review gates.
168
+ - **[oh-my-opencode-slim skill](#oh-my-opencode-slim-skill)** — a bundled
169
+ configuration skill that helps tune models, prompts, custom agents, MCP access,
170
+ presets, and plugin behavior safely.
171
+
172
+ #### Background Agents
173
+
174
+ V2 makes background specialists the default mental model: the Orchestrator plans
175
+ the work graph, launches the right agents, avoids overlapping write ownership,
176
+ and waits for terminal task results before acting on them.
177
+
178
+ See **[Background Orchestration](docs/v2-background-orchestration.md)** for the
179
+ full scheduler model.
180
+
181
+ #### Companion
182
+
183
+ The optional Companion is a floating desktop status window for live agent
184
+ activity. It shows the current session state and which agents are active, so
185
+ background work is easier to follow at a glance.
186
+
187
+ <div align="center">
188
+ <img src="img/companion.gif" alt="Companion showing active agents" width="600">
189
+ <p><i>Left bottom visual companion.</i></p>
190
+ </div>
191
+
192
+ During interactive install, the installer asks whether to enable Companion and
193
+ defaults to `yes`. For automation, enable it explicitly with:
194
+
195
+ ```bash
196
+ bunx oh-my-opencode-slim@latest install --companion=yes
197
+ ```
198
+
199
+ See **[Companion](docs/companion.md)** for configuration, positions, sizes, and
200
+ install details.
201
+
202
+ #### Deepwork
203
+
204
+ Deepwork is for heavy coding sessions: broad refactors, multi-phase features,
205
+ risky architecture changes, or work that needs a persistent plan. It creates a
206
+ local markdown progress file, uses Oracle review gates, and keeps implementation
207
+ phases structured.
208
+
209
+ Start it with:
210
+
211
+ ```text
212
+ /deepwork <heavy coding task>
213
+ ```
214
+
215
+ See **[Skills](docs/skills.md#deepwork)** for when to use it and how the workflow
216
+ runs.
217
+
218
+ #### oh-my-opencode-slim Skill
219
+
220
+ The bundled `oh-my-opencode-slim` skill helps the Orchestrator configure and
221
+ improve the plugin itself. Use it for model tuning, custom agents, prompt
222
+ overrides, skill/MCP permissions, presets, optional agents, background
223
+ orchestration, and recurring workflow friction.
224
+
225
+ <div align="center">
226
+ <img src="img/oh-my-opencode-skill.png" alt="oh-my-opencode-slim skill in use" width="600">
227
+ <p><i>Ask the bundled skill to tune and improve your agent setup.</i></p>
228
+ </div>
229
+
230
+ See **[Skills](docs/skills.md#oh-my-opencode-slim)** for examples and safety
231
+ rules.
232
+
233
+ ---
234
+
145
235
  <a id="meet-the-pantheon"></a>
146
236
 
147
237
  ## 🏛️ Meet the Pantheon
@@ -170,17 +260,17 @@ If any agent fails to respond, check your provider authentication and config fil
170
260
  </tr>
171
261
  <tr>
172
262
  <td colspan="2">
173
- <b>Default Model:</b> <code>openai/gpt-5.5</code>
263
+ <b>Default Model:</b> <code>openai/gpt-5.5 (medium)</code>
174
264
  </td>
175
265
  </tr>
176
266
  <tr>
177
267
  <td colspan="2">
178
- <b>Recommended Models:</b> <code>openai/gpt-5.5</code> <code>anthropic/claude-opus-4.6</code>
268
+ <b>Recommended Models:</b> <code>openai/gpt-5.5 (medium)</code> <code>anthropic/claude-fable-5</code> <code>anthropic/claude-opus-4-8</code>
179
269
  </td>
180
270
  </tr>
181
271
  <tr>
182
272
  <td colspan="2">
183
- <b>Model Guidance:</b> Choose your default, strongest all-around coding model. Orchestrator is both the main coding agent and the delegator, so it needs strong implementation ability, good judgment, and reliable instruction-following.
273
+ <b>Model Guidance:</b> Choose your strongest planning and judgment model. Orchestrator is the workflow manager: it plans, schedules background specialists, reconciles results, and verifies outcomes, so it needs reliable instruction-following and high-level technical judgment more than raw worker throughput.
184
274
  </td>
185
275
  </tr>
186
276
  </table>
@@ -216,7 +306,7 @@ If any agent fails to respond, check your provider authentication and config fil
216
306
  </tr>
217
307
  <tr>
218
308
  <td colspan="2">
219
- <b>Recommended Models:</b> <code>cerebras/zai-glm-4.7</code> <code>fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo</code> <code>openai/gpt-5.4-mini</code>
309
+ <b>Recommended Models:</b> <code>openai/gpt-5.3-codex</code> <code>cerebras/zai-glm-4.7</code> <code>fireworks-ai/accounts/fireworks/routers/kimi-k2p6-turbo</code>
220
310
  </td>
221
311
  </tr>
222
312
  <tr>
@@ -257,7 +347,7 @@ If any agent fails to respond, check your provider authentication and config fil
257
347
  </tr>
258
348
  <tr>
259
349
  <td colspan="2">
260
- <b>Recommended Models:</b> <code>openai/gpt-5.5 (high)</code> <code>google/gemini-3.1-pro-preview (high)</code>
350
+ <b>Recommended Models:</b> <code>openai/gpt-5.5 (xhigh)</code> <code>anthropic/claude-fable-5</code> <code>anthropic/claude-opus-4-8 (xhigh)</code>
261
351
  </td>
262
352
  </tr>
263
353
  <tr>
@@ -347,7 +437,7 @@ If any agent fails to respond, check your provider authentication and config fil
347
437
  </tr>
348
438
  <tr>
349
439
  <td colspan="2">
350
- <b>Recommended Models:</b> <code>cerebras/zai-glm-4.7</code> <code>fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo</code> <code>openai/gpt-5.4-mini</code>
440
+ <b>Recommended Models:</b> <code>openai/gpt-5.3-codex</code> <code>cerebras/zai-glm-4.7</code> <code>fireworks-ai/accounts/fireworks/routers/kimi-k2p6-turbo</code>
351
441
  </td>
352
442
  </tr>
353
443
  <tr>
@@ -388,7 +478,7 @@ If any agent fails to respond, check your provider authentication and config fil
388
478
  </tr>
389
479
  <tr>
390
480
  <td colspan="2">
391
- <b>Recommended Models:</b> <code>google/gemini-3.1-pro-preview</code> <code>kimi-for-coding/k2p5</code>
481
+ <b>Recommended Models:</b> <code>google/gemini-3.5-flash</code> <code>moonshotai/kimi-k2.7-code</code>
392
482
  </td>
393
483
  </tr>
394
484
  <tr>
@@ -424,17 +514,17 @@ If any agent fails to respond, check your provider authentication and config fil
424
514
  </tr>
425
515
  <tr>
426
516
  <td colspan="2">
427
- <b>Default Model:</b> <code>openai/gpt-5.4-mini</code>
517
+ <b>Default Model:</b> <code>openai/gpt-5.5 (low)</code>
428
518
  </td>
429
519
  </tr>
430
520
  <tr>
431
521
  <td colspan="2">
432
- <b>Recommended Models:</b> <code>cerebras/zai-glm-4.7</code> <code>fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo</code> <code>openai/gpt-5.4-mini</code>
522
+ <b>Recommended Models:</b> <code>openai/gpt-5.5 (low)</code> <code>anthropic/claude-sonnet-4-6</code>
433
523
  </td>
434
524
  </tr>
435
525
  <tr>
436
526
  <td colspan="2">
437
- <b>Model Guidance:</b> Choose a fast, reliable coding model for routine, scoped implementation work. Fixer usually receives a concrete plan or bounded instructions from Orchestrator, making it a good place for efficient execution tasks such as tests, test updates, and straightforward code changes.
527
+ <b>Model Guidance:</b> Choose a reliable coding model for scoped implementation work. Fixer receives a concrete plan or bounded instructions from Orchestrator, making it a good place for efficient execution tasks and straightforward code changes.
438
528
  </td>
439
529
  </tr>
440
530
  </table>
@@ -487,12 +577,6 @@ If any agent fails to respond, check your provider authentication and config fil
487
577
 
488
578
  Use this section as a map: start with installation, then jump to features, configuration, or example presets depending on what you need.
489
579
 
490
- ### 🚀 Start Here
491
-
492
- | Doc | What it covers |
493
- |-----|----------------|
494
- | **[Installation Guide](docs/installation.md)** | Install the plugin, use CLI flags, reset config, and troubleshoot setup |
495
-
496
580
  <a id="features-and-workflows"></a>
497
581
 
498
582
  ### ✨ Features & Workflows
@@ -500,26 +584,24 @@ Use this section as a map: start with installation, then jump to features, confi
500
584
  | Doc | What it covers |
501
585
  |-----|----------------|
502
586
  | **[Council](docs/council.md)** | Run multiple models in parallel and synthesize a single answer with `@council` |
503
- | **[V2 Background Orchestration](docs/v2-background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
504
- | **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
505
- | **[Session Management](docs/session-management.md)** | Reuse recent child-agent sessions with short aliases instead of starting over |
506
- | **[Goal](docs/goal.md)** | Pin an objective with `/goal` so todos, delegation, and verification stay aligned |
507
- | **[Todo Continuation](docs/todo-continuation.md)** | Auto-continue orchestrator sessions with cooldowns and safety checks |
508
- | **[Preset Switching](docs/preset-switching.md)** | Switch agent model presets at runtime with `/preset` |
509
587
  | **[Custom Agents](docs/configuration.md#custom-agents)** | Define your own specialists with custom prompts, models, MCP access, and Orchestrator delegation rules |
588
+ | **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
510
589
  | **[Codemap](docs/codemap.md)** | Generate hierarchical codemaps to understand large codebases faster |
511
590
  | **[Clonedeps](docs/clonedeps.md)** | Clone selected dependency source into an ignored local workspace for inspection |
591
+ | **[Preset Switching](docs/preset-switching.md)** | Switch agent model presets at runtime with `/preset` |
512
592
  | **[Interview](docs/interview.md)** | Turn rough ideas into a structured markdown spec through a browser-based Q&A flow |
513
- | **[Divoom Display](docs/divoom.md)** | Mirror orchestrator and specialist-agent activity to a Divoom MiniToo Bluetooth display |
593
+ | **[Companion](docs/companion.md)** | Floating window companion for parsing, help, and types |
514
594
 
515
595
  ### ⚙️ Config & Reference
516
596
 
517
597
  | Doc | What it covers |
518
598
  |-----|----------------|
599
+ | **[Installation Guide](docs/installation.md)** | Install the plugin, use CLI flags, reset config, and troubleshoot setup |
519
600
  | **[Configuration](docs/configuration.md)** | Config file locations, JSONC support, prompt overrides, and full option reference |
601
+ | **[Background Orchestration](docs/background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
520
602
  | **[Maintainer Guide](docs/maintainers.md)** | Issue triage rules, label meanings, support routing, and repo maintenance workflow |
521
- | **[Skills](docs/skills.md)** | Bundled skills such as `simplify`, `codemap`, and `clonedeps` |
522
- | **[MCPs](docs/mcps.md)** | `websearch`, `context7`, `grep_app`, and how MCP permissions work per agent |
603
+ | **[Skills](docs/skills.md)** | Bundled skills such as `simplify`, `codemap`, `clonedeps`, `deepwork`, and `oh-my-opencode-slim` |
604
+ | **[MCPs](docs/mcps.md)** | `websearch`, `context7`, `gh_grep`, and how MCP permissions work per agent |
523
605
  | **[Tools](docs/tools.md)** | Built-in tool capabilities like `webfetch`, LSP tools, code search, and formatters |
524
606
 
525
607
  ### 💡 Presets
@@ -539,7 +621,7 @@ Use this section as a map: start with installation, then jump to features, confi
539
621
  <p><sub>Every merged contribution leaves a mark on the realm.</sub></p>
540
622
 
541
623
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
542
- [![All Contributors](https://img.shields.io/badge/all_contributors-53-orange.svg?style=flat-square)](#contributors-)
624
+ [![All Contributors](https://img.shields.io/badge/all_contributors-60-orange.svg?style=flat-square)](#contributors-)
543
625
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
544
626
  </div>
545
627
 
@@ -620,6 +702,15 @@ Use this section as a map: start with installation, then jump to features, confi
620
702
  <td align="center" valign="top" width="16.66%"><a href="https://github.com/yolo2h"><img src="https://avatars.githubusercontent.com/u/10754850?v=4?s=100" width="100px;" alt="Yolo"/><br /><sub><b>Yolo</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=yolo2h" title="Code">💻</a></td>
621
703
  <td align="center" valign="top" width="16.66%"><a href="https://github.com/xinxingi"><img src="https://avatars.githubusercontent.com/u/49302071?v=4?s=100" width="100px;" alt="XinXing"/><br /><sub><b>XinXing</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=xinxingi" title="Code">💻</a></td>
622
704
  <td align="center" valign="top" width="16.66%"><a href="https://github.com/eltociear"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Eltociear Ashimine"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=eltociear" title="Code">💻</a></td>
705
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/dev-wantap"><img src="https://avatars.githubusercontent.com/u/69743540?v=4?s=100" width="100px;" alt="GWANWOO KIM"/><br /><sub><b>GWANWOO KIM</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=dev-wantap" title="Code">💻</a></td>
706
+ </tr>
707
+ <tr>
708
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/OmerFarukOruc"><img src="https://avatars.githubusercontent.com/u/7347742?v=4?s=100" width="100px;" alt="Omer Faruk Oruc"/><br /><sub><b>Omer Faruk Oruc</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=OmerFarukOruc" title="Code">💻</a></td>
709
+ <td align="center" valign="top" width="16.66%"><a href="https://khallaf.uk/"><img src="https://avatars.githubusercontent.com/u/51155980?v=4?s=100" width="100px;" alt="Omar Mohamed Khallaf"/><br /><sub><b>Omar Mohamed Khallaf</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=omar-mohamed-khallaf" title="Code">💻</a></td>
710
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/Qesire"><img src="https://avatars.githubusercontent.com/u/102657430?v=4?s=100" width="100px;" alt="Knowingthesea_Qesire"/><br /><sub><b>Knowingthesea_Qesire</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=Qesire" title="Code">💻</a></td>
711
+ <td align="center" valign="top" width="16.66%"><a href="http://www.flyinghail.net/"><img src="https://avatars.githubusercontent.com/u/157430?v=4?s=100" width="100px;" alt="FENG Hao"/><br /><sub><b>FENG Hao</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=flyinghail" title="Code">💻</a></td>
712
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/smatheusblu"><img src="https://avatars.githubusercontent.com/u/5666794?v=4?s=100" width="100px;" alt="Matheus Nogueira Silveira"/><br /><sub><b>Matheus Nogueira Silveira</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=smatheusblu" title="Code">💻</a></td>
713
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/sktr"><img src="https://avatars.githubusercontent.com/u/44969514?v=4?s=100" width="100px;" alt="sktr"/><br /><sub><b>sktr</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=sktr" title="Code">💻</a></td>
623
714
  </tr>
624
715
  </tbody>
625
716
  </table>