dsh-mama-cheer
Run the following command in DeepSeek Harness:
dsh plugin install VviLliAm-qwq/dsh-mama-cheer
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in the DeepSeek Harness terminal by running dsh plugin install VviLliAm-qwq/dsh-mama-cheer; the full source is hosted at https://github.com/VviLliAm-qwq/dsh-mama-cheer .
About this plugin
Long sessions with an LLM in the terminal often hit the same awkward moment: the model is mid-tool-call and you want to interject a one-line directional hint without derailing the pipeline. dsh-mama-cheer solves this with a single keyboard shortcut that drops a configurable, encouraging message into the live dsh-TUI conversation without leaving the terminal and without waiting for the current turn to end.
The core design is smart delivery. The plugin inspects the model state and picks the least disruptive injection path. When idle, the message arrives as a normal next turn. When a tool call is in flight, the message is queued at the next step boundary so the tool finishes untouched. Only when the model is streaming plain text does the plugin trigger a lightweight cancel, and even then the partially generated answer is preserved in context with an interrupted flag, while already-queued messages survive via keepInbox. The smart policy is the default; switching to always or never is a single config key away.
Who is it for? If you live in dsh-TUI and regularly drive multi-step code generation, long-form writing, or chained reasoning sessions, and you are used to interjecting a directional hint mid-pipeline without tearing everything down, this plugin is built for you. It requests no permissions, intercepts nothing, stores nothing beyond its own 64 KB log, and contains failures gracefully so a misfire can never take the keyboard down for your other bindings. It sits quietly in the corner of the terminal, waiting for that one Ctrl+Alt+M press.
Use Cases
- Mid-tool-call, you need to inject a directional hint without interrupting the pipeline
- During long-form writing, remind the model without derailing the current text stream
- In multi-step codegen, add context mid-pipeline without tearing down the current turn
Best For
- Developers who live in dsh-TUI and drive multi-step codegen or long-form writing
- Users who interject directional hints mid-pipeline without tearing down the run
- Terminal users who prefer zero-permission, lightweight, non-intercepting plugins
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.