Releases: VeyrForge/codehelper
Releases · VeyrForge/codehelper
Release list
Codehelper 3.0.0
Codehelper 3.0.0
First major public release under the VeyrForge Source-Available License.
Highlights
- 60+ MCP tools for Cursor, Claude Code, Codex, and other MCP clients — symbol graph search, context, impact, verify, and more
- Local-first — indexes git repos on your machine; no whole-repo uploads to a cloud model
- Auto-index watch — keeps the symbol graph fresh after saves
- Prebuilt binaries — Linux, macOS, and Windows universal bundles on GitHub Releases
- Bundled Green stack —
ge1.0.0 +greencompress1.0.0 for optional local LLM embed/chat and compression - One-command setup —
codehelper initwires MCP, rules, and indexing per project
Quick start
# Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/VeyrForge/codehelper/main/scripts/install.sh | sh
# In any git repo
cd your-project
codehelper initOr build from source: see README.md.
Docs
- docs/MCP_TOOLS.md — full tool reference
- docs/BENCHMARK.md — recorded benchmark results
License
Free to run and use; view source and submit suggested changes via GitHub. No fork, redistribution, or competing products without permission. See LICENSE.
Full Changelog: https://github.com/VeyrForge/codehelper/commits/v3.0.0