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).
AI 分析
提供智能模型路由与图像生成功能。适合需要根据任务类型(如思考、视觉、画图)自动分流模型以优化成本和效果的用户。
インストール
$
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.