CHplus0/dsh-shell-command

CHplus0★ 4JavaScript最后同步: 2026-08-19

在 GitHub 打开

DeepSeek Harness (DSH) plugin: a /! command trigger (run one command, analyze output, inspired by Claude Code's ! gesture) and a /terminal command (interactive PTY popup with on-demand history reference).

README 摘要

dsh-shell-command English 中文 A DeepSeek Harness plugin that brings Claude Code's ! gesture to DSH, split into two modes: Command Behavior /! Run a shell command, analyze its output. Inspired by Claude Code's ! prefix — runs the command in the session workspace and delivers the output to the model for immediate analysis. /terminal Open an interactive terminal popup. Closing never sends anything to the model — if the session received input, the transcript persists and the panel jumps to a history tab (new entry pre-selected) where you can reference it into the model on demand. Note : DSH's input trigger system only supports / and @ as trigger characters, so we use /! instead of a bare ! prefix. Install Requires the dsh CLI and Node = 22 . Restart the web surface once ( dsh web ) so the host-side command loads. It appears in the input / menu automatically. Quick Start Your first /! command Type in the input box: The command runs immediately, and the output is delivered to the model for analysis. You'll see a message like: Shell Command Output Command: df -h [output here] The model then analyzes the disk usage and may suggest actions if issues are found. Your first /terminal session 1.…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-pluginterminal

分类