vtcode-core 0.136.0

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
//! File input helpers for provider-specific inline file attachments.
//!
//! Re-exported from `vtcode-commons::file_input`.

pub use vtcode_commons::file_input::*;