Skip to content

Vim

Vim integrates with AgentZero via terminal splits running the ACP chat interface.

Open a vertical terminal split with the interactive chat:

:vertical terminal az chat

Use print mode for one-off questions:

Terminal window
az chat -P "explain this error" --mode text

Pipe content through AgentZero:

:!az chat -P "refactor this function" --mode text < %
  • Use :terminal az chat --stream for streaming responses
  • Use --model to switch models: az chat --model codellama
  • Use /tools in the chat session to see available tools
  • Use /tree to see conversation branching history
  • Stdio-only transport — no network ports opened
  • Policy enforcement on all tool calls
  • Audit trail in .agentzero/audit/
  • “command not found: az” — ensure az is in your PATH
  • Provider errors — run az doctor