• v1.0.0 b0af422b39

    v1.0.0 - Initial Release
    Some checks failed
    CI / test (push) Failing after 4m49s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-31 15:34:35 +00:00 | 31 commits to main since this release

    Initial Release v1.0.0

    Welcome to Local Code Assistant v1.0.0!

    This is the first release of Local Code Assistant, a privacy-focused CLI tool for local AI code assistance using Ollama.

    Features

    • Code generation from natural language prompts
    • Code explanation and documentation
    • Code refactoring and optimization
    • Test generation for multiple languages
    • Interactive REPL mode
    • Multi-language support (Python, JavaScript, TypeScript, Go, Rust)
    • Context-aware suggestions
    • Secure offline operation

    Installation

    pip install local-code-assistant
    

    Quick Start

    local-code-assistant status  # Check connection
    local-code-assistant generate "a function to calculate fibonacci" --language python
    local-code-assistant explain mycode.py
    local-code-assistant refactor mycode.py --safe
    

    Requirements

    • Python 3.9+
    • Ollama installed and running
    • A local LLM model (codellama recommended)
    Downloads