fix(coding-agent): exit early for help/version/export/list-models (fixes #1277)

This commit is contained in:
ferologics 2026-02-05 15:39:22 +01:00
parent f63c176199
commit 5c41e5d0cd
2 changed files with 8 additions and 6 deletions

View file

@ -11,6 +11,7 @@
- Fixed HTML export losing indentation in ANSI-rendered tool output (e.g. JSON code blocks in custom tool results) ([#1269](https://github.com/badlogic/pi-mono/pull/1269) by [@aliou](https://github.com/aliou))
- Fixed images being silently dropped when `prompt()` is called with both `images` and `streamingBehavior` during streaming. `steer()`, `followUp()`, and the corresponding RPC commands now accept optional images. ([#1271](https://github.com/badlogic/pi-mono/pull/1271) by [@aliou](https://github.com/aliou))
- CLI `--help`, `--version`, `--list-models`, and `--export` now exit even if extensions keep the event loop alive ([#1285](https://github.com/badlogic/pi-mono/pull/1285) by [@ferologics](https://github.com/ferologics))
## [0.51.6] - 2026-02-04