kedoupi/xiaotaozi-dsh--plugins-context ↗★ 1
dsh-context
Conversation Context tab and /context: composition, history, events
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kedoupi/xiaotaozi-dsh#27564cbe6c5f08b7d77e783b6e1540bab0a80f94&path:plugins/context说明文档
阅读完整 README ↗English · 中文
dsh-context

Conversation Context tab and /context: composition, history, events.
English · 中文 · xiaotaozi-dsh · NOTICE
A DeepSeek Harness plugin derived from bowenliang123/dsh-context (Apache-2.0). Session Context tab plus /context.
Part of xiaotaozi-dsh. Do not dsh plugin add the repository root. Do not install the npm dsh-context next to this fork. The upstream pin is externals/dsh-context — reference only.
Use it
Context tab
The tab shows the composition bar, per-request history, events, and the model-visible surface.

/context command
Type /context or pick it from the slash menu to open the same insight in a centered client-only modal. It does not dispatch to the host, add a session-log entry, or expose a model-visible history.

Features
- Context tab. Composition bar, per-request history, events, and the model-visible surface.
/context. Same insight as a client-only modal without leaving chat; it does not dispatch to the host, add a session-log entry, or expose a model-visible history.
Available screenshots: docs/context-overview.png, docs/context-events.png, and docs/context-command.png.
Install
dsh plugin --profile web add github:kedoupi/xiaotaozi-dsh#path:plugins/context
dsh web
If the npm dsh-context is already in the profile, remove it first.
Develop
From the monorepo root:
pnpm --filter dsh-context test
pnpm --filter dsh-context build
node scripts/link-plugin.mjs --profile web context
pnpm dev
That links into the repo .dsh-home (port 3081), not the daily ~/.dsh.
License
Apache-2.0. Upstream attribution in NOTICE.