What's new
This release expands Codexia’s plugin and skill management, improves git and workspace workflows, adds Apple platform groundwork, and
continues polishing the desktop agent experience.
Highlights
- ios remote control preview - download
codexia.ipaand use Apple Configurator to install. - Add
~/.codexia/settings.jsonto store settings - Added a new unified Plugins experience with plugin catalog, global/plugin scope management, MCP integration improvements, and
centralized skill handling. - Improved git workflows with branch creation, git push support, better worktree handling, environment file management, and dirty working
tree warnings. - Added Insights-related backend and UI work, plus Pro trial/access flow updates.
- Introduced Apple platform project scaffolding and updated Tauri capabilities and dependencies for broader platform support.
- Improved desktop UX with better dock reopen behavior on macOS, delayed backend listener initialization, agent switching updates, and
composer/tunnel UI refinements.
Features
- Implement plugin catalog support and refactor skill groups into a dedicated bar component.
- Replace separate Skills and MCP views with a unified Plugins view.
- Add plugin store and consolidate MCP configuration management with global scope support.
- Add MCP configuration scope selector and dedicated MCP server addition flow.
- Introduce central skill store with agent-specific linking and new UI tabs.
- Add skill group management across store, commands, API endpoints, and UI.
- Add new API endpoints and handlers for central skill management and skillssh.
- Implement Insights functionality with new feature modules and web server API endpoints.
- Add Pro trial functionality, banners, and conditional access for Pro features.
- Enable Insights access in development mode.
- Add deep link OAuth callback flow with Apple authentication support.
- Add git branch creation support in the workspace switcher.
- Add git push support through the system git process.
- Improve git worktree management and environment file handling.
- Add Apple platform project structure and update Tauri capabilities and Cargo dependencies.
- Add p2pAutoStart setting for desktop tunnel auto-start.
- Add switch variant to TunnelIndicator and integrate it into AgentComposer.
- Introduce AgentSwitcher and use it across the sidebar, marketplace, and composer.
- Use Streamdown for user messages and improve command display/output height.
Fixes
- Fix worktree path validation to use the correct .codexia/worktrees structure.
- Trim whitespace from messages before sending in ccSendMessage.
- Use an explicit file path for the Composer import in CCView.
- Move GhostCard to the first position in the agent grid.
- Improve macOS dock icon reopen behavior so the main window reappears when hidden.
- Delay Codex event listener initialization until the backend is ready.
Refactors and Cleanup
- Remove GetProButton, GhostCard, and trial banner from AgentView.
- Extract DxtView logic into useDxt.
- Simplify SkillsView navigation and update DxtView layout.
- Remove redundant MCP/project selector UI in favor of scope-based configuration.
- Centralize cwd handling for skill tabs with useWorkspaceStore.
- Migrate DXT selection state to a global store.
- Remove Zustand persist middleware and replace it with custom settings synchronization logic.
- Remove unused theme state and setter from EditorStore.
- Remove unused mobile connection screen and P2P logs from App.
- Remove TS binding generation steps from CI and release workflows.
- Rename Tauri build scripts for dev flow and update web feature flags.
- Optimize frontend loading with lazy loading, manual chunking, and SWC improvements.
- Remove TurnDiffView and fold its behavior into an enhanced DiffViewer.
Documentation
- Improve README formatting and related-link descriptions.