Releases: milisp/codexia
v0.20.0
v0.19.0
Features
- Add 'Extra High' option to Reasoning Effort Selector
- Add WSL support for the Windows system (experimental)
- Enhance session loading with pagination and search functionality
Improve
- Adjust toggle button position for review mode in ChatToolbar
- Hide cmd console window
v0.18.0
v0.17.2
What's new
Features
- Port entire opcode app to add Claude code support and improve.
- restructure application layout and navigation
Improve
- Markdown display include Agent message and others
Codex
- sandbox, provider-models, reason effort side up, The direction is upwards.
v0.16.0
Important
Backup your prompt notes before installing, because Codexia changed to store note into SQLite db
Features
- use sqlite to display conversation list #37 by project and usage analyze
- scan
~/.codex/sessionsinto~/.codexia/cache.dbinstead~/.codex/scan_cache/*.json - store note into
~/.codexia/cache.dbinstead in localstorage
- scan
- remote control
- not need bundle dist anymore
- add to menu for quickly access
- You can use ngrok or IP address to access codexia via browser - ip:7420 or domain:7420
fix
- Japanese IME, improve Enter key because cuehobby complaint
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's new
Features
History session messages filter - you can filter the messages you want to see
Ongoing messages filter - the same
remove codexia auth - everything no login required
untrusted codex projects scan - show more history sessions at project page
Add a Donate page - for those who wish to support Codexia.
Implement Codexia as an API provider.
MacOS signed dmg
- codexia_0.15.0_aarch64_signed.dmg
- codexia_0.15.0_x64_signed.dmg
for Tauri developer who want to reuse Codexia
implement codex-client crate - reuse for anothor project, I put codexia inside mcp-linker just 5 hours.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's new
Adaptation for Codex v0.63.0
Highlights
- Markdown rendering now includes syntax highlighting plus theme-aware styling so code blocks are easier to read in both light and dark mode. at the same time, Agents.md editor was fixed by this.
- The header shows your current working directory, giving instant context no matter how many projects you visit.
- Busy indicators in the chat show how long Codex has been working and the event log now shows task durations, so you can see when things finish without guesswork.
Easier configuration
- Provider provisioning gained quick-fill buttons for common templates and confirmation dialogs to prevent accidental deletion of providers or models.
- TOML-based profiles and project trust settings now back up their files before applying changes, so updates can be rolled back if something goes wrong.
Smoother startup & tooling
- The Codex client auto-initializes when the toolbar mounts and resets review mode on new conversations, keeping the interface responsive without extra clicks.
- MCP tool calls now surface both start and end states, showing server/tool badges, success/error status, and any diff output so you can track tooling activity right inside the chat.
No special action is needed to benefit: just update to v0.14.0 and keep building with bun run build if you want to verify the frontend before launching.
v0.13.0
Adaptation for Codex v0.60.1
if you just want to review full context history and usage dashboard, but don’t want to login, you can download v0.11.0. But it may not work for new codex version.
v0.12.0
What's new
We’re excited to introduce Codexia v0.12.0, a release focused on improving usability, polishing the interface, and adding powerful new features. Here’s a clear overview of what’s new and how it benefits you.
Important
This work for codex cli v0.57.0 - v0.58.0, not working with v0.60.1
🌟 Highlights
- Git worktree and sync files change to worktree
- Session History: View past coding sessions with full context
- Fixed conversation messages mix others and other windows
- Fixed messages disappearing
- Fixed an issue where non‑OpenAI providers were missing required environment variables (#34). codex read env api instead of in GUI.
Important
If you are using API key, make it as an environment variable for conversion or ~/codex/auth.json. Prompt Optimize must input in the GUI.
✨ New Features
- Remote Access Setup Made Easier: You can now select directories through a new picker when configuring static bundle paths.
- Prompt Optimizer Integration: Move API key settings to Prompt Optimize setting
- Clearer Event Warnings: Event items now show more informative warning messages.
- Redesigned App Header: A refreshed header with a new dropdown menu for quicker access to user options.
- New Agent Management Page: A dedicated page to manage agents, complete with a markdown editor.
- Save Messages to Notes: A new dropdown in the message footer lets you save messages directly to your notes.
- Better Conversation Handling: Conversation-specific busy states and improved event processing provide a smoother chat experience.
- Cleaner Command Execution View: A new
ExecCommandBeginItemprovides a clearer display for execution events. - Enhanced Loading Indicator:
BouncingDotsLoadernow shows elapsed time and manages session state more effectively. - Improved Introduce Component: Added ChatGPT authentication and visual improvements.
- Conversation Listener Store: A new store improves how conversation-related events are handled.
- Accent Color Options: Added a black accent color and revamped the selector for more customization.
- Prevent System Sleep: A new setting allows you to prevent system sleep during active sessions.
- Review Mode Toggle: You can now switch review mode on and off directly from the compose bar.
- Codex Auth & Rate Limit Settings: Added new controls to configure authentication and rate limits.
🐛 Bug Fixes
- Improved dark mode support for
BouncingDotsLoader. - Updated labels for API Key and Base URL fields for better clarity.
🛠️ Improvements & Refactors
- Improved styling and structure for message footer and event components.
- Simplified token count info by removing the redundant “Total” label.
📚 Documentation Updates
- Expanded
README.mdwith remote control instructions, updated badges, build commands for bindings generation, agent design options, and task execution details. - Enhanced architecture documentation to clarify the relationship between Codexia and the Codex CLI.
Thank you for using Codexia! If you encounter issues or have suggestions, we’d love to hear from you on our GitHub repository.
v0.11.0
What's new
Tip
If you want new features, build from source code
Highlights
- Introduced an easier and more visual MCP server management experience, including clearer server controls and persistent configuration.
- Added a dedicated MCP settings page
- Improved visibility for Git Worktree settings.
- Add task completion beep sound setting
- Polished the conversation experience with clearer loading states, smoother session resume, and more consistent feedback.
- model, provider, reason effort change effect current conversation.
Fix
- Delete conversation will clear the messages.
- After resume conversation and continue conversation, sort messages correct
User Impact
- Conversations now load more smoothly, show clearer status indicators, and reconnect more reliably.
- MCP workflows are easier to set up and manage with improved server cards, toggles, and persistent settings.
- Interface updates—like the new settings entry, refined animations, and clearer layouts—make the app feel more intuitive.
- The client picker, header layout, and server selection UI now present information more clearly for a better user experience.
Dev
- Enhanced the CLI with TypeScript bindings export and new window functionality.
- Improve export_bindings
Full Changelog: v0.10.1...v0.11.0