博客 · dsh 插件

dsh-helper-plugin-command-ask

也称 command-ask、dsh /ask、ask mode、Cursor Ask

先问清楚,再让 Agent 动手——Cursor Ask,给 dsh 用。

DeepSeek Harnessdsh)时最烦的一种情况:你只想问「这段逻辑在哪、改了会不会炸」,结果 Agent 已经开始写文件。 dsh-helper-plugin-command-ask 是装进 dsh 的插件:输入 /ask,这一轮只回答、不改动;工具守卫会拦住写入,哪怕模型想动手。

30 秒体验

不用先 /ask off。问完这一轮自动恢复——先问、再干,节奏最顺。

和 /plan 差在哪

装进 dsh

dsh plugin --profile web add github:x102201/dsh-helper-plugin-command-ask
  1. 在要用的 dsh profile 上跑上面命令。
  2. 重启 dsh web
  3. 输入框敲 /ask,跟一个问题。

这是 dsh 插件(按 profile 安装),不是 dsh-helper 功能。 若你在一台电脑上并排跑多个 dsh,可看看 dsh-helper 工作台;插件细节与配置见仓库。