Change handoff conversations to use "<original conversation title> (Moved to cloud)" for the new conversation title#10603
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
c1ec1ee to
511d6fa
Compare
There was a problem hiding this comment.
Overview
This PR threads an optional custom title through conversation forking, local-to-cloud handoff state, and cloud run spawning so handed-off conversations use the original title with the "(Moved to cloud)" suffix.
Concerns
- No blocking correctness, security, or error-handling concerns found in the changed lines.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz

Description
WISOTT. The bulk of this change is on the server-side to allow the conversation forking endpoint to accept custom titles (because the conversation forking endpoint we use for handoff is generic, so we can't just change the title there by default to include "moved to cloud").
On the client, we just have to pass this new field in, and also pass in a custom title field for our new task.
Testing
./script/runScreenshots / Videos
Agent Mode