• v0.1.0 209dda1917

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 10s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-01 23:47:54 +00:00 | 13 commits to main since this release

    Initial Release v0.1.0

    Welcome to CodeChunk CLI!

    This is the first release of CodeChunk CLI, a tool for generating optimized context bundles for local LLMs.

    Key Features

    • Intelligent code chunking by function/module boundaries
    • Boilerplate removal and code summarization
    • Dependency analysis for imports
    • Multiple output formats (Ollama, LM Studio, Markdown)
    • Configurable prioritization rules

    Installation

    pip install codechunk-cli
    

    Quick Start

    codechunk generate --output context.md
    codechunk analyze
    

    Full Changelog

    • Initial release with core functionality
    • Support for Python, JavaScript, TypeScript, Go, and Rust
    • CLI with generate and analyze commands
    • YAML configuration support
    • Comprehensive test suite
    Downloads