code-assistant
Active·★ 165·MIT·Updated 2026-05-29
★ Trending★ Code Assistant
An LLM-powered, autonomous coding assistant. Also offers an MCP and ACP mode.
An AI coding assistant built in Rust that provides both command-line and graphical interfaces for autonomous code analysis and modification. It features multi-modal tool execution, real-time streaming, session-based project management, and supports multiple interface options including GUI, terminal, MCP server, and ACP agent mode.
#agentic-ai#assistant#claude-opus#claude-sonnet#coding-agent#gemini-pro#gpt-5-codex#mcp-server
01
Features
01Multi-Modal Tool Execution: Supports native function calling, XML-style tags, and triple-caret blocks for compatibility with various LLM providers
02Real-Time Streaming Interface: Parses and displays tool invocations as they stream, with smart filtering to prevent unsafe tool combinations
03Session-Based Project Management: Each chat session is tied to a specific project with persistent state, working memory, and draft messages
04Multiple Interface Options: GUI (GPUI), terminal, MCP server, and ACP agent mode
05Session Compaction & Auto-Loaded Guidance: Automatically summarizes session when context is full, and loads AGENTS.md or CLAUDE.md from project root
02
Compatibility
macOS
macOS
Verified via docs
Linux
Linux
Verified via docs
03
Quick start
1
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2
$ git clone https://github.com/stippi/code-assistant
3
$ cd code-assistant
4
$ cargo build --release
04
Use cases
↳Autonomous code analysis and modification in large codebases
↳Integrating with editors like Zed via ACP for AI-assisted development
↳Running as an MCP server for use with MCP clients like Claude Desktop
05
Alternatives
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
awesome-cursorrules★ 39.8k
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
openagent★ 5.1k
⚡️AI Cloud OS: Open-source enterprise-level AI knowledge base and MCP (model-context-protocol)/A2A (agent-to-agent) management platform with admin UI, user management and Single-Sign-On⚡️, supports ChatGPT, Claude, Llama, Ollama, HuggingFace, etc., chat bot demo: https://ai.casibase.com, admin UI demo: https://ai-admin.casibase.com
Related searches
Comments
Log in to leave a comment
- OOaklyn ClarkMay 17, 2026
LLM-powered autonomous coding assistant with MCP and ACP mode support.
- AAlex LewisApr 15, 2026
MCP and ACP support makes it composable with broader agent infrastructure.
- RRemy LeeApr 7, 2026
Good for developers who want an autonomous coding assistant that works across protocols.
- Oaklyn ChenMar 11, 2026
Autonomous mode handles multi-step coding tasks without constant prompting.