docs: update CHANGELOG + lib with all TRAE fixes (Claude guards, guardrail skip)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 13:05:19 +04:00
Unverified
parent 8674296063
commit 92ac4e5b87
2 changed files with 16 additions and 15 deletions

View File

@@ -84,14 +84,15 @@ model_catalog_json = ""
CHANGELOG = [
("3.10.12", "2026-05-26", [
"Sticky endpoint: caches last working endpoint, skips probing on subsequent requests",
"Parallel discovery: probes ALL endpoints simultaneously, first 200 wins",
"Auto re-probe: if sticky endpoint fails (429/502/503), parallel re-probe all",
"Endpoint order: daily-cloudcode-pa first (matches agy-core), cloudcode-pa fallback",
"Sticky endpoint: caches last working endpoint, sequential fallback on failure",
"Endpoint order: cloudcode-pa first (matches agy CLI), daily-cloudcode-pa fallback",
"Anti-stall engine: kills stale proxy processes + clears pycache on startup",
"Smart error classification: quota vs capacity vs banned vs validation vs auth",
"Rate limit reset parsing: extracts cooldown from error body for accuracy",
"Missing headers: X-Client-Name, X-Client-Version, x-goog-api-client, sessionId",
"Guardrail skip: simple messages (hi) skip agent guardrail, no more tool-call loops",
"Claude fixes: preserve all tools, skip compaction/normalizer/sanitization for Claude",
"Normalizer model param: distinguishes Claude vs Gemini for correct behavior",
]),
("3.10.11", "2026-05-26", [
"Hybrid endpoint fallback: cloudcode-pa then daily-cloudcode-pa on 429",