DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Manual Compact Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-manual-compact-plugin

Manual Compact Plugin

Manual context compaction for DeepSeek Harness: keep the latest N conversation items with stop or batch mode and a per-session compaction archive — embedded in the context meter popup when the meter panel slot exists, or a composer button otherwise.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-manual-compact-plugin@0.2.4
READMECompatibilityVersions

Compatibility and provenance

Manual Compact Plugin is published as dsh-manual-compact-plugin and currently resolves to version 0.2.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.4stable
8/28/2026
0.2.3stable
8/27/2026
0.2.2stable
8/27/2026
Show 5 more versionsCollapse versions
0.2.1stable
8/27/2026
0.2.0stable
8/27/2026
0.1.3stable
8/26/2026
0.1.1stable
8/26/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
29.7 kB
Files
5
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
51
Last push
8/27/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.

README

dsh-manual-compact-plugin

手动上下文压缩插件(DeepSeek Harness / DSH)。

点击上下文圆圈(或输入框旁的"压缩"按钮)→ 填写保留最近 N 条 → 停止或分批压缩 → 每次压缩都有存档可查。

功能

  • 保留最近 N 条:直接输入保留数量(默认 4,建议 1–4 条)
  • 处理方式:
    • 完成一批后停止
    • 分批处理直到完成
  • 取消压缩:压缩过程中可随时取消
  • 压缩进度:分批模式下实时显示进度条(已处理 / 总数)
  • 可读结果文件:每次压缩自动追加到 ~/.dsh/manual-compact/<会话>.md,含时间 / 保留数 / 压缩条数 / 摘要,可用任意文本编辑器打开
  • 压缩存档:每次压缩显示时间、条数、约计 tokens,点击展开完整摘要
  • 调用 DSH 官方 compaction API(compaction.compactRegion):不拆开工具调用对、会话忙时自动拒绝、失败不改动会话

安装

dsh plugin --profile web add dsh-manual-compact-plugin

安装后重启一次 DSH。

界面位置

  • 如果 DSH 带有 conversation.input.contextMeterPanel Slot(对应上游补丁),控件嵌入上下文圆圈弹窗内
  • 否则自动降级为输入框工具行右侧的"压缩"按钮(弹窗面板)

工作原理

  • 浏览器端通过 manual-compact 设置命名空间写入 request(会话、保留数、模式)
  • 宿主端读取请求,经当前会话的 compaction 服务执行,把结果写回 lastRun
  • 存档来自会话日志中已落地的 compaction/summary 事件,随会话持久化

License

MIT