ClausYang/dsh-bang-shell

ClausYang★ 0JavaScriptLast synced: 2026-08-17

Open on GitHub

README excerpt

dsh-bang-shell 中文 English Run a shell command directly from the DeepSeek Harness Web composer with a leading ! — the command is not sent to the model . It executes in the current session workspace and lands in the conversation as a durable command card. Highlights - Typing the first ! instantly switches the line to terminal colors (an amber ! prompt glyph plus green command text, no background tint, light/dark theme aware) — the mode change is visible from the first keystroke; - Enter executes it: stdout / stderr / timeout & signal markers / exit code render as a persistent command card visible across tabs, with zero model tokens spent. Usage - 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. Install Prerequisite: a DSH core that includes the ! trigger extension ( TriggerChar , detectTrigger , input adjudication; see "Core companion changes" below). On a checkout that has it: Restart dsh web , then refresh the browser p…

View full README on GitHub →
Tools / Devdsh-pluginterminal

Category