oh-my-opencode-slim 2.1.1 → 2.2.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 (43) hide show
  1. package/README.ja-JP.md +113 -118
  2. package/README.ko-KR.md +141 -123
  3. package/README.md +102 -145
  4. package/README.zh-CN.md +112 -118
  5. package/dist/agents/index.d.ts +0 -4
  6. package/dist/cli/index.js +57 -20
  7. package/dist/cli/providers.d.ts +11 -4
  8. package/dist/config/constants.d.ts +11 -1
  9. package/dist/config/schema.d.ts +680 -2
  10. package/dist/config/strip-orchestrator-model.d.ts +9 -0
  11. package/dist/hooks/command-hook-utils.d.ts +5 -0
  12. package/dist/hooks/foreground-fallback/index.d.ts +40 -28
  13. package/dist/hooks/image-hook.d.ts +1 -0
  14. package/dist/hooks/index.d.ts +1 -1
  15. package/dist/index.js +1992 -455
  16. package/dist/interview/document.d.ts +2 -1
  17. package/dist/interview/ui.d.ts +0 -1
  18. package/dist/multiplexer/cmux/close-policy.d.ts +20 -0
  19. package/dist/multiplexer/cmux/index.d.ts +102 -0
  20. package/dist/multiplexer/cmux/session-lifecycle.d.ts +92 -0
  21. package/dist/multiplexer/cmux/session-state.d.ts +45 -0
  22. package/dist/multiplexer/factory.d.ts +0 -9
  23. package/dist/multiplexer/herdr/index.d.ts +2 -0
  24. package/dist/multiplexer/index.d.ts +3 -1
  25. package/dist/multiplexer/session-manager.d.ts +10 -2
  26. package/dist/multiplexer/shared.d.ts +8 -1
  27. package/dist/multiplexer/types.d.ts +5 -2
  28. package/dist/multiplexer/zellij/index.d.ts +1 -1
  29. package/dist/tools/smartfetch/utils.d.ts +3 -1
  30. package/dist/tui-state.d.ts +5 -5
  31. package/dist/tui.js +87 -27
  32. package/dist/utils/escape-html.d.ts +1 -0
  33. package/dist/utils/frontmatter.d.ts +6 -0
  34. package/dist/utils/index.d.ts +1 -1
  35. package/dist/utils/logger.d.ts +0 -2
  36. package/oh-my-opencode-slim.schema.json +717 -2
  37. package/package.json +1 -1
  38. package/src/skills/clonedeps/SKILL.md +32 -29
  39. package/src/skills/codemap.md +5 -3
  40. package/src/skills/deepwork/SKILL.md +17 -6
  41. package/src/skills/verification-planning/SKILL.md +102 -0
  42. package/src/skills/worktrees/SKILL.md +14 -7
  43. package/src/skills/release-smoke-test/SKILL.md +0 -159
package/README.md CHANGED
@@ -26,23 +26,41 @@
26
26
 
27
27
  oh-my-opencode-slim is an agent orchestration plugin for OpenCode. It includes a built-in team of specialized agents that can scout a codebase, look up fresh documentation, review architecture, handle UI work, and execute well-scoped implementation tasks under one orchestrator.
28
28
 
