feat(coding-agent): show cache hit rate in footer

This commit is contained in:
Mario Zechner
2026-06-05 10:01:11 +02:00
parent 3e73204242
commit db594d3a59
4 changed files with 32 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added the latest prompt cache hit rate to the interactive footer.
### Fixed
- Fixed built-in tool expand hints to style closing parentheses consistently ([#5359](https://github.com/earendil-works/pi/issues/5359)).