feat(core): optimize sub-agents system prompt intro (#18608)

This commit is contained in:
N. Taylor Mullen
2026-02-10 00:25:42 -08:00
committed by GitHub
parent 67d9b76e81
commit 2ae5e1ae20
5 changed files with 14 additions and 54 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export function applySubstitutions(
.getAgentRegistry()
.getAllDefinitions()
.map((d) => ({
name: d.displayName || d.name,
name: d.name,
description: d.description,
})),
);