Technology Apr 25, 2026 · 1 min read

Show HN: VT Code – Rust TUI coding agent with multi-provider support

Hi HN, I built VT Code, a semantic coding agent. Supports all SOTA and open sources model. Anthropic, OpenAI, Gemini, Codex. Agent Skills, Model Context Protocol and Agent Client Protocol (ACP) ready. All open source models are support. Local inference via LM Studio and Ollama (experiment). Semanti...

HA
Hacker News
by vinhnx
Show HN: VT Code – Rust TUI coding agent with multi-provider support

Hi HN, I built VT Code, a semantic coding agent. Supports all SOTA and open sources model. Anthropic, OpenAI, Gemini, Codex. Agent Skills, Model Context Protocol and Agent Client Protocol (ACP) ready. All open source models are support. Local inference via LM Studio and Ollama (experiment). Semantic context understanding is supported by ast-grep for structured code search and ripgrep for powered grep.

I built VT Code in Rust on Ratatui. Architecture and agent loop documented in the README and DeepWiki.

Repo: https://github.com/vinhnx/VTCode

DeepWiki: https://deepwiki.com/vinhnx/VTCode

Happy to answer questions!

I believe coding harnesses should be open, and everyone should have a choice of their preferred way to work in this agentic engineering era.


Comments URL: https://news.ycombinator.com/item?id=47898308

Points: 3

# Comments: 0

HA
Source

This article was originally published by Hacker News and written by vinhnx.

Read original article on Hacker News
Back to Discover

Reading List