vtcode-core 0.98.4

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
//! Utility for safely handling file system paths.
//!
//! Re-exports from vtcode-commons for backward compatibility.

pub use vtcode_commons::paths::secure_path;