- Fixed osascript for clipboard typo
- Fixed internal error on `/compact` command
- Made the logo on the home screen non-selectable
- Fixed debug LSP diagnostics command for certain LSPs
- Show indicator for in progress chats in the sessions list
- Restore input on timeline revert and show newest first
- Replay conversation history in session/load
- Removed cache mention from webfetch prompt
- Fixed fatal error UI readability in light mode
- Added foreground color to some TUI text elements for light mode visibility
- Fixed Windows LSP URIs using backslashes (Biome initialization failure)
- Better error message rendering in TUI
- Fixed bash tool to prevent excessive cd spam
- Added experimental `chat.messages.transform` hook
**Thank you to 11 community contributors:**
- @sachnun:
- feat: add caching for opencode binary in GitHub Actions (#5384)
- fix(server): make time field optional in session update validator (#5372)
- fix(tui): restore input on timeline revert and show newest first (#5366)
- @jorgenwh:
- add experimental.chat.messages.transform hook (#5207)
- @alopez-inf:
- fix: Windows LSP URIs using backslashes (Biome initialization failure) (#5317)
- @koichincom:
- fix: add fg color to some TUI text elements for light mode visibility (#5378)
- fix(tui): ensure fatal error UI is readable in light mode (#5387)
- @airtonix:
- docs: Add opencode-md-table-formatter and plugin template (#5405)
- @haoqixu:
- acp: replay conversation history in session/load (#5385)
- acp: fix internal error on `/compact` (#5424)
- @RhysSullivan:
- [feat]: show indicator for in progress chats in the sessions list (#5417)
- @monostop:
- fix: debug lsp diagnostics cmd for certain lsps (#5420)
- @Brendonovich:
- tauri: initialise store and window-state plugins
- tauri: create window with full screen size
- tauri: add basic custom titlebar (#5438)
- @jeremyosih:
- Change tooltip text from 'Open file' to 'New Terminal' (#5435)
- @Hona:
- fix: osascript for clipboard typo (#5430)