vtcode-config 0.164.1

Config loader components shared across VT Code and downstream adopters
1
2
3
4
5
6
7
8
pub const STEP_3_7_FLASH: &str = "step-3.7-flash";
pub const STEP_5_PREVIEW: &str = "step-5-preview";

pub const DEFAULT_MODEL: &str = STEP_3_7_FLASH;

pub const SUPPORTED_MODELS: &[&str] = &[STEP_3_7_FLASH, STEP_5_PREVIEW];

pub const REASONING_MODELS: &[&str] = &[STEP_3_7_FLASH, STEP_5_PREVIEW];