Skip to content
dsh.fish
Bundle

@dsh-external/dsh-side-chat

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

Source
willwang0098
License
MIT
Updated
Updated 14 days ago

Readme

# 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

## 构建

```bash
pnpm install
pnpm typecheck
pnpm test
pnpm build
```

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

Install

dsh plugin --profile web add github:willwang0098/dsh-side-chat

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source