tevenfeng/dsh-plugin-omoslim ↗★ 0
dsh-plugin-omoslim
DeepSeek Harness bundle: oh-my-opencode-slim style Orchestrator agent preset with model-pinned specialist subagents (explorer/oracle/librarian/designer/fixer/council).
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tevenfeng/dsh-plugin-omoslim说明文档
阅读完整 README ↗dsh-plugin-omoslim
DeepSeek Harness (dsh) bundle that installs an Orchestrator agent preset
in the style of oh-my-opencode-slim:
the main agent plans and dispatches, and model-pinned specialist subagents do
the work.
What you get
One agent preset, orchestrator:
- Main agent = Orchestrator — a workflow manager persona (plan → dispatch → reconcile → verify), delegating instead of implementing.
- 11 subagent tools, each with its own persona and pinned model
(routed through the
opencode-gopi-ai provider):
| Tool | Role | Model |
|---|---|---|
subagent | generic worker (background, continuable) | inherit |
subagent_fork | forks parent context | inherit |
subagent_explorer | fast codebase navigation (read-only) | deepseek-v4-flash |
subagent_oracle | architecture / review advisor (read-only) | glm-5.2 |
subagent_librarian | docs / external research | minimax-m2.7 |
subagent_designer | frontend UI/UX | kimi-k2.6 |
subagent_fixer | bounded implementation | deepseek-v4-flash |
subagent_councillor_alpha/beta/gamma | independent multi-model reviews | glm-5.2 / kimi-k2.7-code / qwen3.7-max |
subagent_council | multi-model consensus synthesis | kimi-k3 |
The models above mirror the OMO
opencodepreset found in~/.config/opencode/oh-my-opencode-slim.json. The OMO council modelgpt-5.6-lunais not in the opencode-go catalog, sokimi-k3is used.
How it works
A dsh bundle is an npm package declaring
"dsh": { "bundle": { "patch": "./cordis.patch.yml" } }. This bundle's patch
layer inserts one row: the preset-installer plugin. On boot the plugin
installs/updates in the harness-home
(), which the agent-presets roster always scans.