Skip to content

Fix dead blog URL in launch modal and make CLI agent names clickable in README#11440

Open
atharvasindwani23 wants to merge 1 commit into
warpdotdev:masterfrom
atharvasindwani23:atharvasindwani23/fix-readme-links-and-dead-blog-url
Open

Fix dead blog URL in launch modal and make CLI agent names clickable in README#11440
atharvasindwani23 wants to merge 1 commit into
warpdotdev:masterfrom
atharvasindwani23:atharvasindwani23/fix-readme-links-and-dead-blog-url

Conversation

@atharvasindwani23
Copy link
Copy Markdown

Summary

Test plan

  • Verified all 4 URLs return HTTP 200 via curl
  • LEARN_MORE_URL change is a const string swap — no logic change
  • README links render correctly in GitHub markdown preview

Closes #11284
Closes #11384

CHANGELOG-BUG-FIX

- 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
@cla-bot
Copy link
Copy Markdown

cla-bot Bot commented May 20, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Atharva Sindwani.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@github-actions github-actions Bot added the external-contributor Indicates that a PR has been opened by someone outside the Warp team. label May 20, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 20, 2026

@atharvasindwani23

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 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";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ [IMPORTANT] For this user-facing change, please include screenshots or a screen recording demonstrating it working end to end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-contributor Indicates that a PR has been opened by someone outside the Warp team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make CLI agent examples clickable in README What's New popup links to dead blog URL (/blog/multi-harness-cloud-agent-orchestration → 404)

1 participant