AI Agent Hub
Back to plugins
🖥️

dsh-plugin-quick-chat

Client Updated 2026.09.11

Run the following command in DeepSeek Harness:

dsh plugin install enteguo/dsh-plugin-quick-chat

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

Run dsh plugin install enteguo/dsh-plugin-quick-chat in your DeepSeek Harness terminal, then restart DSH so that both host and client code are reloaded; the full source is available at https://github.com/enteguo/dsh-plugin-quick-chat

About this plugin

You are deep into a long DSH session when a small question pops up—verify a detail, compute a value, check a syntax. You do not want to break the flow of your main thread, yet creating a full new conversation feels like overkill. Quick Chat fills exactly that gap: a same-styled button sits right below the New Session entry in the sidebar, and one click opens a compact, rounded floating window at the bottom-right that streams answers token by token, then vanishes without disturbing your main conversation.

A gear icon inside the window lets you switch models and thinking intensity on the fly (default: deepseek-v4-flash, low reasoning). An optional context toggle, off by default, injects the full text of your current main session as background so the quick question can still follow the topic. Every exchange is persisted to a local store file, survives restarts, and can be resumed, renamed, or deleted—all without polluting your main-session list.

This plugin is aimed at heavy DSH users who sprinkle in quick lookups throughout the day while keeping their primary threads intact. It is pure text dialogue with no tool calls or sub-agent dispatch, intentionally lightweight, and verified against DSH 0.1.2-rc.1.

Use Cases

  • Verify a detail mid-session without breaking the main thread flow
  • Follow up on the current topic without polluting main-session history with fragments
  • Handle frequent micro-questions such as syntax checks, quick calculations, and API parameter lookups

Best For

  • Developers who heavily use DSH and frequently interject small questions
  • Power users who value main-session continuity and prefer lightweight interactions
  • DSH users who want instant streaming answers without spinning up a new session