Core
- Fixed terminal long-running processes in app
- Preserve permission config key order to maintain user-defined permission precedence
- Pass image parts to custom commands (@melihmucuk)
- Add support for jp. prefix in Amazon Bedrock cross-region inference profiles (@ikeda-tomoya-swx)
- Add configuration options and authentication precedence for Bedrock (@wnkz)
- Transform agent improvements and optimizations
- Filter out empty messages and reasoning for Anthropic API compatibility
TUI
- Expand directory on Tab, select on Enter in TUI autocomplete (@yuguorui)
- Update GitHub Actions examples to use actions/checkout@v6 (@joshuadavidthomas)
- Fix Lucent Orange background transparency for slash commands (@roerohan)
- Add description for MCP command in documentation (@cravenceiling)
- Add system theme resolution and event handling to TUI
- Improve experience when operations are interrupted
Desktop
- Store image attachments in the app
- Fix bottom padding in app interface
- Fixed terminal flakiness issues in the app
- Performance improvements through event batching in app
- Fix prompt input covering content in app
- Worktree selection now correctly navigates to the selected worktree
- Avoid unintended submits during IME composition (@MogamiTsuchikawa)
- Highlight collapsed active project in sidebar (@albingroen)
- Fix flicker and navigation issues when collapsing or expanding projects in the app (@albingroen)
- Add CLI installation to desktop application (@dbpolito)
- Fix image dragging in project edit dialog (@albingroen)
Thank you to 10 community contributors:
- @albingroen:
- @dbpolito:
- Desktop: Install CLI (#6526)
- @MogamiTsuchikawa:
- fix(app): avoid unintended submits during IME composition (#6952)
- @wnkz:
- feat(bedrock): config options and authentication precedence (#6377)
- @cravenceiling:
- docs: add description for MCP command (#6944)
- @roerohan:
- fix: lucent-orng bg transparency for slash commands (#6938)
- @joshuadavidthomas:
- docs: update GHA examples to use
actions/checkout@v6(#6969)
- docs: update GHA examples to use
- @ikeda-tomoya-swx:
- fix(provider): add support for jp. prefix in Amazon Bedrock cross-region inference profiles (#6916)
- @melihmucuk:
- fix: pass image parts to custom commands (#6525)
- @yuguorui:
- tui: autocomplete: expand directory on Tab, select on Enter (#6975)