You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ai-native/docs/adr/0002-maintain-bounded-acp-standby-capacity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Foreground Task Launch remains cancellable while the Agent is being prepared. Ca
8
8
9
9
A Task Launch commits only when ACP has accepted the first Prompt and established its request stream. Session creation before that point is temporary: failure or cancellation releases it and preserves the Draft, while errors after acceptance belong to the now-durable Agent Task. This prevents failed retries from creating orphan Sessions, duplicate Tasks, or duplicate first Prompts.
10
10
11
-
While launch is in progress, Agentic Layout freezes the submitted Draft configuration and Prompt, presents a single user-facing task-starting state, and offers cancellation as the only foreground action. It avoids exposing warmup or process-initialization phases; cancellation restores the editable Draft and input focus, while a slow launch may add non-technical explanatory text without changing the committed submission snapshot.
11
+
While launch is in progress, Agentic Layout freezes the submitted Draft configuration and Prompt and presents a single user-facing task-starting state without foreground actions. It avoids exposing warmup or process-initialization phases; internal cancellation still cleans up an abandoned launch without changing the committed submission snapshot.
12
12
13
13
Project Addition alone does not change the standby target or start an ACP process. Task Draft Agent or Workspace changes are debounced and replace one target rather than accumulating warm processes; foreground submission flushes that debounce and immediately uses the latest Draft configuration.
0 commit comments