feat(ai,coding-agent): add faux provider and ModelRegistry factories
This commit is contained in:
@@ -204,7 +204,7 @@ async function main(): Promise<void> {
|
||||
mkdirSync(dirname(args.sessionPath), { recursive: true });
|
||||
|
||||
const authStorage = AuthStorage.create();
|
||||
const modelRegistry = new ModelRegistry(authStorage);
|
||||
const modelRegistry = ModelRegistry.create(authStorage);
|
||||
|
||||
const model = getModel("openai-codex", "gpt-5.4");
|
||||
if (!model) {
|
||||
|
||||
Reference in New Issue
Block a user