@omdsh-dev/dsh-bang-shell
Run !-prefixed commands directly from the DeepSeek Harness Web composer without sending them to the model.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ClausYang/dsh-bang-shell说明文档
阅读完整 README ↗Usage
!pwd
!git status
!pnpm test
- Only a message whose first non-whitespace character is
!is intercepted; inline!never triggers; - A bare
!keeps the draft and asks for a command; - Commands run through DSH's active
ctx.shellexecutor, inheriting its timeout and sandbox policy; - A non-zero exit renders an error command card — never an AI turn.