kedoupi/xiaotaozi-dsh--plugins-context1

dsh-context

Conversation Context tab and /context: composition, history, events

包名
dsh-context
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kedoupi/xiaotaozi-dsh#27564cbe6c5f08b7d77e783b6e1540bab0a80f94&path:plugins/context

English · 中文

dsh-context

dsh-context icon

Conversation Context tab and /context: composition, history, events.

English · 中文 · xiaotaozi-dsh · NOTICE

Apache-2.0 dsh-plugin

DeepSeek Harness 0.1.1-rc.2

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 panel overview

/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.

Context command

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.