fix(coding-agent): expose rpc context usage closes #2550

This commit is contained in:
Mario Zechner
2026-03-24 03:08:51 +01:00
parent 9a0be024a6
commit 835296b1d7
4 changed files with 160 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed RPC `get_session_stats` to expose `contextUsage`, so headless clients can read actual current context-window usage instead of deriving it from token totals ([#2550](https://github.com/badlogic/pi-mono/issues/2550))
## [0.62.0] - 2026-03-23
### New Features