mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-08 12:20:38 -07:00
feat(core): introduce Kind.Agent for sub-agent classification (#20369)
This commit is contained in:
@@ -832,6 +832,7 @@ export enum Kind {
|
||||
Search = 'search',
|
||||
Execute = 'execute',
|
||||
Think = 'think',
|
||||
Agent = 'agent',
|
||||
Fetch = 'fetch',
|
||||
Communicate = 'communicate',
|
||||
Plan = 'plan',
|
||||
|
||||
Reference in New Issue
Block a user