fix(compress): prefer persisted reference handoff after completion — v0.50.90 (PR #699 by @franksong2702)

Fixes the /compress reference card showing only a short 3-line summary immediately after compression. Now prefers the persisted compaction message (full handoff) over the raw API summary, matching what is shown after page reload. Closes #695.
This commit is contained in:
nesquena-hermes
2026-04-18 21:29:07 -07:00
committed by GitHub
parent 3cd38b2b31
commit d3a686a266
3 changed files with 19 additions and 1 deletions

View File

@@ -13,6 +13,11 @@
### Added
- **Searchable model picker** — the model dropdown now has a live search input at the top. Type any part of a model name or ID to filter the list instantly; provider group headers (Anthropic, OpenAI, OpenRouter, etc.) remain visible in filtered results. Includes a clear button, Escape-to-close support, and a "No models found" empty state. i18n strings added for English, Spanish, and zh-CN. (PR #659 by @mmartial)
## [v0.50.90] — 2026-04-19
### Fixed
- **`/compress` reference card now shows full handoff immediately after compression** — the context compaction card no longer shows only the short 3-line API summary right after `/compress` completes. The UI now prefers the persisted compaction message (full handoff) over the raw API response, matching what is shown after a page reload. (PR #699 by @franksong2702)
## [v0.50.89] — 2026-04-19
### Fixed