Reimplement skills loading using SkillsManager + skills/list op.

This commit is contained in:
Xin Lin
2025-12-11 16:55:03 -08:00
parent 190fa9e104
commit b1adbc01bd
30 changed files with 544 additions and 111 deletions

View File

@@ -107,8 +107,11 @@ impl TestCodexBuilder {
let (config, cwd) = self.prepare_config(server, &home).await?;
let auth = self.auth.clone();
let conversation_manager =
ConversationManager::with_models_provider(auth.clone(), config.model_provider.clone());
let conversation_manager = ConversationManager::with_models_provider_and_home(
auth.clone(),
config.model_provider.clone(),
config.codex_home.clone(),
);
let new_conversation = match resume_from {
Some(path) => {