feat(coding-agent): allow hiding working loader

closes #3674
This commit is contained in:
Mario Zechner
2026-04-24 23:16:39 +02:00
parent 02e694b580
commit 6580dae400
7 changed files with 211 additions and 21 deletions

View File

@@ -2,8 +2,13 @@
## [Unreleased]
### Added
- Added `ctx.ui.setWorkingVisible()` so extensions can hide the built-in interactive working loader row without reserving layout space, plus a border-status editor example that moves working state into a custom editor border ([#3674](https://github.com/badlogic/pi-mono/issues/3674))
### Fixed
- Fixed Escape interrupt handling when extensions hide the built-in working loader row ([#3674](https://github.com/badlogic/pi-mono/issues/3674))
- Fixed coding-agent test expectations for current default models and missing-auth guidance.
## [0.70.2] - 2026-04-24