vtcode-core 0.136.3

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
//! Compatibility re-exports for the shared terminal detection crate.

pub use vtcode_commons::terminal_detection::{TerminalFeature, TerminalSetupAvailability, TerminalType};