mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 22:14:52 -07:00
feat(core): optimize sub-agents system prompt intro (#18608)
This commit is contained in:
@@ -77,7 +77,7 @@ export function applySubstitutions(
|
||||
.getAgentRegistry()
|
||||
.getAllDefinitions()
|
||||
.map((d) => ({
|
||||
name: d.displayName || d.name,
|
||||
name: d.name,
|
||||
description: d.description,
|
||||
})),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user