DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Quick Chat — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-quick-chat

Plugin Quick Chat

Quick Session: An instant chat window below “New Session” in the sidebar, optionally including the main session context. History can be continued, deleted, or renamed.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:enteguo/dsh-plugin-quick-chat#6c1b2a8631697407e58e73d8363130ded26853db
READMECompatibilityVersions

Compatibility and provenance

Plugin Quick Chat is published as dsh-plugin-quick-chat and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsStratagate Dshstratagate-dshRecent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs withMeow Memorymeow-memoryCross-session project memory for DeepSeek Harness: seven-layer SQLite memory, first-turn snapshot injection, per-message keyword hits, memory_remember/search/project tools, automatic reflection with reflection-fold UI, and idle-triggered dream consolidati

README

快速会话(Quick Chat)for DSH

侧边栏里的即时对话窗口:随时快速提问,可选携带当前主会话的上下文。

English · 简体中文

为 DeepSeek Harness 添加一个轻量的「快速会话」入口:不打断主会话,随时开一个小窗快速提问;可选带上当前主会话的全文,让快速对话也能接着当前话题往下聊。

功能

  • 侧边栏入口:在「新会话」按钮正下方,样式与新会话按钮一致。
  • 右下角对话窗口:圆润的小窗,回答流式输出、边生成边显示。
  • 模型与思考强度:窗口内用齿轮按钮切换模型和思考强度,默认 deepseek-v4-flash · low。
  • 上下文(可选):开新对话时可选择「携带当前主会话上下文」,默认关闭;开启后把主会话全文作为背景。
  • 历史记录:所有快速对话都保留,可继续、重命名、删除;重启后仍在。

安装

从本地目录安装:

dsh plugin --profile desktop add ./dsh-plugin-quick-chat

或打包成 tarball 后安装:

dsh plugin --profile desktop add ./dsh-plugin-quick-chat-0.1.0.tgz

安装后重启 DSH,让宿主端和客户端代码一起重新加载。

使用

  1. 点击侧边栏「新会话」下方的「快速会话」按钮,打开右下角窗口。
  2. 点击齿轮图标选择模型和思考强度;点击上下文按钮决定是否携带主会话上下文(默认不带)。
  3. 在输入框输入消息,按 Enter 发送,回答逐字流式显示。
  4. 点击窗口右上角的「☰」查看历史对话:点击某条继续,或用「重命名 / 删除」管理。

数据存储

所有快速对话保存在 ~/.dsh/quick-chat/store.json,不会进入主会话列表。

兼容性

已针对 DSH 0.1.2-rc.1 验证。纯文本对话,不调用工具或子代理。

License

MIT