Blog · dsh plugin

dsh-helper-plugin-command-ask

Also known as command-ask, dsh /ask, ask mode, Cursor Ask

Ask first, then let the agent act — Cursor Ask, for dsh.

The painful moment with DeepSeek Harness (dsh): you only wanted to know where something lives or what a change would break, and the agent already started editing. dsh-helper-plugin-command-ask is a dsh plugin: type /ask, get a read-only answer for that turn, and a tool guard blocks writes even if the model forgets.

Thirty-second feel

No /ask off required. The mode ends with the turn — ask, then do.

Versus /plan

Install into dsh

dsh plugin --profile web add github:x102201/dsh-helper-plugin-command-ask
  1. Run the command on the dsh profile you use.
  2. Restart dsh web.
  3. Type /ask in the composer, then your question.

This is a dsh plugin (per profile) — not a dsh-helper feature. If you run several dsh instances on one desktop, see dsh-helper. Config and deep notes live in the repo.