Skip to content

Releases: codingmoh/open-codex

0.1.19

03 May 23:50
26729eb
Compare
Choose a tag to compare

🔌 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

0.1.18

25 Apr 22:49
Compare
Choose a tag to compare

0.1.17

23 Apr 01:03
Compare
Choose a tag to compare
token added

0.1.16

23 Apr 00:22
Compare
Choose a tag to compare
token added

v0.1.15

22 Apr 23:39
Compare
Choose a tag to compare

First release supporting phi4-mini