vtcode-config 0.98.7

Config loader components shared across VT Code and downstream adopters
Documentation
1
2
3
4
5
6
7
8
9
pub const AUTO: &str = "copilot-auto";
pub const GPT_5_2_CODEX: &str = "copilot-gpt-5.2-codex";
pub const GPT_5_1_CODEX_MAX: &str = "copilot-gpt-5.1-codex-max";
pub const GPT_5_4: &str = "copilot-gpt-5.4";
pub const GPT_5_4_MINI: &str = "copilot-gpt-5.4-mini";
pub const CLAUDE_SONNET_4_6: &str = "copilot-claude-sonnet-4.6";

pub const DEFAULT_MODEL: &str = AUTO;
pub const SUPPORTED_MODELS: &[&str] = &[AUTO];