llmpolska/oh-my-dsh

llmpolska★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

oh-my-dsh — tiered model routing plugin for DeepSeek Harness: think/build tiers, vision delegation, image generation. MIT.

README 摘要

oh-my-dsh Tiered model routing plugin for DeepSeek Harness — split every session into think and build model tiers, delegate image understanding to a vision model (it only describes — your coding model does the work), and generate images from an ordinary chat model. Configured from a settings tab, no YAML editing. Works on every DSH surface : DSH Desktop, the standalone web profile ( dsh web ), and the terminal ( dsh --profile tui ). Why oh-my-dsh? Running every step of a coding session on a frontier model is expensive and slow. oh-my-dsh gives the agent tiers : a strong (think) model for planning, architecture and hard debugging, a cheaper (build) model for day-to-day implementation, an automatic vision delegation layer for images (the vision model describes, the working model acts), and an image-generation path — all without switching sessions manually and without YAML configuration. Features - Think / Build tiers — plan mode runs on the strong model, execution on the cheap one ( auto mode; per-session override with /omd strong cheap ). - Vision delegation (omp-style) — paste a screenshot of a website and say "build this frontend" : the vision model describes it in the background …

在 GitHub 查看完整 README →
内容/媒体coding-agentdeepseek-harnessdshdsh-pluginimage-generationllmmodel-routingopen-source

分类