xiaoxianyu-office/dsh-router-flash1

dsh-router-flash

DSH Agent 预设分发包,启动时自动将 V4 Flash 神模式(router-flash)预设安装至本地。

AI 分析

核心用途是快速配置和启用针对 deepseek-v4-flash 优化的 Agent 预设。适合追求极速响应、需要自动注入结构化决策锚点的用户。

包名
dsh-router-flash
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoxianyu-office/dsh-router-flash

使用

  1. 安装并配置后重启 dsh,新会话会自动使用 router-flash preset + deepseek-v4-flash 模型。
  2. 直接提交任务即可。persona 会自动注入「分类 + 回顾 + 反跑题 + 深度思考 + 决策闭环」五个锚。
  3. 会话启动后,模型的 system prompt 应包含:
    You are a helpful assistant.
    Before acting, decide the task type (build or fix)...
    Before acting, briefly review what you have already done...
    Do not run environment checks (echo, whoami, uname...)...
    Think deeply about the architecture, edge cases...
    Produce when your information is complete...