fix(coding-agent): include RPC request id on unknown commands

closes #5868
This commit is contained in:
Vegard Stikbakke
2026-06-18 10:44:59 +02:00
parent 008c76f955
commit 51f7523587
3 changed files with 115 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
### Fixed
- Fixed RPC unknown-command errors to include the request id so clients do not hang waiting for a response ([#5868](https://github.com/earendil-works/pi/issues/5868)).
- Fixed `/model` autocomplete and model selection searches to match provider/model queries regardless of whether the provider or model token is typed first.
- Fixed the tree navigator to horizontally pan deep entries so the selected item remains readable ([#5830](https://github.com/earendil-works/pi/issues/5830)).