Skip to content

0.22.4

Choose a tag to compare

@amaiya amaiya released this 13 May 00:30
· 50 commits to main since this release

0.22.4 (2026-05-12)

new:

  • N/A

changed:

  • N/A

fixed:

  • Fixed 80% auto-compaction not triggering for large message additions (e.g., pasting changelogs, reading large files). Bug introduced in March when optimization started using stale token counts from previous API call instead of estimating current messages. Reverted needs_compaction() to always estimate current messages while keeping actual tokens for /status display. (#80)