Ephemeral-AI-Lab/dsh-plugins--plugins-sidechat48

dsh-sidechat

Memory-only read-only side chats for DeepSeek Harness

AI Analysis

核心用途是基于当前对话的只读快照开启一个无工具、不存盘的临时侧边栏对话。适合需要对当前内容进行临时旁敲侧击讨论的用户。

Package
dsh-sidechat
Version
0.1.0
License
MIT
Last updated
Sep 4, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins#d7a605ff4fc307d0345499e81956c831fac013a8&path:plugins/sidechat

dsh-sidechat

Memory-only, user-operated side chats for DeepSeek Harness. A sidechat receives a frozen read-only snapshot of the exact conversation in the center pane and uses that conversation's effective provider/model route.

The centered preset ID is retained as informational metadata only. Its system prompt, tools, and Agent composition are not inherited; sidechat always uses a small tool-free, read-only system prompt.

Sidechat does not create a DSH Session, Agent, Subagent, fork, worktree, or JSONL record. It calls the LLM service directly with no tools and no session identity. Closing a tab, idle collection, plugin unload, or DSH restart removes its state.

Install locally

Install dsh-workbench-ui first, then this package:

dsh plugin --profile web add /absolute/path/to/dsh-plugins/plugins/work-bench-ui
dsh plugin --profile web add /absolute/path/to/dsh-plugins/plugins/sidechat

Restart Web and refresh the browser after building client code.

Development

pnpm install
pnpm typecheck
pnpm test
pnpm build

See SPEC.md for the complete lifecycle, isolation, context, and UI contract.