Skip to content

0.1.19

Latest
Compare
Choose a tag to compare
@codingmoh codingmoh released this 03 May 23:50
· 2 commits to master since this release
26729eb

🔌 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