AI Agent Hub
Back to plugins
🖥️

dsh-pure-chat

Client Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install kiryuOvO/dsh-pure-chat

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install kiryuOvO/dsh-pure-chat in your DeepSeek Harness terminal; the source is available at https://github.com/kiryuOvO/dsh-pure-chat

About this plugin

Sometimes you just want to have a conversation without your agent jumping into bash, file browsing, or web crawling. dsh-pure-chat is built for exactly that: one command strips every global tool from the current session and lets the agent focus on pure text exchange.

The toggle is per session. /pure-chat on enters pure chat mode; /pure-chat off restores everything instantly. While active, the plugin enforces three layers of protection—removing inherited tools from the model view, hard-denying any residual tool calls, and explicitly instructing the model not to invoke tools. Disabling all three is equally clean.

Ideal for users who frequently switch between a full-power assistant and a pure chat partner, such as when you only need help polishing copy, brainstorming, or translating without touching any external resource. New sessions start with tools enabled by default, so you opt in only where needed.

Use Cases

  • Polish copy or brainstorm ideas without the agent touching any external tools
  • Test pure text response quality by eliminating tool call interference
  • Temporarily disable all tool execution in sensitive environments while keeping conversation

Best For

  • Users who frequently switch between a full-power assistant and a pure chat partner
  • Developers needing per-session fine-grained control over tool availability
  • Light users who want the agent to focus solely on conversation without executing anything