dsh-session-rotate-on-compact
Rotate the outbound LLM session ID after each successful DSH compaction without creating a new DSH session.
在每次 DSH 成功 Compact 后轮换对外 LLM 会话 ID,而不创建新的 DSH 会话。
How to install
dsh plugin add github:Hugo16/dsh-session-rotate-on-compact About
DSH Session Rotate on Compact 用于 DSH 的会话轮换插件。 当 DSH 完成一次自动或手动 Compact 后,插件会生成新的 Session ID,让代理 API 将下一次请求识别为新会话,从而触发账号轮询。 功能 DSH 会话保持不变 Compact 成功后切换 Session ID 自动 Compact 和手动 Compact 都支持 Compact 失败时不切换 不重新发送已经压缩掉的历史消息 安装 powershell pnpm dsh plugin --profile web add "https://github.com/Hugo16/dsh-session-rotate-on-compact.git" 安装后重启 DSH。 版本 0.1.0…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-19
- Created
- 2026-09-13
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.