What's new
This release improves day-to-day flow with faster creation shortcuts, better composer controls, and more flexible UI settings. It also includes core Git plumbing improvements and a diff panel sync fix.
Fixes
- Git staged/unstaged ui crash
Highlights
- Added
Cmd/Ctrl + Nto instantly create a new Thread for codex or Claude Session. - Moved
plan modeintoComposeras a checkbox for quicker access while writing. - Added empty-state toggles for quotes and tips so users can tune onboarding noise.
Improve Remote control web server
Run after installation
Linux
codexia --webWindows exe
Build from source code
git clone https://github.com/milisp/codexia
cd codexia
scripts/package-web.batcodexia.exe --webmacOS
/Applications/codexia.app/Contents/MacOS/codexia --webor download prebuilt linux headless web server then run
codexia --webUI & UX Improvements
- New settings to toggle header buttons and sidebar marketplace visibility.
Core Engineering
- Migrated git diff stats calculation and worktree creation to
gix.