Skip to content

Commit 16fbcdc

Browse files
rachaelrenkoz-agent
andcommitted
Clarify handoff failure wording
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent e262d5a commit 16fbcdc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/agent-platform/cloud-agents/handoff/cloud-to-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you send a follow-up to a run whose session has ended, the run continues wi
2222
* **The prior workspace state** - The prior session's repository changes (tracked and untracked) are restored before the agent answers your follow-up. For Git-managed sessions, the new session continues on the same Git branch.
2323
* **Stable run identity** - The run's ID, task, creator, environment, schedule trigger, and integration source are preserved. Compute usage is recorded per session but rolls up to the same run.
2424

25-
If applying any change fails, the agent reports what couldn't be applied and continues with the changes it could apply rather than starting over silently.
25+
If any changes fail to apply, the agent reports which changes failed and continues with the changes that applied cleanly.
2626

2727
## Prerequisites
2828

src/content/docs/agent-platform/cloud-agents/handoff/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Handoff preserves enough state that the receiving agent can resume the work, not
3232
* **Workspace state** - Local-to-cloud and cloud-to-cloud capture the prior session's repository changes (tracked and untracked) and apply them in the receiving run before the agent answers the next prompt. The cloud-to-local direction doesn't currently apply workspace patches to your local checkout; review the cloud agent's branch or pull request artifact to inspect those changes.
3333
* **Conversation attachments** - Files attached during the prior session remain available to the receiving agent.
3434

35-
Handoff is best-effort. When the receiving agent can apply the prior session's changes cleanly, it picks up where the prior agent left off. When it can't, the agent reports what failed and continues with the changes it could apply rather than starting over silently.
35+
Handoff is best-effort. When the receiving agent can apply the prior session's changes cleanly, it picks up where the prior agent left off. When it can't, the agent reports which changes failed to apply and continues with the changes that applied cleanly.
3636

3737
## When to use handoff
3838

src/content/docs/agent-platform/cloud-agents/handoff/local-to-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you hand off from local to cloud, the receiving cloud agent inherits:
2525
* **A workspace snapshot** - Warp captures your uncommitted repository changes — both tracked modifications and untracked files — and packages them for the cloud agent. The cloud agent applies them before answering your follow-up.
2626
* **Conversation attachments** - Files attached to the local conversation remain available in the cloud run.
2727

28-
If applying any change fails in the cloud run, the cloud agent reports what couldn't be applied and proceeds with what it could rather than silently dropping changes.
28+
If any changes fail to apply in the cloud run, the cloud agent reports which changes failed and continues with the changes that applied cleanly.
2929

3030
## Prerequisites
3131

0 commit comments

Comments
 (0)