Skip to content

🚀 CodeFox CLI - Alpha 0.4.5v Latest

Latest

Choose a tag to compare

@URLbug URLbug released this 21 Mar 07:58
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
d40f399

✨ New features

  • Added new index command
    Enables building and managing project index for improved analysis

  • Extended init command
    Now supports:

    • token setup during initialization
    • AI provider selection
  • Added max_rag_matching_chunks parameter
    Allows fine-tuning the number of matched chunks in RAG


âš¡ Improvements

  • Optimized RAG performance
    Faster and more relevant context retrieval

  • Added caching for GitHub Actions
    Reduces execution time and repeated computations


🔗 Integrations

  • Added GitLab CI/CD integration
    CodeFox can now run in GitLab pipelines and post MR reviews

📦 Installation

pip install codefox

or

uv tool install codefox

Check the installed version:

codefox version

Requirements

  • Python 3.11+

Supported providers:

  • Gemini
  • Ollama
  • OpenRouter

Configuration guide is available in the WIKI:
https://github.com/codefox-lab/CodeFox-CLI/wiki