DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-quick-ask

d

dsh-quick-ask

Manifest valid

ChatGPT-style side chat for the DSH Web GUI: ask small questions about the current topic in a floating side panel, answered by an independent lightweight session over the official /api RPC — the main

UI (client)hasBundlePatch

dsh-quick-ask

ChatGPT-style side chat for DeepSeek Harness: a floating side panel in the Web GUI where you can ask small questions about the current topic — answered by an independent lightweight session that never touches the main conversation.

主对话(agent 任务)          侧边快速提问(独立会话)
┌──────────────────────┐   ┌─────────────────────────┐
│ 正在生成网站…         │   │ 💬 侧边快速提问     空闲 │
│ (工具调用、文件写入)   │   │ Q: 什么是 SSR?         │
│                      │   │ A: 简短解释…            │
└──────────────────────┘   └─────────────────────────┘

Screenshots

Before — the default view. The floating quick-ask button sits on the right edge of the chat view and stays out of the way:

Default DSH view with the floating quick-ask button on the right edge

After — the side panel open. Ask a question about the current topic; it is answered by an independent side session, and the main conversation is left untouched:

Side panel open, answering a question in an independent side session

Features

  • Isolated side session — questions run in a separate DSH session driven through the official /api RPC (session/create, session/prompt, session/cancel) and streamed over the /api/remote.mux WebSocket. The main conversation's history, queue, and agent are never affected.
  • Topic-aware — the panel automatically attaches a snapshot of the visible main conversation (plus any composer draft) as background context, so answers stay on-topic. Can be disabled per question.
  • Lightweight UX — streaming text, collapsible reasoning, tool-call chips, stop button, queued questions, preset selector (agent presets from the host), persistent history restore, theme-aware (follows DSH light/dark).
  • Zero host logic — pure client plugin (dsh.client.platform: "web"), no server-side services, no dependencies.
  • No interference — the side session shows up as its own session in the session list (titled from its first question), exactly like a separate ChatGPT chat.

Install

From the plugin market

  1. Open the DeepSeek Harness plugin market and install dsh-quick-ask, or from the CLI:

    dsh plugin --profile <profile> add dsh-quick-ask
    
  2. Reload the web page (a host restart is only needed if the market could not hot-mount it).

Manual

pnpm add dsh-quick-ask        # into your profile
# add "dsh-quick-ask" to dsh.profile.bundles in the profile package.json

Usage

  • Click the floating chat button on the right edge of the chat view (or the panel opens automatically if it was left open).
  • Type a question and press Enter (Shift+Enter for a newline).
  • 新话题 starts a fresh side session; 清屏 clears the panel display only; 停止 cancels the current answer.
  • Uncheck 附带主对话上下文 to ask without background context.

Development

node build.mjs      # wraps src/client.js + src/style.css into lib/client.js
  • src/client.js — client plugin body (factory-form bundle body).
  • src/style.css — panel styles (theme-aware via body[data-ds-dark-theme]).
  • lib/index.js — no-op host half (required for the Loader entry).

License

MIT

Similar plugins

dsh-user-question-nav

ChatGPT-style question nav rail with up/down arrow buttons — per-question tick marks on the chat edge, hover-triggered drawer listing every user question with real-time search filter, one-click smooth

UI & ExperienceManifest valid

0

dsh plugin --profile web add dsh-user-question-nav

Ask a sidebar assistant about selected assistant text: an ephemeral right-side panel answers from a snapshot of the main conversation's LLM history with streaming Markdown, collapsible thinking and mu

UI & ExperienceManifest valid

0

dsh plugin --profile web add dsh-ask-in-sidebar

Per-session question index for the DSH Web UI: a time-proportional dot rail on the right edge and an expandable chain panel showing every user question with its time, including branch/subagent session

UI & ExperienceManifest valid

0

dsh plugin --profile web add dsh-chat-index

Native side-by-side chat beside the main conversation: an independent archived DSH session with full native UI, on-demand parent-context retrieval, selection quoting, and a keep-or-delete lifecycle.

UI & ExperienceManifest valid

0

60/wk

dsh plugin --profile web add dsh-side-chat

Question index: an ordered, collapsible list of your asked questions floating on the right side of the conversation; click a question to jump the session to that point. Auto-indexes each session's ful

UI & ExperienceManifest valid

0

65/wk

dsh plugin --profile web add @lijinhao315/dsh-question-index

Codex-style /side side conversations for DeepSeek Harness: a temporary fork of the current chat in a floating panel, inheriting context without interrupting the main task.

UI & ExperienceManifest valid

0

dsh plugin --profile web add @zhuchenglong/dsh-side-chat