@omdsh-dev/dsh-bang-shell
直接从 DeepSeek Harness Web 编辑器运行以 ! 开头的命令,无需将其发送给模型,通过 DSH 的活动 shell 执行器运行。
AI 分析
核心用途是在 DSH 输入框中直接执行本地终端命令。适合需要快速运行 shell 命令(如 git status)而不想打断或发送给 AI 的开发者。
安装
$
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.