Claude Code UI v1.14.0
Release Notes
Authentication
- Fixed login mechanism for Claude Code (477bc40)
Internationalization
- Added comprehensive i18n support with translations for all major components including ChatInterface, CodeEditor, QuickSettingsPanel, Shell, and ThinkingModeSelector (38745bd, 0517ee6, a173817) - @NobitaYuan
- Fixed missing translations and updated to i18next v4+ pluralization format (9cd0cfc, e85cc74, 9f534ce) - @NobitaYuan
New Features
- Added thinking mode selector to chat interface for Claude provider (1f6c0c3, e73960a) -
- Added folder browser to Project Creation Wizard (e1f2af1) - @EricBlanquer
- Added draggable handle for Quick Settings sidebar (4fe6cc4) - @whittlelabs
- Added highlight for file mentions in chat input (9da8e69) -
- Added code block syntax highlighting in ChatInterface (89c9aec) - @ZhenhongDu
- Added grant permission button for Claude tool requests in chat (7b63a68, ef44942) -[
Bug Fixes
- Fixed sessions streaming responses to the wrong chat (b3c6e95, ddb26c7) -
- Fixed extended thinking mode toggle not working correctly (79f7bf9, cf0f60b) -
- Fixed "New Project" button not displaying when no projects exist (73a0b5b) - @ybalbert001
- Fixed scroll position restoration in long message threads (0050331) -
- Fixed server crash when opening settings (4c40a33) -
- Fixed session navigation when using Codex (ba70ad8, 9efe433) -
- Fixed Codex sessions on Windows (9efe433) -
- Prevented spawn errors when Codex CLI is not installed (dab089b) -
- Filtered VCS directories from file autocomplete (66e85fb) - @amacsmith
- Fixed session hover buttons visibility (515ad3b) - @EricBlanquer
Project Management
- Projects with sessions can now be deleted with styled confirmation modal (74640a7) - @EricBlanquer
UI Improvements
- Added loading progress indicator (9e03acb) - @EricBlanquer
- Session badges and icons now hide on hover to show action buttons (515ad3b) - @EricBlanquer
- Added error handling and cleanup for draggable handle (ea33810) - @whittlelabs
- Updated button title for creating new project (efae890) - @ybalbert001
- Updated codex.js (8825baf) - @timbot
Contributors
Thanks to all contributors who made this release possible:
@siteboon, @EricBlanquer, @NobitaYuan, @whittlelabs, @amacsmith, @ZhenhongDu, @ybalbert001, @timbot
Welcome New Contributors
A special thank you to our new contributors in this release:
- @NobitaYuan - for adding comprehensive internationalization support
- @EricBlanquer - for the folder browser wizard, loading progress, and project deletion features
- @whittlelabs - for the draggable sidebar handle
- @amacsmith - for filtering VCS directories from autocomplete
- @ZhenhongDu - for code block syntax highlighting
- @ybalbert001 - for the New Project button fix
- @timbot - for codex updates