vtcode-core 0.104.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
//! Re-export the shared configuration loader implementation from the
//! `vtcode-config` crate so downstream consumers can continue importing it
//! through `vtcode_core::config::loader` while the logic lives in the
//! dedicated configuration crate.
pub use vtcode_config::loader::*;