oh-my-dsh
Oh My DSH — tiered model routing for DeepSeek Harness: think/build tiers, an automatic vision tier for images, and image generation through an ordinary chat model (e.g. gpt-5.6-luna on opencode-go), all configured from an 'oh my dsh' settings tab. Works in the Web (Desktop) surface and in the terminal (TUI).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:llmpolska/oh-my-dsh说明文档
阅读完整 README ↗Usage
Slash commands
/omd status
/omd strong | cheap | auto | off # per-session tier (think/build aliases work too)
/omd plan # auto + plan mode + think header
/omd models # list registered providers and models
/omd set
[off|high|max]
/omd subagent
/omd advisor # one think-tier consultation
/omd review # think-tier review
/omd image
# generate an image (saved under ./oh-my-dsh-images)
The automatic vision description (visionAuto) is toggled in the settings tab; the
describing model is set with /omd set vision .
Tools
omd_status, omd_route, omd_configure, omd_advisor, omd_review, omd_worker,
omd_image.