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 DEFAULT_MODEL: &str = GLM_5_1;
pub const SUPPORTED_MODELS: &[&str] = &[GLM_5_1, GLM_5, GLM_47, GLM_5_LEGACY];

pub const REASONING_MODELS: &[&str] = &[GLM_5_1, GLM_5, GLM_47, GLM_5_LEGACY];

pub const GLM_5: &str = "glm-5";
pub const GLM_5_1: &str = "glm-5.1";
pub const GLM_47: &str = "glm-4.7";
pub const GLM_5_LEGACY: &str = "z-ai/glm-5";