Skip to content

Release 0.16.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:12
caeb34f

πŸš€ 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 | 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