29
- The main idea is simple: instead of forcing one model to do everything, the plugin routes each part of the job to the agent best suited for it, balancing **quality, speed and cost**.
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.
32
-
33
- ### Manage Agent Skills with LazySkills
29
+ The main idea is simple: instead of forcing one model to do everything, the plugin routes each part of the job to the agent best suited for it, balancing **quality, speed and cost**. The Orchestrator plans the work graph, dispatches specialists as background tasks, and reconciles their results before continuing.
30
+
31
+ ### Highlights
32
+
33
+ - **[Seven specialized agents](#meet-the-pantheon)** - Orchestrator, Explorer,
34
+ Oracle, Council, Librarian, Designer, and Fixer. Each part of the job goes to
35
+ the agent best suited for it - mix any models across any providers.
36
+ - **[Background orchestration](docs/background-orchestration.md)** - the
37
+ Orchestrator dispatches specialists as background tasks, tracks them, and
38
+ reconciles results before continuing - parallel work by default.
39
+ - **[Bundled skills](#skills)** - prompt-based workflows like `deepwork`,
40
+ `codemap`, `verification-planning`, and `reflect`, assigned per agent.
41
+ - **[Council](docs/council.md)** - run multiple models in parallel on the same
42
+ question and synthesize a single answer with `@council`.
43
+ - **[Companion](docs/companion.md)** - an optional floating desktop window
44
+ showing which agents are active, including parallel background specialists.
45
+ - **[Multiplexer integration](docs/multiplexer-integration.md)** - watch agents
46
+ work live in Tmux, Zellij, Herdr, or cmux panes.
47
+ - **[Preset switching](docs/preset-switching.md)** - swap the whole team's
48
+ models at runtime with `/preset`.
49
+ - **[Code intelligence tools](docs/tools.md)** - LSP tools, AST-aware search
50
+ across 25 languages, and built-in MCPs for web search, docs, and GitHub code
51
+ search.
52
+ - **[Fully customizable](docs/configuration.md)** - custom agents, prompt
53
+ overrides, per-agent skill/MCP permissions, and
54
+ [project-local customization](docs/project-local-customization.md).
55
+
56
+ ### OpenAI GPT-5.6
34
57
 
35
58
  <p align="center">
36
- <a href="https://github.com/alvinunreal/lazyskills">
37
- <img src="img/lazyskills-wide.svg" alt="LazySkills" width="720">
38
- </a>
59
+ <img src="img/openai-gpt-5-6-pantheon.jpeg" alt="OpenAI GPT-5.6 Pantheon: Terra, Sol, and Luna" width="100%">
39
60
  </p>
40
61
 
41
- **[LazySkills](https://github.com/alvinunreal/lazyskills)** is a terminal UI for managing agent skills. It gives you one place to see what is installed, which agents can use each skill, why visibility may be broken, and what actions are safe to run next.
42
-
43
- <p align="center">
44
- <a href="https://github.com/alvinunreal/lazyskills"><b>Explore LazySkills →</b></a>
45
- </p>
62
+ The default [OpenAI preset](docs/openai-preset.md) maps Terra to Orchestrator,
63
+ Sol to Oracle, and Luna to the fast specialist lanes.
46
64
 
47
65
  ### What Users Say
48
66
 
@@ -137,7 +155,7 @@ Then:
137
155
  > 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>`
138
156
 
139
157
  > [!TIP]
140
- > 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, Zellij, or Herdr pane, so you can watch specialists work live while the Orchestrator continues coordinating the session.
158
+ > 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, Zellij, Herdr, or cmux pane, so you can watch specialists work live while the Orchestrator continues coordinating the session.
141
159
 
142
160
  The default generated configuration includes both `openai` and `opencode-go` presets.
143
161
 
@@ -155,12 +173,13 @@ The default generated configuration includes both `openai` and `opencode-go` pre
155
173
  "fixer": { "model": "openai/gpt-5.6-luna", "variant": "medium", "skills": [], "mcps": [] }
156
174
  },
157
175
  "opencode-go": {
158
- "orchestrator": { "model": "opencode-go/glm-5.2", "skills": [ "*" ], "mcps": [ "*", "!context7" ] },
176
+ "orchestrator": { "model": "opencode-go/minimax-m3", "variant": "max", "skills": [ "*" ], "mcps": [ "*", "!context7" ] },
159
177
  "oracle": { "model": "opencode-go/qwen3.7-max", "variant": "max", "skills": ["simplify"], "mcps": [] },
160
- "librarian": { "model": "opencode-go/deepseek-v4-flash", "skills": [], "mcps": [ "websearch", "context7", "gh_grep" ] },
161
- "explorer": { "model": "opencode-go/deepseek-v4-flash", "skills": [], "mcps": [] },
178
+ "librarian": { "model": "opencode-go/deepseek-v4-flash", "variant": "high", "skills": [], "mcps": [ "websearch", "context7", "gh_grep" ] },
179
+ "explorer": { "model": "opencode-go/deepseek-v4-flash", "variant": "max", "skills": [], "mcps": [] },
162
180
  "designer": { "model": "opencode-go/kimi-k2.7-code", "variant": "medium", "skills": [], "mcps": [] },
163
- "fixer": { "model": "opencode-go/deepseek-v4-flash", "variant": "high", "skills": [], "mcps": [] }
181
+ "fixer": { "model": "opencode-go/deepseek-v4-flash", "variant": "high", "skills": [], "mcps": [] },
182
+ "observer": { "model": "opencode-go/mimo-v2.5", "variant": "max", "skills": [], "mcps": [] }
164
183
  }
165
184
  }
166
185
  }
@@ -201,120 +220,6 @@ If any agent fails to respond, check your provider authentication and config fil
201
220
 
202
221
  ---
203
222
 
204
- ### What's New in V2
205
-
206
- V2 turns oh-my-opencode-slim into a scheduler-first multi-agent workflow system.
207
- The Orchestrator stays focused on planning, delegation, reconciliation, and
208
- verification while specialists do the work in their own lanes.
209
-
210
- - **[Background agents](#background-agents)** - the Orchestrator now dispatches
211
- specialists as background tasks, tracks task/session IDs, waits for completion
212
- events, and reconciles results before continuing.
213
- - **[Companion](#companion)** - an optional floating desktop window shows which
214
- agents are currently active, including parallel background specialists.
215
- - **[Deepwork](#deepwork)** - a structured workflow for large, multi-file, risky,
216
- or phased coding work using persistent plan files and Oracle review gates.
217
- - **[Reflect](#reflect)** - reviews repeated work patterns and suggests reusable skills,
218
- agents, commands, config rules, prompt rules, or project playbooks.
219
- - **[Worktrees](#worktrees)** - manages Git worktrees as isolated coding lanes
220
- with safety protocols for complex, risky, or parallel tasks.
221
- - **[oh-my-opencode-slim skill](#oh-my-opencode-slim-skill)** - a bundled
222
- configuration skill that helps tune models, prompts, custom agents, MCP access,
223
- presets, and plugin behavior safely.
224
-
225
- #### Background Agents
226
-
227
- V2 makes background specialists the default mental model: the Orchestrator plans
228
- the work graph, launches the right agents, avoids overlapping write ownership,
229
- and waits for terminal task results before acting on them.
230
-
231
- See **[Background Orchestration](docs/v2-background-orchestration.md)** for the
232
- full scheduler model.
233
-
234
- #### Companion
235
-
236
- The optional Companion is a floating desktop status window for live agent
237
- activity. It shows the current session state and which agents are active, so
238
- background work is easier to follow at a glance.
239
-
240
- <div align="center">
241
- <img src="img/companion.gif" alt="Companion showing active agents" width="600">
242
- <p><i>Left bottom visual companion.</i></p>
243
- </div>
244
-
245
- During interactive install, the installer asks whether to enable Companion and
246
- defaults to `no`. For automation, enable it explicitly with:
247
-
248
- ```bash
249
- bunx oh-my-opencode-slim@latest install --companion=yes
250
- ```
251
-
252
- See **[Companion](docs/companion.md)** for configuration, positions, sizes, and
253
- install details.
254
-
255
- #### Deepwork
256
-
257
- Deepwork is for heavy coding sessions: broad refactors, multi-phase features,
258
- risky architecture changes, or work that needs a persistent plan. It creates a
259
- local markdown progress file, uses Oracle review gates, and keeps implementation
260
- phases structured.
261
-
262
- Start it with:
263
-
264
- ```text
265
- /deepwork <heavy coding task>
266
- ```
267
-
268
- See **[Skills](docs/skills.md#deepwork)** for when to use it and how the workflow
269
- runs.
270
-
271
- #### Reflect
272
-
273
- Reflect helps the Orchestrator learn from repeated workflow friction. It reviews
274
- recent work and existing assets, then recommends the smallest useful improvement:
275
- a skill, custom agent, command, config rule, prompt rule, MCP permission change,
276
- or project playbook. If there is not enough evidence, it should recommend
277
- creating nothing.
278
-
279
- Use it directly with:
280
-
281
- ```text
282
- /reflect
283
- /reflect release workflow and checks
284
- ```
285
-
286
- Or with natural prompts like:
287
-
288
- ```text
289
- reflect on my recent workflows
290
- find repeated work worth turning into reusable instructions
291
- ```
292
-
293
- See **[Skills](docs/skills.md#reflect)** for the full workflow and guardrails.
294
-
295
- #### Worktrees
296
-
297
- Worktrees manages Git worktrees as safe, isolated coding lanes under `.slim/worktrees/<slug>/`. The Orchestrator manages the lifecycle of these lanes, tracks state in `.slim/worktrees.json`, dispatches specialist agents inside them, and requires explicit confirmation before mutating git state.
298
-
299
- See **[Skills](docs/skills.md#worktrees)** for the safety protocol.
300
-
301
- #### oh-my-opencode-slim Skill
302
-
303
- The bundled `oh-my-opencode-slim` skill helps the Orchestrator configure and
304
- improve the plugin itself. Use it for model tuning, custom agents, prompt
305
- overrides, skill/MCP permissions, presets, optional agents, background
306
- orchestration, and recurring workflow friction.
307
-
308
- <div align="center">
309
- <img src="img/oh-my-opencode-skill.png" alt="oh-my-opencode-slim skill in use" width="600">
310
- <p><i>Ask the bundled skill to tune and improve your agent setup.</i></p>
311
- </div>
312
-
313
- See **[Skills](docs/skills.md#oh-my-opencode-slim)** for examples and safety
314
- rules.
315
-
316
- ---
317
-
318
223
  <a id="meet-the-pantheon"></a>
319
224
 
320
225
  ## 🏛️ Meet the Pantheon
@@ -619,7 +524,7 @@ rules.
619
524
  ### Observer: The Silent Witness
620
525
 
621
526
  > [!NOTE]
622
- > **Why a separate agent?** If your Orchestrator model is not multimodal, enable Observer to handle images, screenshots, PDFs, and other visual files. Observer is disabled by default and gives the Orchestrator a dedicated multimodal reader without forcing you to change your main reasoning model. Set `disabled_agents: []` and an `observer` model in your configuration. The bundled `opencode-go` install preset does this automatically because its GLM Orchestrator is not multimodal.
527
+ > **Why a separate agent?** If your Orchestrator model is not multimodal, enable Observer to handle images, screenshots, and other visual files. Observer is disabled by default and gives the Orchestrator a dedicated multimodal reader without forcing you to change your main reasoning model. Set `disabled_agents: []` and an `observer` model in your configuration. The bundled `opencode-go` install preset does this automatically because its GLM Orchestrator is not multimodal. Omitting `image_routing` preserves existing conditional Observer behavior. Set `image_routing: "auto"` only when Observer is enabled, or `"direct"` to always pass image attachments to the Orchestrator.
623
528
 
624
529
  <table>
625
530
  <tr>
@@ -633,7 +538,7 @@ rules.
633
538
 
634
539
  - Images, screenshots, diagrams → `read` tool (native image support)
635
540
  - PDFs and binary documents → `read` tool (text + structure extraction)
636
- - **Disabled by default** - enable with `"disabled_agents": []` and configure a vision-capable model; installing with `--preset=opencode-go` enables it with `opencode-go/kimi-k2.6`
541
+ - **Disabled by default** - enable with `"disabled_agents": []` and configure a vision-capable model; installing with `--preset=opencode-go` enables it with `opencode-go/mimo-v2.5`. Image attachments route to Observer by default when it is enabled; set `"image_routing": "direct"` to keep them on the Orchestrator.
637
542
 
638
543
  </td>
639
544
  </tr>
@@ -656,6 +561,63 @@ rules.
656
561
 
657
562
  ---
658
563
 
564
+ <a id="skills"></a>
565
+
566
+ ## 🧩 Skills
567
+
568
+ Skills are prompt-based instructions injected into an agent's system prompt to
569
+ guide decisions, workflows, and tool use. Unlike MCPs (which are running
570
+ servers), a skill runs no process — it is a focused playbook an agent activates
571
+ when the task calls for it. The installer bundles eight skills and keeps them
572
+ updated on plugin auto-update; local customizations are preserved.
573
+
574
+ | Skill | Purpose | Default agent | How to invoke |
575
+ |:-----:|---------|---------------|---------------|
576
+ | <img src="img/skills/codemap.webp" width="120" alt="Codemap artifact"><br>[`codemap`](src/skills/codemap/SKILL.md) | Hierarchical repository maps so agents understand codebases without re-reading everything | `orchestrator` | `run codemap` |
577
+ | <img src="img/skills/deepwork.webp" width="120" alt="Deepwork artifact"><br>[`deepwork`](src/skills/deepwork/SKILL.md) | Structured workflow for large, risky, multi-phase coding sessions with review gates | `orchestrator` | `/deepwork <task>` |
578
+ | <img src="img/skills/verification-planning.webp" width="120" alt="Verification Planning artifact"><br>[`verification-planning`](src/skills/verification-planning/SKILL.md) | Plans a project-specific evidence path before non-trivial changes | `orchestrator` | automatic before non-trivial work |
579
+ | <img src="img/skills/simplify.webp" width="120" alt="Simplify artifact"><br>[`simplify`](src/skills/simplify/SKILL.md) | Behavior-preserving simplification for readability and maintainability | `oracle` | ask for simplification or during review |
580
+ | <img src="img/skills/worktrees.webp" width="120" alt="Worktrees artifact"><br>[`worktrees`](src/skills/worktrees/SKILL.md) | Git worktrees as safe, isolated coding lanes for risky or parallel work | `orchestrator` | `work in a worktree` |
581
+ | <img src="img/skills/clonedeps.webp" width="120" alt="Clonedeps artifact"><br>[`clonedeps`](src/skills/clonedeps/SKILL.md) | Clones dependency source locally so agents can inspect library internals | `orchestrator` | `clone dependencies` |
582
+ | <img src="img/skills/reflect.webp" width="120" alt="Reflect artifact"><br>[`reflect`](src/skills/reflect/SKILL.md) | Turns repeated workflow friction into reusable skills, agents, or config | `orchestrator` | `/reflect` |
583
+ | <img src="img/skills/oh-my-opencode-slim.webp" width="120" alt="oh-my-opencode-slim artifact"><br>[`oh-my-opencode-slim`](src/skills/oh-my-opencode-slim/SKILL.md) | Configures and safely improves the plugin setup itself | `orchestrator` | ask to tune your setup |
584
+
585
+ Skill assignments are permission grants — an agent can only activate skills it
586
+ has been given. Configure them per agent with the `skills` array in
587
+ `~/.config/opencode/oh-my-opencode-slim.json`: an explicit list, `"*"` for
588
+ everything, or `"!skill-name"` to deny one.
589
+
590
+ See **[Skills](docs/skills.md)** for full documentation, or browse the
591
+ illustrated overview at
592
+ **[ohmyopencodeslim.com/skills](https://ohmyopencodeslim.com/skills)**.
593
+
594
+ ---
595
+
596
+ <a id="companion"></a>
597
+
598
+ ## 🖥️ Companion
599
+
600
+ The optional Companion is a floating desktop status window for live agent
601
+ activity. It shows the current session state and which agents are active, so
602
+ background work is easier to follow at a glance.
603
+
604
+ <div align="center">
605
+ <img src="img/companion.gif" alt="Companion showing active agents" width="600">
606
+ <p><i>Left bottom visual companion.</i></p>
607
+ </div>
608
+
609
+ During interactive install, the installer asks whether to enable Companion and
610
+ defaults to `no`. For automation, enable it explicitly with:
611
+
612
+ ```bash
613
+ bunx oh-my-opencode-slim@latest install --companion=yes
614
+ ```
615
+
616
+ See **[Companion](docs/companion.md)** for configuration, positions, sizes, and
617
+ install details.
618
+
619
+ ---
620
+
659
621
  ## 📚 Documentation
660
622
 
661
623
  Use this section as a map: start with installation, then jump to features, configuration, or example presets depending on what you need.
@@ -669,7 +631,7 @@ Use this section as a map: start with installation, then jump to features, confi
669
631
  | **[Council](docs/council.md)** | Run multiple models in parallel and synthesize a single answer with `@council` |
670
632
  | **[Custom Agents](docs/configuration.md#custom-agents)** | Define your own specialists with custom prompts, models, MCP access, and Orchestrator delegation rules |
671
633
  | **[ACP Agents](docs/acp-agents.md)** | Connect external ACP-compatible agents such as Claude Code ACP or Gemini ACP as delegatable subagents |
672
- | **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux, Zellij, or Herdr panes |
634
+ | **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux, Zellij, Herdr, or cmux panes |
673
635
  | **[Codemap](docs/codemap.md)** | Generate hierarchical codemaps to understand large codebases faster |
674
636
  | **[Clonedeps](docs/clonedeps.md)** | Clone selected dependency source into an ignored local workspace for inspection |
675
637
  | **[Worktrees](docs/worktrees.md)** | Use `.slim/worktrees/` lanes for isolated parallel or risky coding work |
@@ -686,18 +648,10 @@ Use this section as a map: start with installation, then jump to features, confi
686
648
  | **[Project Customization](docs/project-local-customization.md)** | Repository-specific custom agents, prompt overrides, per-agent skills, and precedence |
687
649
  | **[Background Orchestration](docs/background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
688
650
  | **[Maintainer Guide](docs/maintainers.md)** | Issue triage rules, label meanings, support routing, and repo maintenance workflow |
689
- | **[Skills](docs/skills.md)** | Bundled skills such as `simplify`, `codemap`, `clonedeps`, `deepwork`, `reflect`, `worktrees`, and `oh-my-opencode-slim` |
651
+ | **[Skills](docs/skills.md)** | Bundled skills such as `simplify`, `codemap`, `clonedeps`, `deepwork`, `verification-planning`, `reflect`, `worktrees`, and `oh-my-opencode-slim` |
690
652
  | **[MCPs](docs/mcps.md)** | `websearch`, `context7`, `gh_grep`, and how MCP permissions work per agent |
691
653
  | **[Tools](docs/tools.md)** | Built-in tool capabilities like `webfetch`, LSP tools, code search, and formatters |
692
654
 
693
- ### 💡 Presets
694
-
695
- | Doc | What it covers |
696
- |-----|----------------|
697
- | **[Author's Preset](docs/authors-preset.md)** | The author's daily mixed-provider setup |
698
- | **[$30 Preset](docs/thirty-dollars-preset.md)** | A budget mixed-provider setup for around $30/month |
699
- | **[OpenCode Go Preset](docs/opencode-go-preset.md)** | The bundled `opencode-go` preset generated by the installer |
700
-
701
655
  ---
702
656
 
703
657
  ## 🏛️ Contributors
@@ -707,7 +661,7 @@ Use this section as a map: start with installation, then jump to features, confi
707
661
  <p><sub>Every merged contribution leaves a mark on the realm.</sub></p>
708
662
 
709
663
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
710
- [![All Contributors](https://img.shields.io/badge/all_contributors-73-orange.svg?style=flat-square)](#contributors-)
664
+ [![All Contributors](https://img.shields.io/badge/all_contributors-76-orange.svg?style=flat-square)](#contributors-)
711
665
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
712
666
  </div>
713
667
 
@@ -816,6 +770,9 @@ Use this section as a map: start with installation, then jump to features, confi
816
770
  </tr>
817
771
  <tr>
818
772
  <td align="center" valign="top" width="16.66%"><a href="https://github.com/Jiajun0413"><img src="https://avatars.githubusercontent.com/u/184531967?v=4?s=100" width="100px;" alt="Liu Jiajun"/><br /><sub><b>Liu Jiajun</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=Jiajun0413" title="Code">💻</a></td>
773
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/umi008"><img src="https://avatars.githubusercontent.com/u/200843810?v=4?s=100" width="100px;" alt="Ulises Millán"/><br /><sub><b>Ulises Millán</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=umi008" title="Code">💻</a></td>
774
+ <td align="center" valign="top" width="16.66%"><a href="https://github.com/HighColdHC"><img src="https://avatars.githubusercontent.com/u/35870222?v=4?s=100" width="100px;" alt="HighColdHC"/><br /><sub><b>HighColdHC</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=HighColdHC" title="Code">💻</a></td>
775
+ <td align="center" valign="top" width="16.66%"><a href="https://hardcore.engineer/about"><img src="https://avatars.githubusercontent.com/u/401815?v=4?s=100" width="100px;" alt="Stephan Schielke"/><br /><sub><b>Stephan Schielke</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=stephanschielke" title="Code">💻</a></td>
819
776
  </tr>
820
777
  </tbody>
821
778
  </table>