v3.10.11: hybrid endpoint fallback, 429 logging, SERVICE_DISABLED fallthrough restored

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 00:15:01 +04:00
Unverified
parent cbf5bd7fc9
commit fced1653f2
4 changed files with 26 additions and 4 deletions

View File

@@ -83,6 +83,13 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.10.11", "2026-05-26", [
"Hybrid endpoint fallback: cloudcode-pa then daily-cloudcode-pa on 429",
"daily-cloudcode-pa.googleapis.com (same endpoint agy-core uses)",
"429 errors log full response body for debugging",
"Rate-limit marking only after ALL endpoints fail",
"Restored SERVICE_DISABLED (403) fallthrough",
]),
("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)",