Core
- Ensure agent exists before processing title in session summary(@0x404)
- More defensive handling of project list to prevent errors
- Filter dead worktrees from git worktree list
- Load models.dev in development mode
- Ensure frontmatter can process same content as other agents
- Show toast error message when ConfigMarkdown parsing fails(@vvarp)
- Prettify retry duration display in TUI
- Handle broken symlinks gracefully in grep tool(@andrew-kramer-inno)
- Honor per-server MCP timeouts
- Upgrade OpenTUI to v0.1.73, fixing CJK word wrapping and Thai text rendering in non-tmux environments
- Add input limit for compaction(@brandon93s)
- Fix Codex ID issue
- Revert provider-level store option
- Allow provider-level store option(@cyhhao)
- Make dialog keybinds configurable(@CasualDeveloper)
TUI
- Update black plan selection with light rays effect and mobile styles(@aaroniker)
- Use native text truncation for sidebar diff paths
- Center the initially selected session in the session list(@ariane-emory)
- Restore brand integrity of TUI wordmark(@kitlangton)
Desktop
- Fix sidebar toggle on desktop
- Persist workspace branch selection across sessions
- Persist workspace order and collapsed state in sidebar
- Fix thinking animation opacity and improve design
- Fix session icon and name alignment
- Show session as busy even when it's the active session
- Stop killing opencode-cli process on dev mode restart(@dbpolito)
- Update desktop question tools(@dbpolito)
- Fix current session background color
- Remove the active state from load more button after press
- Fix new session tooltip position and add keyboard shortcut
- Remove more options tooltip
- Fix workspace name color in UI
- Hide "View all sessions" button when on active project page
- Fix avatar button states
- Reduce font size of load more button
- Fix recent sessions title color
- Fix project dropdown labels and sorting order
- Move left panel toggle button to the right
- Fix avatar background color
- Show project options on hover of row
- Increase delay on session list tooltips
- Fix tooltip gutter spacing on session items and archive buttons
- Archive icon replaces diff count on hover
- Fix hover state for recent sessions in gutter
- Fix search bar functionality in header
- Fixed layout issues in the app
- Fix stale sessions in new layout
- New app layout
- Open external links in system browser instead of webview in desktop app(@turculaurentiu91)