feat(ai,coding-agent): add faux provider and ModelRegistry factories
This commit is contained in:
@@ -27,7 +27,7 @@ describe("ExtensionRunner", () => {
|
||||
fs.mkdirSync(extensionsDir);
|
||||
sessionManager = SessionManager.inMemory();
|
||||
const authStorage = AuthStorage.create(path.join(tempDir, "auth.json"));
|
||||
modelRegistry = new ModelRegistry(authStorage);
|
||||
modelRegistry = ModelRegistry.create(authStorage);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user