pi-mono/packages
Armin Ronacher 3f9aa5d10b
Some checks are pending
CI / build-check-test (push) Waiting to run
feat(coding-agent): add prompt cache miss tracking (#6427)
Detect prompt cache misses per turn by comparing each assistant message's
cache reads against the previous request's prompt tokens (core/cache-stats.ts).
Significant misses emit a warning-colored transcript notice at the turn they
occur, noting idle gaps past the cache TTL and model switches when relevant.

/session gained cache statistics: a compact token/cache breakdown with hit
rate, a $-prefixed cost section with per-model cost breakdown, and the
cumulative cost re-billed due to cache misses.
2026-07-09 14:12:57 +02:00
..
agent feat(agent): export InMemorySessionStorage and JsonlSessionStorage 2026-07-09 10:22:30 +02:00
ai add ResourceExhausted as a retryable error (#6449) 2026-07-09 13:58:32 +02:00
coding-agent feat(coding-agent): add prompt cache miss tracking (#6427) 2026-07-09 14:12:57 +02:00
orchestrator Add [Unreleased] section for next cycle 2026-06-30 22:29:44 +02:00
tui fix(tui): decrement paste counter on paste marker delete and terminal clear (#6397) 2026-07-07 14:29:39 +02:00