What's wrong with this entry?
Anonymous. No account, no email.
- Fixed autocompact circuit breaker to stop retrying after repeated failures:
"autocompact: circuit breaker tripped after N consecutive failures — skipping future attempts this session"(search for"circuit breaker tripped") - Prompt/memory count now only counts messages after the last compaction boundary, fixing inflated counts in long sessions (search for
"compact_boundary"inUFY) - Tool schema discovery warning now explains why typed parameters fail and how to fix it:
"This tool's schema was not sent to the API — it was not in the discovered-tool set"(search for"This tool's schema was not sent to the API")