🚀 What's New
Note
web server only tested on macOS 26 not required password or login yet
start web server
codexia —webvisit https://localhost:7420 or server-ip:7420
Web Server & API Enhancements
- New API Endpoints: Added skills management and notes synchronization endpoints
- WebSocket Improvements: Enhanced WebSocket handling with new event structure and updated server configuration
- Platform Publishing: Introduced GitHub Actions workflow for automated web package publishing across platforms
Service Architecture
- Service Layer Refactoring: Restructured CC module and implemented dedicated services for:
- CC, Codex, DXT
- Filesystem, Git, MCP
- Notes, Skills, Terminal
- Filesystem Watch: New functionality to monitor directories and files with start/stop commands
UI/UX Improvements
- Thread Management: Now uses
createdAtandupdatedAttimestamps for better tracking - Project Navigation:
- Enhanced ProjectSelector with quick access to home directory
- Added workspace project management
- Integrated FileTree component into RightPanel
- Context Menu: Refactored ThreadList context menu handling with dropdown sorting in SideBar
- Loading States: Improved FileViewer with spinner and placeholder animations
Platform Integration
- Tauri Optimization: Conditional deep link invocation based on Tauri environment
- Developer Experience: Added devtools support in Tauri configuration with enhanced logging for #45
🐛 Bug Fixes
- Fixed file path for invoking Tauri commands in web server documentation
- Corrected packaging scripts to ensure proper distribution directory structure
- fix #46
🔧 Minor Changes
- Adjusted padding in InputArea component for improved layout
- Renamed
get_default_directoriestoget_home_directoryfor clarity
Note: This release primarily focuses on web server adaptation and architectural improvements.