fix(coding-agent): reduce git update fetch noise closes #2548

This commit is contained in:
Mario Zechner
2026-03-24 03:23:00 +01:00
parent 835296b1d7
commit 13b771e591
3 changed files with 87 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
### 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))
- Fixed `pi update` for git packages to fetch only the tracked target branch with `--no-tags`, reducing unrelated branch and tag noise while preserving force-push-safe updates ([#2548](https://github.com/badlogic/pi-mono/issues/2548))
## [0.62.0] - 2026-03-23