: VT Code: A New Rust-Powered AI Coding Agent A new open-source project called VT Code is creating a buzz among developers on Hacker News . Built in Rust , VT Code brings semantic code intelligence and AI-assisted programming directly into the terminal. What sets it apart is its deep integration with Tree-sitter and ast-grep — enabling true structural code understanding rather than simple text prediction. This means it can analyze your code’s syntax tree and help you refactor, debug, or generate functions with context-aware precision. Key Features That Stand Out Semantic understanding: Parses and queries your code structurally with Tree-sitter + ast-grep. Multi-LLM integration: Supports OpenAI , Anthropic, xAI, DeepSeek, Gemini, Z.AI, Moonshot, OpenRouter, MiniMax, and even local Ollama setups — you can swap providers with an environment variable. Security-first design: Includes workspace isolation, tool allowlists, human-in-the-loop approvals,...
Posts
Showing posts with the label Semantic Code Intelligence