Merge remote-tracking branch 'origin/main'

This commit is contained in:
Peter Steinberger 2026-02-18 00:51:04 +01:00
commit 5b3ecadec3
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ export type SpawnSubagentContext = {
requesterAgentIdOverride?: string;
};
export const SUBAGENT_SPAWN_ACCEPTED_NOTE = "auto-announces on completion, do not poll";
export const SUBAGENT_SPAWN_ACCEPTED_NOTE =
"auto-announces on completion, do not poll/sleep. The response will be sent back as a user message.";
export type SpawnSubagentResult = {
status: "accepted" | "forbidden" | "error";