vtcode-core 0.104.1

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_terminal_detection::{TerminalFeature, TerminalSetupAvailability, TerminalType};