This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates 📦 Installation, 🚀 What's Changed, and 🔧 Improvements & Optimizations across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds advanced structural and symbol search to MCP server. Adds advanced structural and symbol search to MCP server. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Performance | Medium |
Uses pre-built binaries for Docker image builds. Uses pre-built binaries for Docker image builds. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Specifies error type in grep dispatch_lang closures. Specifies error type in grep dispatch_lang closures. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
🚀 What's Changed
📋 Release Summary
This release introduces advanced structural and symbol search capabilities to the MCP server, enhancing how AI assistants navigate your codebase (47e1551f). Additionally, updates to Docker image builds and improved error handling ensure a more stable and efficient deployment experience (cd06bbec, eae97a24).
✨ New Features & Enhancements
- mcp: implement advanced structural and symbol search
47e1551f
🔧 Improvements & Optimizations
- docker: use pre-built binaries for images
cd06bbec
🐛 Bug Fixes & Stability
- grep: specify error type in dispatch_lang closures
eae97a24
📦 Installation
Quick Install Script (Universal)
curl -fsSL https://raw.githubusercontent.com/Muvon/octocode/main/install.sh | sh
Works on: Linux, macOS, Windows (Git Bash/WSL/MSYS2), and any Unix-like system
Manual Download
| Platform | Architecture | Download |
|----------|--------------|----------|
| Linux | x86_64 (static) | octocode-0.16.1-x86_64-unknown-linux-musl.tar.gz |
| Linux | ARM64 (static) | octocode-0.16.1-aarch64-unknown-linux-musl.tar.gz |
| Windows | x86_64 | octocode-0.16.1-x86_64-pc-windows-msvc.zip |
| Windows | ARM64 | octocode-0.16.1-aarch64-pc-windows-msvc.zip |
| macOS | x86_64 | octocode-0.16.1-x86_64-apple-darwin.tar.gz |
| macOS | ARM64 | octocode-0.16.1-aarch64-apple-darwin.tar.gz |
Using Cargo (from crates.io)
cargo install octocode
Using Cargo (from Git)
cargo install --git https://github.com/Muvon/octocode
Verify Installation
octocode --version
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About muvon/octocode
Semantic code indexer with GraphRAG knowledge graph. Index your codebase, search in natural language, and expose everything via MCP so AI agents understand architecture — not just files.
Beta — feedback welcome: [email protected]