pub fn read_model_cache(db_path: &Path) -> Result<Vec<ModelCacheEntry>>Expand description
Read the agentSessions.model.cache from VS Code storage.
Returns an empty Vec if the key doesn’t exist.
pub fn read_model_cache(db_path: &Path) -> Result<Vec<ModelCacheEntry>>Read the agentSessions.model.cache from VS Code storage.
Returns an empty Vec if the key doesn’t exist.