Features
- prevent system sleep - block the power save functionality in the OS for long run task
- keyboard shortcut (Ctrl+N)) for starting new conversation
- token usage tracking in ChatView
- Reasoning duration
- Turn diff view panel for file change
Improve
- sort conversations by timestamp in ReviewConversationList for better display order
Fix
- Reasoning stream
- Conversation list 24 hours display
MacOS damaged warning
🎥Youtube
The app not sign yet, You can open it by running the terminal command:
xattr -cr /Applications/codexia.app
open -a /Applications/codexia.appNote
If you use ollama, because of Codex 0.53.0 - 0.55.0 issue, it only work for offline, this mean you have to disable internet, you should follow these steps
export OLLAMA_HOST=http://localhost:8787 ## windows user set env
ollama servechange ~/.codex/config.toml
[model_providers.ollama]
name = "ollama"
base_url = "http://localhost:8787/v1"disable internet