reactive-resume
reactive-resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:jadehare/dsh-model-controller
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
中文 | English
把本插件安装进 DSH profile 后,每个用户 turn 会自动选择一次模型:先按关键词做正则匹配,未命中再走语义分类。
当前版本要求 DeepSeek Harness 0.1.1-rc.2 或兼容版本。
| 场景 | 模型 | Reasoning |
|---|---|---|
复杂结构(v4pm、重构、设计) |
deepseek-v4-pro |
max |
Review(review) |
deepseek-v4-pro |
high |
小脚本(v4fm) |
deepseek-v4-flash |
max |
小方法(v4fh) |
deepseek-v4-flash |
high |
| 处于 Plan Mode | deepseek-v4-pro |
max |
| 语义分类器(未命中时) | deepseek-v4-flash |
off |
未命中时保留 Agent 的原始模型。选定路由在整个 turn 内有效。
打开 设置 → 插件 → 插件配置。保存后从下一个用户 turn 起生效。
dsh plugin --profile web add dsh-model-controller@next
dsh web
从本仓库安装时先构建,再安装当前目录:
pnpm install
pnpm run build
dsh plugin --profile web add .
卸载:dsh plugin --profile web remove dsh-model-controller。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: model-routing。