-
v0.1.0
Stablereleased this
2026-02-01 23:47:54 +00:00 | 13 commits to main since this releaseInitial 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-cliQuick Start
codechunk generate --output context.md codechunk analyzeFull 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