ClausYang/dsh-bang-shell0

@omdsh-dev/dsh-bang-shell

Run !-prefixed commands directly from the DeepSeek Harness Web composer without sending them to the model.

AI Analysis

核心用途是在 DSH 输入框中直接执行本地终端命令。适合需要快速运行 shell 命令(如 git status)而不想打断或发送给 AI 的开发者。

Package
@omdsh-dev/dsh-bang-shell
Version
0.1.0
License
BSD-3-Clause
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ClausYang/dsh-bang-shell

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.shell executor, inheriting its timeout and sandbox policy;
  • A non-zero exit renders an error command card — never an AI turn.