From 8ebddc2ca336562bcd8820a4eb0afc9d07342a10 Mon Sep 17 00:00:00 2001 From: Antigravity Assistant Date: Thu, 30 Apr 2026 19:15:02 -0300 Subject: [PATCH] docs: sync changelog with prompt compression epic --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fc46cfe4..60062b385f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,21 @@ ### ✨ New Features +- **Prompt Compression Pipeline:** Implemented a multi-phase prompt compression engine including `lite` (whitespace/duplication collapse), `aggressive` (summarization, tool compression), and `ultra` modes (heuristic pruning and SLM stub) (#1633, #1738, #1739, #1741) +- **Compression Dashboard & Analytics:** Added a compression settings UI, real-time log viewer, pipeline statistics tracking, and interactive playground preview (#1756) +- **Compression Caching & MCP:** Added caching-aware strategy adjustments to the compression pipeline, alongside new MCP tools for status and configuration (#1758) - **Analytics Custom Filters:** Added custom date range selection, API key filtering, and NULL key analytics backfilling to the Costs Dashboard (#1830) ### 🐛 Bug Fixes - **Rate-limit Watchdog:** Implemented a new rate-limit watchdog with environment override capabilities and Stage Tracing to prevent and diagnose silent wedges (#1828) +- **Encryption Resiliency:** Prevent sending encrypted tokens to providers by returning null on decryption failure (#763d353) +- **i18n & Locales:** Fixed OpenCode baseUrl locale placeholders and added compression keys across 32 languages +- **Startup Stability:** Hardened resilience integration server startup logic (#9aa89b17) ### 🛠️ Maintenance +- **Tests & Docs:** Expanded the test suite with 61 unit/integration tests for the compression pipeline and updated `AGENTS.md` - **Workflow:** Fixed the changelog extraction logic to accurately capture GitHub release descriptions ---