Skip to content

Support --conversation for the run-cloud CLI command#10524

Open
liliwilson wants to merge 2 commits intomasterfrom
oz-agent/fix-run-cloud-conversation-propagation
Open

Support --conversation for the run-cloud CLI command#10524
liliwilson wants to merge 2 commits intomasterfrom
oz-agent/fix-run-cloud-conversation-propagation

Conversation

@liliwilson
Copy link
Copy Markdown
Contributor

@liliwilson liliwilson commented May 8, 2026

Description

The --conversation flag on agent run-cloud was parsed but never propagated to the SpawnAgentRequest. The conversation_id field was hardcoded to None in ambient.rs, so the server never received the conversation context.

Linked Issue

Testing

Ran Andy's command locally, and observed that we do indeed pick up the conversation correctly https://oz.staging.warp.dev/runs/019e1587-0dc1-7611-bb63-9b5ab8f7ea38

./script/run -- agent run-cloud --environment <env> --conversation <convo> --prompt "<prompt>"

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Conversation: https://staging.warp.dev/conversation/02bfb4e3-783a-4ded-bb6a-52792364f74c
Run: https://oz.staging.warp.dev/runs/019e09ad-52e8-774e-afb0-0a561b8aa219
This PR was generated with Oz.

conversation_id was hardcoded to None in the run-cloud path,
so the flag was parsed but never sent to the server.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 8, 2026
@liliwilson liliwilson changed the title fix: propagate --conversation to SpawnAgentRequest for run-cloud Propagate --conversation to SpawnAgentRequest for run-cloud May 11, 2026
@liliwilson liliwilson changed the title Propagate --conversation to SpawnAgentRequest for run-cloud Support --conversation for the run-cloud CLI command May 11, 2026
@liliwilson liliwilson marked this pull request as ready for review May 11, 2026 05:38
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 11, 2026

@liliwilson

I ran into an unexpected error while working on this.

Powered by Oz

@liliwilson liliwilson requested a review from a team May 11, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants