mirror of
https://github.com/warpdotdev/warp.git
synced 2026-05-06 23:32:51 +08:00
## Description <!-- Please remember to add your design buddy onto the PR for review, if it contains any UI changes! --> This PR implements the UI for the local -> cloud handoff flow in the client. This is done levaraging the workspace-discovery and snapshotting functionality added in the PRs below this one. On chip-click, we snapshot the conversation's touched files and repos, and create a new cloud mode pane to kick off a run. When the user submits a query, we kick that run off. Don't over-index on the UI too much — in a follow-up PR I'll add the conversation into the cloud mode pane and also re-use the full cloud mode setup v2 UI. The associated server PR for this client PR is here: https://github.com/warpdotdev/warp-server/pull/10777 ## Testing <!-- How did you test this change? What automated tests did you add? If you didn't add any new tests, what's your justification for not adding any? If you're not sure whether you should add a test, check our testing policy: https://www.notion.so/warpdev/How-We-Code-at-Warp-257fe43d556e4b3c8dfd42f70004cc72#1f97825450504baa9c5fd87a737daa09 --> demo: https://www.loom.com/share/a6caa2c974e34b49b2b038a8019c062c ## Agent Mode - [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode