DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

JK-LIL /

JK-LIL/dsh-compaction-current-model

已验证

DSH bundle: route manual /compact summarization to the frontend current model

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@960f50c4

@dsh-external/dsh-compaction-current-model

DSH host bundle that fixes a manual-compaction model-selection bug for DeepSeek Harness 0.1.0-rc.7:

  • Before the fix, /compact(手动压缩)summarization could use the session's last routed model even after the frontend model picker changed.
  • This plugin tracks the durable manual-compaction span (compaction/start with turn: null) and rewrites the summarization llm/stream to agentDefaultModel.currentSelection() — the model the frontend currently shows.

Automatic compaction, ordinary chat requests, and frozen LLM requests are never rewritten.

Install

dsh plugin --profile web add github:JK-LIL/dsh-compaction-current-model

or from a local tarball:

dsh plugin --profile web add ./dsh-compaction-current-model-0.1.0.tgz

then restart the web profile and run /compact after switching models.

Compatibility

  • Built against DeepSeek Harness 0.1.0-rc.7 (source mode or installed build).
  • Runtime-import-free: the plugin only calls the Cordis context and standard session/LLM events, so it has no package dependencies of its own.
  • If a future DSH version changes the compaction/start owner marker, llm/stream request shape, or agentDefaultModel, review this plugin before upgrading.

Uninstall

dsh plugin --profile web remove @dsh-external/dsh-compaction-current-model

Verification

From the plugin package:

npm run typecheck
npm run build

Runtime acceptance: start DSH web, switch the model picker to a model different from the last routed request, then run /compact and confirm the recorded compaction/summary provider/model matches the frontend selection.

More

  • Architecture / 事件流
  • Changelog
—/ 5

暂无评分

已验证 DSH bundle

Commit 960f50c49407

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于