Skip to content

feat: make /app redirect to cloud agent in wasm#11781

Merged
dmichelin merged 3 commits into
masterfrom
make_app_redirect_to_cloud_agent
May 28, 2026
Merged

feat: make /app redirect to cloud agent in wasm#11781
dmichelin merged 3 commits into
masterfrom
make_app_redirect_to_cloud_agent

Conversation

@dmichelin
Copy link
Copy Markdown
Contributor

@dmichelin dmichelin commented May 27, 2026

Description

Fix /app in Warp-on-Web so it opens the Cloud Agent start experience instead of a regular Agent tab or restored workspace state.

Linked Issue

N/A

Testing

Agent Mode

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

CHANGELOG-BUG-FIX: Fixed /app in Warp-on-Web opening the wrong Agent experience instead of the Cloud Agent start page.

@cla-bot cla-bot Bot added the cla-signed label May 27, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 27, 2026

@dmichelin

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR rewrites Warp-on-Web /app launches to the Cloud Agent conversation action, skips restoring persisted state for that web-home launch URL, and adds a workspace source that opens a Cloud Agent tab in a fresh window.

Concerns

  • The no-primary-window action path now constructs NewWorkspaceSource::AmbientAgent directly, bypassing the existing Cloud Agent add-tab gating; see the inline comment.
  • For this user-facing change, please include screenshots or a screen recording demonstrating it working end to end.

Verdict

Found: 0 critical, 2 important, 0 suggestions

Request changes

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Comment thread app/src/uri/mod.rs
@dmichelin dmichelin requested a review from a team May 27, 2026 23:00
Copy link
Copy Markdown
Contributor

@captainsafia captainsafia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! It's awesome that we were able to get this to redirect to the cloud-mode prompt. I didn't see it in your demo but I assume everythign actually works fine with submitting a prompt via this new redirect and then transitioning to the sesion share for that conversation?

@dmichelin
Copy link
Copy Markdown
Contributor Author

Nice! It's awesome that we were able to get this to redirect to the cloud-mode prompt. I didn't see it in your demo but I assume everythign actually works fine with submitting a prompt via this new redirect and then transitioning to the sesion share for that conversation?

Since this goes to a namespace agent I'm not able to test it end to end locally afaik, but since it's launching the namespace task and starting a conversation I assume that you can session share

image It basically hangs here at `creating environment`, but it does the same behavior when launching a cloud agent when running locally on master.

@dmichelin dmichelin merged commit 876b840 into master May 28, 2026
27 checks passed
@dmichelin dmichelin deleted the make_app_redirect_to_cloud_agent branch May 28, 2026 19:17
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