fix(agents): include custom agents in orchestrator delegation prompt (#1623)

This commit is contained in:
YeonGyu-Kim
2026-02-08 13:34:47 +09:00
parent 71ac54c33e
commit f035be842d
5 changed files with 165 additions and 25 deletions
@@ -21,6 +21,9 @@ function createMockPluginInput(options: {
prompt: async (input: unknown) => {
promptCalls.push({ input })
},
promptAsync: async (input: unknown) => {
promptCalls.push({ input })
},
},
},
}