dsh-auto-compact v0.1.0
Release Notes — dsh-auto-compact v0.1.0
Highlights
Enhanced automatic-context-compaction defaults for DeepSeek Harness agent presets.
- Default trigger lowered from 80% to 75% of the context window, keeping the most recent 20% verbatim.
- Per-route policies:
- ChatGPT / Codex GPT-5.6 (272K context): trigger at 70%.
- OpenCode Go DeepSeek V4 (1M declared context): trigger at 65%.
- Safe installer: backs up each preset (
*.bak-auto-compact), idempotent, dry-run preview, skips presets that already configure compaction themselves, never touches factory presets. - Keeps the existing summarization, retry, and safe-fallback behavior of
dsh-compaction-basic(a failed summary preserves the original history). - Manual
/compactand tool-result pruning remain available. - Bilingual README, MIT license, CI + CodeQL + Dependabot.
Installation
cd dsh-auto-compact
./install.sh # then restart DeepSeek HarnessRoll back with ./uninstall.sh.