tag:github.com,2008:https://github.com/milisp/codexia/releases Release notes from codexia 2026-03-04T09:24:22Z tag:github.com,2008:Repository/1037241902/v0.26.0 2026-03-04T16:48:22Z v0.26.0 <h1>What's new</h1> <h2>๐Ÿš€ Highlights</h2> <p>This release focuses on <strong>web/mobile stability and responsiveness</strong>, <strong>Claude Code (CC) enhancements</strong>, and improved <strong>File System</strong> handling. We've introduced major UI refinements and added support for file attachments in chat.</p> <hr> <h2>๐Ÿ†• New Features</h2> <ul> <li><strong>Mobile-Friendly UX:</strong> Comprehensive layout overhaul for mobile devices, including a responsive right panel and optimized settings navigation.</li> <li><strong>File Attachments:</strong> Added support for attaching files directly within the CC input field.</li> <li><strong>Enhanced Diff Viewer:</strong> Introduced a <strong>Split Diff View</strong> toggle and the ability to send selected text directly to AI.</li> <li><strong>Smart File Search:</strong> Replaced <code>walkdir</code> with the <code>ignore</code> crate to respect <code>.gitignore</code> rules and added file tree expansion controls.</li> <li><strong>Agent Selection:</strong> You can now choose between <strong>Codex</strong> or <strong>Claude Code</strong> when continuing historical projects.</li> <li><strong>Reasoning Visibility:</strong> Added a setting to toggle the visibility of agent reasoning events in the chat interface.</li> </ul> <h2>๐Ÿ›  Improvements &amp; Refactors</h2> <ul> <li><strong>UI Indicators:</strong> Added a CC connection status indicator to the main header for better visibility.</li> <li><strong>Performance:</strong> Implemented startup timing measurements and optimized Codex initialization.</li> <li><strong>Input Management:</strong> Created a dedicated <code>useCCInputStore</code> for more robust chat input handling and programmatic focus.</li> <li><strong>State Cleanup:</strong> Removed redundant <code>isViewingHistory</code> state and simplified thinking messages in the CC view.</li> </ul> <h2>๐Ÿ› Bug Fixes</h2> <ul> <li><strong>Layout Stability:</strong> Fixed horizontal overflow issues in the Diff Viewer and prevented hidden terminal overflows.</li> <li><strong>Type Safety:</strong> Aligned Codex v2 types and reduced "unsafe any" usage across the codebase.</li> <li><strong>UI Polish:</strong> Fixed reasoning effort display in the model selector.</li> </ul> <h2>๐Ÿงน Other Changes</h2> <ul> <li><strong>Documentation:</strong> Updated README with GitHub download badges and removed legacy Chinese documentation.</li> <li><strong>Defaults:</strong> Adjusted default quote categories and updated minimum window dimensions.</li> </ul> <h2>New Contributors</h2> <ul> <li>Author: MegaDigitalCode <a href="mailto:[email protected]">[email protected]</a> made their first contribution in <a href="https://github.com/milisp/codexia/pull/50">https://github.com/milisp/codexia/pull/50</a></li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.25.2 2026-02-27T16:43:05Z v0.25.2 <h2>What's new</h2> <h3>Highlights</h3> <ul> <li>Improved thread opening behavior between history and Codex views.</li> <li>Added Codex thread fork/rollback APIs with an edit-with-rollback UI flow.</li> <li>Improved Codex chat experience with better delta event rendering and plan UX.</li> <li>Implemented deferred, async, idempotent Codex backend initialization for more reliable startup behavior.</li> <li>Centralized account status management in the Codex store and useCodexEvents, reducing local-state drift in ChatInterface.</li> <li>Added Git file revert API and refactored the diff UI into clearer modular components.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixed layout issue by removing an extra Tauri drag-region overlay.</li> <li>Fixed Tauri CSP to allow <a href="http://ipc.localhost" rel="nofollow">http://ipc.localhost</a> in connect-src.</li> </ul> <h3>Improvements</h3> <ul> <li>Simplified CodexAuth state/actions and streamlined related UI controls.</li> <li>Kept header right-panel toggle consistently visible.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.25.1 2026-02-26T09:32:28Z v0.25.1 <h1>What's new</h1> <p>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.</p> <h2>Fixes</h2> <ul> <li>Git staged/unstaged ui crash</li> </ul> <h2>Highlights</h2> <ul> <li>Added <code>Cmd/Ctrl + N</code> to instantly create a new Thread for codex or Claude Session.</li> <li>Moved <code>plan mode</code> into <code>Composer</code> as a checkbox for quicker access while writing.</li> <li>Added empty-state toggles for quotes and tips so users can tune onboarding noise.</li> </ul> <h2>Improve Remote control web server</h2> <p>Run after installation</p> <h3>Linux</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codexia --web"><pre>codexia --web</pre></div> <h3>Windows exe</h3> <p>Build from source code</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git clone https://github.com/milisp/codexia cd codexia scripts/package-web.bat"><pre>git clone https://github.com/milisp/codexia <span class="pl-c1">cd</span> codexia scripts/package-web.bat</pre></div> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codexia.exe --web"><pre>codexia.exe --web</pre></div> <h3>macOS</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/Applications/codexia.app/Contents/MacOS/codexia --web"><pre>/Applications/codexia.app/Contents/MacOS/codexia --web</pre></div> <p>or download prebuilt linux headless web server then run</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codexia --web"><pre>codexia --web</pre></div> <h2>UI &amp; UX Improvements</h2> <ul> <li>New settings to toggle header buttons and sidebar marketplace visibility.</li> </ul> <h2>Core Engineering</h2> <ul> <li>Migrated git diff stats calculation and worktree creation to <code>gix</code>.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.25.0 2026-02-25T16:09:11Z v0.25.0 <h1>What's new</h1> <h2>Highlights</h2> <ul> <li>Added a full <strong>Automation</strong> system across backend and frontend, including task management, scheduling, execution runtime, web-server handlers, and dedicated UI views.</li> <li>Added model provider support for <strong>OpenAI</strong> and <strong>Ollama</strong>, including provider-specific configuration and config-state migration.</li> <li>Improved editor and workspace usability with <strong>Ace autocompletion tools</strong>, a <strong>file tree visibility toggle</strong>, and tighter <strong>Git diff panel</strong> integration with global file selection.</li> <li>Enabled <code>persistExtendedHistory</code> in Codex service calls for improved history continuity.</li> </ul> <h2>Improvements</h2> <ul> <li>Update flow is now conditionally enabled only when running inside Tauri.</li> <li>Main header actions were adjusted: Diff action visibility/placement improved, and Web Preview button order updated.</li> <li>Tauri invoke import path was refactored for static top-level usage.</li> <li>Default feature configuration was updated so <code>gui</code> includes both <code>tauri</code> and <code>web</code>.</li> </ul> <h2>Fixes</h2> <ul> <li>Fixed transient PowerShell window flashes on Windows builds. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3989573982" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/47" data-hovercard-type="pull_request" data-hovercard-url="/milisp/codexia/pull/47/hovercard" href="https://github.com/milisp/codexia/pull/47">#47</a></li> <li>Configured <code>reqwest</code> to use <code>rustls-tls-native-roots</code>.</li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jelenkaya/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jelenkaya">@jelenkaya</a> made her first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3989573982" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/47" data-hovercard-type="pull_request" data-hovercard-url="/milisp/codexia/pull/47/hovercard" href="https://github.com/milisp/codexia/pull/47">#47</a></li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.24.1 2026-02-17T13:45:27Z v0.24.1 <h2>๐Ÿš€ What's new</h2> <p>This release brings web + desktop flexibility, improved Git workflows, UI refinements, and a large internal architecture cleanup to improve scalability.</p> <h3>โœจ Features</h3> <ul> <li>Added tauri and web feature flags to support both GUI and web builds.</li> <li>Introduced web server handlers for unified MCP operations (codex, git, file, note, skills, dxt).</li> <li>Enhanced project and workspace management.</li> <li>handleCreateNew now supports an optional project argument for setting the working directory.</li> <li>Added filesystem and dxt command support.</li> <li>Improved Git integration with status, diff, and staging features.</li> </ul> <h3>Start web server</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codexia --web"><pre>codexia --web</pre></div> <p>visit <code>https://localhost:7420</code> or server-ip:7420</p> <h3>๐ŸŽจ UI Improvements</h3> <ul> <li>Automatically opens the right panel when selecting tabs.</li> <li>Refined MainHeader layout and button sizing.</li> <li>Simplified RightPanel rendering.</li> <li>Improved DiffViewer behavior and controls.</li> <li>Enhanced SkillsView layout and overflow handling.</li> </ul> <h3>๐Ÿงฉ Improvements</h3> <ul> <li>Debounced history scanner events for smoother thread refresh.</li> <li>Updated API parameters for thread archiving and skills listing.</li> <li>Added updater capability with improved logging.</li> </ul> <h3>๐Ÿ›  Build &amp; Packaging</h3> <ul> <li>Added NSIS bundling support.</li> <li>Adjusted macOS build targets.</li> </ul> <h3>โ™ป๏ธ Refactor</h3> <ul> <li>Reorganized feature modules for better scalability.</li> <li>Refactored MCP architecture and removed deprecated modules.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.24.0 2026-02-16T17:05:11Z v0.24.0 <h2>๐Ÿš€ What's New</h2> <div class="markdown-alert markdown-alert-note"><p class="markdown-alert-title"><svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>Note</p><p>web server only tested on macOS 26 not required password or login yet</p> </div> <h3>start web server</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codexia โ€”web"><pre>codexia โ€”web</pre></div> <p>visit <code>https://localhost:7420</code> or server-ip:7420</p> <h3>Web Server &amp; API Enhancements</h3> <ul> <li><strong>New API Endpoints</strong>: Added skills management and notes synchronization endpoints</li> <li><strong>WebSocket Improvements</strong>: Enhanced WebSocket handling with new event structure and updated server configuration</li> <li><strong>Platform Publishing</strong>: Introduced GitHub Actions workflow for automated web package publishing across platforms</li> </ul> <h3>Service Architecture</h3> <ul> <li><strong>Service Layer Refactoring</strong>: Restructured CC module and implemented dedicated services for: <ul> <li>CC, Codex, DXT</li> <li>Filesystem, Git, MCP</li> <li>Notes, Skills, Terminal</li> </ul> </li> <li><strong>Filesystem Watch</strong>: New functionality to monitor directories and files with start/stop commands</li> </ul> <h3>UI/UX Improvements</h3> <ul> <li><strong>Thread Management</strong>: Now uses <code>createdAt</code> and <code>updatedAt</code> timestamps for better tracking</li> <li><strong>Project Navigation</strong>: <ul> <li>Enhanced ProjectSelector with quick access to home directory</li> <li>Added workspace project management</li> <li>Integrated FileTree component into RightPanel</li> </ul> </li> <li><strong>Context Menu</strong>: Refactored ThreadList context menu handling with dropdown sorting in SideBar</li> <li><strong>Loading States</strong>: Improved FileViewer with spinner and placeholder animations</li> </ul> <h3>Platform Integration</h3> <ul> <li><strong>Tauri Optimization</strong>: Conditional deep link invocation based on Tauri environment</li> <li><strong>Developer Experience</strong>: Added devtools support in Tauri configuration with enhanced logging for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3942339801" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/45" data-hovercard-type="issue" data-hovercard-url="/milisp/codexia/issues/45/hovercard" href="https://github.com/milisp/codexia/issues/45">#45</a></li> </ul> <h2>๐Ÿ› Bug Fixes</h2> <ul> <li>Fixed file path for invoking Tauri commands in web server documentation</li> <li>Corrected packaging scripts to ensure proper distribution directory structure</li> <li>fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3946611018" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/46" data-hovercard-type="issue" data-hovercard-url="/milisp/codexia/issues/46/hovercard" href="https://github.com/milisp/codexia/issues/46">#46</a></li> </ul> <h2>๐Ÿ”ง Minor Changes</h2> <ul> <li>Adjusted padding in InputArea component for improved layout</li> <li>Renamed <code>get_default_directories</code> to <code>get_home_directory</code> for clarity</li> </ul> <hr> <p><strong>Note</strong>: This release primarily focuses on web server adaptation and architectural improvements.</p> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.23.3 2026-02-14T03:20:54Z v0.23.3 <h2>๐Ÿš€ Release v0.23.3</h2> <p>This update introduces significant improvements to the user experience, including a refined settings architecture, enhanced Windows support, and smarter task management features.</p> <hr> <h3>โœจ New Features</h3> <ul> <li> <p><strong>Windows Support:</strong> Added a dedicated web packaging workflow and script for seamless Windows deployment.</p> </li> <li> <p><strong>Smarter Tasks:</strong> * Added <strong>system sleep prevention</strong> to ensure long-running tasks aren't interrupted.</p> </li> <li> <p>Introduced granular <strong>beep notification settings</strong> for task completion.</p> </li> <li> <p><strong>Dynamic Theming:</strong> The Ace Editor now supports dynamic theme switching, automatically syncing with your systemโ€™s <code>resolvedTheme</code>.</p> </li> <li> <p><strong>Core Architecture:</strong> Implemented a new app entry point and added logic to ensure the <strong>Zustand store</strong> cleans up properly, improving memory management.</p> </li> </ul> <h3>โš™๏ธ Settings &amp; UI Updates</h3> <ul> <li> <p><strong>Settings Reorganization:</strong> Weโ€™ve overhauled the settings panel for better flow:</p> </li> <li> <p><strong>Codex</strong> options are now neatly tucked into a collapsible section.</p> </li> <li> <p><strong>Community Links</strong> have moved from Task Settings to General Settings.</p> </li> <li> <p>Cleaned up the UI by removing Git Worktree and redundant task detail settings.</p> </li> <li> <p><strong>Visual Polish:</strong> Adjusted padding in the <strong>AgentsView</strong> for a more balanced look.</p> </li> </ul> <h3>๐Ÿ› ๏ธ Refactors &amp; Fixes</h3> <ul> <li><strong>Simplified NoteView:</strong> Removed the instruction tab and associated file management logic to streamline the interface.</li> <li><strong>Code Cleanup:</strong> Removed unused imports and effects in the <code>ExplorerSettings</code> component to improve performance.</li> <li><strong>CI/CD Fix:</strong> Updated the Homebrew tap job to use <code>HOMEBREW_TAP_TOKEN</code>, ensuring reliable automated releases.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.23.2 2026-02-13T13:08:33Z v0.23.2 <h2>Features</h2> <ul> <li>Workspace ClaudeCodeSessionList</li> <li>Optimized codex sessions watching</li> <li>Move right panel tab navigation to MainHeader</li> <li>Redesign <code>RateLimitSettings</code> to pie charts</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.23.1 2026-02-12T23:45:57Z v0.23.1 <ul> <li>Git worktree support</li> <li>Remove powershell support, itโ€™s not working. Run Codexia โ€”web instead</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1037241902/v0.23.0 2026-02-12T19:24:39Z v0.23.0 <h1>Big Changes refactor</h1> <div class="markdown-alert markdown-alert-note"><p class="markdown-alert-title"><svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>Note</p><p>Some features not implemented yet. Tell us which features you want to keep.</p> </div> <h2>Highlight</h2> <ul> <li>Change remote control to <code>./codexia --web</code> You can run it in a headless server, some features not implemented yet. clone this repo and run <code>bash scripts/package-web.sh</code> to create a binary for web server.</li> </ul> <h2>Features</h2> <ul> <li>New UI/UX</li> <li>New message display - tell us what you think <a href="https://github.com/milisp/codexia/discussions">idea</a></li> <li>One click codex review</li> <li>Set powershell as Default, Support power shell in Windows <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3922332766" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/43" data-hovercard-type="issue" data-hovercard-url="/milisp/codexia/issues/43/hovercard" href="https://github.com/milisp/codexia/issues/43">#43</a></li> <li>workspace</li> <li>GitDiffPanel and git diff file tree use gix as backend</li> <li>Git statistics indicator with file system watch and diff stats calculation</li> <li>Add an integrated terminal with backend PTY management and frontend UI using xterm</li> <li>Upgrade to codex app-server v2 and remove v1</li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bartonguestier1725-collab/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bartonguestier1725-collab">@bartonguestier1725-collab</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3838668394" data-permission-text="Title is private" data-url="https://github.com/milisp/codexia/issues/42" data-hovercard-type="pull_request" data-hovercard-url="/milisp/codexia/pull/42/hovercard" href="https://github.com/milisp/codexia/pull/42">#42</a></li> </ul> <div class="markdown-alert markdown-alert-tip"><p class="markdown-alert-title"><svg class="octicon octicon-light-bulb mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></svg>Tip</p><p>PR are welcome</p> </div> github-actions[bot]