TUI/Gateway: fix pi streaming + tool routing + model display + msg updating (#8432)

* TUI/Gateway: fix pi streaming + tool routing

* Tests: clarify verbose tool output expectation

* fix: avoid seq gaps for targeted tool events (#8432) (thanks @gumadeiras)
This commit is contained in:
Gustavo Madeira Santana
2026-02-04 17:12:16 -05:00
committed by GitHub
parent a42e3cb78a
commit 38e6da1fe0
32 changed files with 1227 additions and 208 deletions

View File

@@ -108,10 +108,10 @@
"@larksuiteoapi/node-sdk": "^1.42.0",
"@line/bot-sdk": "^10.6.0",
"@lydell/node-pty": "1.2.0-beta.3",
"@mariozechner/pi-agent-core": "0.51.1",
"@mariozechner/pi-ai": "0.51.1",
"@mariozechner/pi-coding-agent": "0.51.1",
"@mariozechner/pi-tui": "0.51.1",
"@mariozechner/pi-agent-core": "0.51.3",
"@mariozechner/pi-ai": "0.51.3",
"@mariozechner/pi-coding-agent": "0.51.3",
"@mariozechner/pi-tui": "0.51.3",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0",