Fix dead blog URL in launch modal and make CLI agent names clickable in README#11440
Conversation
- Update LEARN_MORE_URL in orchestration launch modal from the renamed slug (/blog/multi-harness-cloud-agent-orchestration, returns 404) to the live canonical URL (/blog/oz-orchestration-platform-cloud-agents). - Convert plain-text CLI agent names (Claude Code, Codex, Gemini CLI) in README.md into hyperlinks pointing to their respective Warp documentation pages. Closes warpdotdev#11284 Closes warpdotdev#11384 CHANGELOG-BUG-FIX
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Atharva Sindwani.
|
|
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 |
There was a problem hiding this comment.
Overview
This PR updates a dead orchestration launch modal blog link and adds documentation links for supported CLI agents in the README.
Concerns
- The app-facing launch modal link change is user-facing, but the PR description does not include a screenshot or screen recording demonstrating the updated modal flow working end to end.
Verdict
Found: 0 critical, 1 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
| const HERO_HEIGHT: f32 = 92.; | ||
| const HERO_IMAGE_PATH: &str = "async/png/onboarding/orchestration_launch_banner.png"; | ||
| const LEARN_MORE_URL: &str = "https://www.warp.dev/blog/multi-harness-cloud-agent-orchestration"; | ||
| const LEARN_MORE_URL: &str = "https://www.warp.dev/blog/oz-orchestration-platform-cloud-agents"; |
There was a problem hiding this comment.
Summary
/blog/multi-harness-cloud-agent-orchestrationwhich returns 404. Updated to the live canonical URL/blog/oz-orchestration-platform-cloud-agents(confirmed 200).warp.dev/agents/*). All URLs verified live.Test plan
LEARN_MORE_URLchange is a const string swap — no logic changeCloses #11284
Closes #11384
CHANGELOG-BUG-FIX