vtcode 0.98.7

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
pub mod acp_fixtures;
pub mod common;
pub mod mock_data;

// Re-export commonly used test utilities
pub use acp_fixtures::*;
pub use common::*;
pub use mock_data::*;