mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 03:50:49 -07:00
Implement support for subagents as extensions. (#16473)
This commit is contained in:
committed by
GitHub
parent
33d1e23dcb
commit
a3ad7d7ddd
@@ -126,6 +126,7 @@ export * from './prompts/mcp-prompts.js';
|
||||
|
||||
// Export agent definitions
|
||||
export * from './agents/types.js';
|
||||
export * from './agents/agentLoader.js';
|
||||
|
||||
// Export specific tool logic
|
||||
export * from './tools/read-file.js';
|
||||
|
||||
Reference in New Issue
Block a user