vtcode-commons 0.136.3

Shared traits for paths, telemetry, and error reporting reused across VT Code component extractions
Documentation
1
2
3
4
5
6
7
pub mod buffer;
pub mod events;
pub mod format;

pub use buffer::{FormattedInterjection, InterjectionBuffer, PendingInterjection, drain_formatted};
pub use events::EventQueue;
pub use format::{LARGE_PROMPT_THRESHOLD, format_interjection, user_query};