mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-08 17:16:48 -07:00
wip
This commit is contained in:
@@ -69,7 +69,10 @@ export class TeamRegistryClient {
|
||||
}
|
||||
} catch (error) {
|
||||
TeamRegistryClient.fetchPromise = null;
|
||||
throw error;
|
||||
if (error instanceof Error) {
|
||||
throw error;
|
||||
}
|
||||
throw new Error(String(error));
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
@@ -186,6 +186,8 @@ export * from './agents/types.js';
|
||||
export * from './agents/agentLoader.js';
|
||||
export * from './agents/local-executor.js';
|
||||
export * from './agents/agent-scheduler.js';
|
||||
export * from './agents/teamRegistry.js';
|
||||
export * from './agents/teamRegistryClient.js';
|
||||
export * from './agents/teamScaffolder.js';
|
||||
|
||||
// Export browser session management
|
||||
|
||||
Reference in New Issue
Block a user