DeepSeek Harness plugin

dsh-side-chat-willwang

Independent context-aware side chat for the DSH Better Sidebar.

Jump to install

Source facts

Repository
willwang0098/dsh-side-chat
Latest update
Aug 18, 2026
Category
UI Enhancements
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/willwang0098/dsh-side-chat
Plugin: dsh-side-chat-willwang
Author: willwang0098

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-side-chat

> DSH plugin for an independent Codex-style side chat in Better Sidebar.

Keywords: dsh-plugin deepseek-harness better-sidebar side-chat

dsh-side-chat 为 DSH Better Sidebar 增加一个类似 Codex 侧边提问的独立对话面板。

功能

  • 从当前主会话最近的已完成回合 fork 一个独立 side session
  • 继承上下文,但隐藏 fork 前的历史,只展示侧聊新增消息
  • 通过当前 API 连接读取历史和流式 session/event
  • 支持 reasoning、工具调用、Markdown、停止和重新分支
  • 复制回答,或把回答放入主聊天输入框草稿
  • 侧边会话 ID 按主会话持久化到 Sidebar tab meta 和 localStorage

构建

pnpm install
pnpm typecheck
pnpm test
pnpm build

安装到当前 web profile 后需要重启 DSH Web 服务,让 Cordis patch 重新加载插件。