v1.14.20
OpenCodeSummary
This release introduces an experimental HTTP API endpoint, GET /config, for configuration access. Several important bug fixes address issues with dynamic imports on Windows, TUI theme regressions, and layout problems in the Desktop server selection dialog. Users can now also hide the session progress bar via a new setting.
New Features
- Added the experimental HTTP API endpoint: GET /config.
Bug Fixes
- Fixed a system theme regression within the Text User Interface (TUI).
- Fixed local dynamic imports on Windows when running under Node, ensuring reliable plugin and tool loading.
- Fixed permission replies in remote workspaces so they are correctly sent to the originating workspace.
- Fixed the Select Server dialog layout so the server list and actions size correctly.
- Fixed synced project updates so desktop project state changes apply reliably.
- Fixed sidebar project avatars to correctly fall back to using icon.url when no override is specified.
- Fixed the WorkspaceAdaptor.create type definition to correctly include the required env parameter.
- Fixed assistant message identification by using parentID matching instead of positional scanning.
Improvements
- Stopped prompt controls from replaying their fade-in animation on every render in the Desktop application.
- Added a setting in the Desktop application to hide the session progress bar while the agent is working.