fix(coding-agent): close codex websocket sessions

Fixes #4103
This commit is contained in:
Armin Ronacher
2026-05-03 23:25:56 +02:00
parent 370fdae6fa
commit 5fa277b320
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
- Changed `read` tool rendering to collapse Pi documentation, AGENTS/CLAUDE context files, and `SKILL.md` contents by default in interactive output.
### Fixed
- Fixed OpenAI Codex WebSocket transport keeping `--print` and JSON mode processes alive after the response by closing cached WebSocket sessions during session shutdown ([#4103](https://github.com/badlogic/pi-mono/issues/4103)).
## [0.72.1] - 2026-05-02
## [0.72.0] - 2026-05-01