vtcode-core 0.100.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
6
// Central style factory and helpers
// Provides semantic color palettes and safe style construction
//!
//! Re-exports from vtcode-commons for backward compatibility.

pub use vtcode_commons::styling::*;