github milisp/codexia v0.9.3

latest releases: v0.19.0, v0.18.0, v0.17.2...
one month ago

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.app

Note

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 serve

change ~/.codex/config.toml

[model_providers.ollama]
name = "ollama"
base_url = "http://localhost:8787/v1"

disable internet

Don't miss a new codexia release

NewReleases is sending notifications on new releases.