vtcode-core 0.136.2

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
//! Command safety detection module
//!
//! Re-exported from `vtcode-safety` for backward compatibility.

pub use vtcode_safety::command_safety::*;