What's new
Highlights
- Improved thread opening behavior between history and Codex views.
- Added Codex thread fork/rollback APIs with an edit-with-rollback UI flow.
- Improved Codex chat experience with better delta event rendering and plan UX.
- Implemented deferred, async, idempotent Codex backend initialization for more reliable startup behavior.
- Centralized account status management in the Codex store and useCodexEvents, reducing local-state drift in ChatInterface.
- Added Git file revert API and refactored the diff UI into clearer modular components.
Fixes
- Fixed layout issue by removing an extra Tauri drag-region overlay.
- Fixed Tauri CSP to allow http://ipc.localhost in connect-src.
Improvements
- Simplified CodexAuth state/actions and streamlined related UI controls.
- Kept header right-panel toggle consistently visible.