co-mono/packages
Mario Zechner 7eb969ddb1 fix(coding-agent): show unknown context usage after compaction, fix multi-compaction boundary
After compaction, context token count is unknown until the next LLM
response. Instead of showing stale pre-compaction values or heuristic
estimates, the footer now shows ?/200k.

ContextUsage.tokens and ContextUsage.percent are now number | null
(breaking change). Removed usageTokens, trailingTokens, lastUsageIndex
from ContextUsage (internal details).

Also fixed _checkCompaction() using .find() (first compaction) instead
of getLatestCompactionEntry() (latest), which caused incorrect overflow
detection with multiple compactions.

Closes #1382
2026-02-12 18:35:09 +01:00
..
agent Add [Unreleased] section for next cycle 2026-02-09 00:17:28 +01:00
ai feat(ai): add generic metadata field to StreamOptions, closes #1384 2026-02-12 17:39:03 +01:00
coding-agent fix(coding-agent): show unknown context usage after compaction, fix multi-compaction boundary 2026-02-12 18:35:09 +01:00
mom Add [Unreleased] section for next cycle 2026-02-09 00:17:28 +01:00
pods Release v0.52.9 2026-02-09 00:16:45 +01:00
tui Add [Unreleased] section for next cycle 2026-02-09 00:17:28 +01:00
web-ui Add [Unreleased] section for next cycle 2026-02-09 00:17:28 +01:00