v3.10.10: fix normalizer preserves compaction summaries, dedupes goal_context

This commit is contained in:
Roman | RyzenAdvanced
2026-05-25 23:59:30 +04:00
Unverified
parent a6eb0f2215
commit 8638769a73
4 changed files with 28 additions and 4 deletions

View File

@@ -83,6 +83,14 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.10.10", "2026-05-25", [
"Fix normalizer stripping ALL context after compaction on resumed sessions",
"No auto-reset when compaction summary present (preserves 1925+ turn history)",
"Always preserve compaction summaries in normalizer output",
"Deduplicate consecutive identical goal_context messages",
"Emergency reset preserves compaction summaries",
"Fix hashlib NameError in _antigravity_normalize_context (string comparison instead)",
]),
("3.10.9", "2026-05-25", [
"Antigravity: production-only endpoints (cloudcode-pa.googleapis.com), sandbox blocked unless ALLOW_ANTIGRAVITY_STAGING=1",
"Antigravity: 403 SERVICE_DISABLED falls through, 429 returns to client (no sandbox fallback)",