Release 0.16.1
π 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 (47e1551). Additionally, updates to Docker image builds and improved error handling ensure a more stable and efficient deployment experience (cd06bbe, eae97a2).
β¨ 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 | shWorks 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 octocodeUsing Cargo (from Git)
cargo install --git https://github.com/Muvon/octocodeVerify Installation
octocode --version