dsh-sidechat:DeepSeek Harness Web GUI 的侧边聊天面板

dsh-sidechat 是面向 DeepSeek Harness Web GUI 的轻量级插件,旨在通过侧边聊天面板隔离临时问答,减少主对话上下文噪声。用户悬停浏览器右边缘即可呼出面板,其回答基于当前项目根目录、Git 分支及最近 12 条会话消息,但不写入主会话且无工具调用能力。核心功能包括会话独立隔离、流式输出、可折叠的思考过程展示、Markdown 支持及模型推理等级切换。插件还支持从主对话选中文本直接发送至侧栏提问,以及一键清空历史。安装仅需一条 pnpm 命令,无需构建脚本,适用于希望将临时概念确认、代码解释或方案比较从任务执行中分离的开发者。需注意该插件运行于当前 dsh 进程权

Read More
dsh-side-chat: An Enhanced Version of Codex-style Side Chat

heartmove's maintained DSH web client plugin, dsh-side-chat (0.2.0, MIT), provides an isolated agent chat on the right-side panel, segregated by the main session, inheriting the main session's toolset, model, thinking difficulty, and permission presets. Users can select conversation content to query, and AI responses can be brought back to the main session draft or collapsed hint line either verbatim or summarized. When a question pop-up appears in the main session, the question and options are automatically listed in the side panel, allowing analysis in the side chat before answering, without interrupting the workflow. Installation command: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heartmove/dsh-side-chat, requires DSH ≥ 0.1.0-rc.6.

Read More
# Add a Sidebar Chat with Transferable Results to DeepSeek Harness Main Session via dsh-side-chat

`dsh-side-chat` is a DeepSeek Harness web session plugin maintained by heartmove (MIT, TypeScript, version 0.2.0). It provides independent chats isolated by main sessions on the right sidebar, inheriting the toolset, models and permissions. Users can select text to ask questions, and replies can be brought back to the draft/expanded prompt line in original text or summarized form; when a question pop-up appears in the main session, users can also conduct analysis on the sidebar first before replying. The directory installation command is `dsh plugin add github:heartmove/dsh-side-chat`. The plugin runs with the permissions of the current dsh process, and the source code and license should be verified before installation.

Read More
Use dsh-side-chat to open a side追问 session next to the DeepSeek Harness main session.

`dsh-side-chat` is a DeepSeek Harness Web plugin maintained by AHGGG: Select text in completed messages, and you can追问 in the independent right sidebar or send the annotated selection back to the main input box without switching the main session. The current npm package `@ahggg/dsh-side-chat@0.6.1` accurately corresponds to dsh 0.1.0-rc.6. Please refer to the community repository for the installation command. The sidebar shares the workspace with the main session, and closing the panel will not undo file changes.

Read More