🚀 What's new
This release brings web + desktop flexibility, improved Git workflows, UI refinements, and a large internal architecture cleanup to improve scalability.
✨ Features
- Added tauri and web feature flags to support both GUI and web builds.
- Introduced web server handlers for unified MCP operations (codex, git, file, note, skills, dxt).
- Enhanced project and workspace management.
- handleCreateNew now supports an optional project argument for setting the working directory.
- Added filesystem and dxt command support.
- Improved Git integration with status, diff, and staging features.
Start web server
codexia --webvisit https://localhost:7420 or server-ip:7420
🎨 UI Improvements
- Automatically opens the right panel when selecting tabs.
- Refined MainHeader layout and button sizing.
- Simplified RightPanel rendering.
- Improved DiffViewer behavior and controls.
- Enhanced SkillsView layout and overflow handling.
🧩 Improvements
- Debounced history scanner events for smoother thread refresh.
- Updated API parameters for thread archiving and skills listing.
- Added updater capability with improved logging.
🛠 Build & Packaging
- Added NSIS bundling support.
- Adjusted macOS build targets.
♻️ Refactor
- Reorganized feature modules for better scalability.
- Refactored MCP architecture and removed deprecated modules.