Releases: codingmoh/open-codex
Releases · codingmoh/open-codex
0.1.19
🔌 Ollama Integration
- Run ollama models
- New CLI flags:
--ollama
to activate Ollama mode--model
to choose the model (e.g.,llama3
,mistral
, ...)--ollama-host
to configure the Ollama API URL
- Example:
open-codex --ollama --model llama3 "find all PDF files larger than 100MB"
🚀 CLI & UX Improvements
- Cleaner and more readable command suggestions with color-coded output
- Better interaction flow:
- Keypress prompt: [c] Copy, [e] Execute, [a] Abort
- macOS clipboard copy support
📦 Miscellaneous
- New dependency:
ollama>=0.4.8
- Improved error handling and logs for model availability and connection
Full Changelog: 0.1.15...0.1.19