v10.13.6: anti-loop resilience, auto 401 refresh, budget cap, MSIX support

This commit is contained in:
Roman | RyzenAdvanced
2026-05-27 15:43:15 +04:00
Unverified
parent 5e1f4c6ca1
commit bc28f4bc60
6 changed files with 70 additions and 22 deletions

View File

@@ -83,12 +83,18 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.13.5", "2026-05-27", [
"Codex Desktop Updater: auto-update from ilysenko/codex-desktop-linux",
"Fix Antigravity: prod endpoint first, model resolution, OAUTH_PROVIDER derivation",
"Fix Codex CLI 0.134.0 profile system: separate .config.toml files",
"Fix compaction: max_input_items 60->200 for 1M-token Antigravity models",
"Antigravity E2E test suite: bash test-antigravity.sh",
("10.13.6", "2026-05-27", [
"Anti-loop: cross-session tracker, tool-call budget (150), file read-loop detection",
"Auto 401 token refresh with retry",
"Model-aware idle timeout: flash 120s, pro 300s",
"Smart compaction: directive summary on read-loops",
"Default provider policy for unrecognized backends",
"Anti-stall fix: no longer kills own parent/process group",
"Codex Desktop Updater: check/install/rollback/manual rebuild",
"Fix Codex CLI 0.134.0 profiles: separate .config.toml files",
"Fix compaction: max_input_items 60->200 for 1M-token models",
"E2E test suite: bash test-antigravity.sh [--task]",
"Merge cobra91 PR #17: MSIX Desktop launch, button state",
]),
("3.12.1", "2026-05-27", [
"Fix Antigravity adapter (PR #15): simplify model resolution",