vtcode-acp 0.123.7

ACP bridge and client implementation for VT Code
Documentation

vtcode-acp

vtcode-acp is the canonical ACP crate for VT Code.

It contains:

  • The ACP client library now lives in this crate
  • The VT Code Zed bridge and ACP connection registration helpers

Public entrypoints

  • AcpClientV2 for protocol-compliant ACP clients
  • AcpClient for the deprecated V1 client API
  • StandardAcpAdapter and ZedAcpAdapter for launching VT Code over ACP

API reference

See docs.rs/vtcode-acp.

Related docs