Add docs link for agent API keys#12024
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
Local UI screenshot for the Agent API key Observed helper text after selecting Agent:
Validation:
|
|
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 adds a Learn more docs hyperlink to the Agent API key helper text in the create API key modal.
Concerns
- The change is user-facing, but the PR description does not include screenshots or a screen recording demonstrating the modal/link change 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
## Description Adds a `Learn more` link to the agent API key helper text in the create API key modal. The link points to the docs page anchor that will explain personal vs. agent API keys after warpdotdev/docs#143 lands. ## Linked Issue No linked issue; requested from Slack. - [ ] The linked issue is labeled `ready-to-spec` or `ready-to-implement`. - [ ] Where appropriate, screenshots or a short video of the implementation are included below (especially for user-visible or UI changes). ## Testing - `cargo fmt --manifest-path /workspace/warp/app/Cargo.toml -- /workspace/warp/app/src/settings_view/platform/create_api_key_modal.rs` - `cargo check --manifest-path /workspace/warp/Cargo.toml -p warp --lib` - [ ] I have manually tested my changes locally with `./script/run` ### Screenshots / Videos Not included; this is a text/link-only modal change and was validated with a targeted compile check in the sandbox. ## Agent Mode - [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode CHANGELOG-NONE _Conversation: https://staging.warp.dev/conversation/51bd7b68-6b31-4e28-ac1a-c9876a736b8b_ _Run: https://oz.staging.warp.dev/runs/019e84f7-7104-7aa2-94e5-f832e226eb54_ _This PR was generated with [Oz](https://warp.dev/oz)._ Co-authored-by: Oz <oz-agent@warp.dev>

Description
Adds a
Learn morelink to the agent API key helper text in the create API key modal. The link points to the docs page anchor that will explain personal vs. agent API keys after warpdotdev/docs#143 lands.Linked Issue
No linked issue; requested from Slack.
ready-to-specorready-to-implement.Testing
cargo fmt --manifest-path /workspace/warp/app/Cargo.toml -- /workspace/warp/app/src/settings_view/platform/create_api_key_modal.rscargo check --manifest-path /workspace/warp/Cargo.toml -p warp --libI have manually tested my changes locally with
./script/runScreenshots / Videos
Not included; this is a text/link-only modal change and was validated with a targeted compile check in the sandbox.
Agent Mode
CHANGELOG-NONE
Conversation: https://staging.warp.dev/conversation/51bd7b68-6b31-4e28-ac1a-c9876a736b8b
Run: https://oz.staging.warp.dev/runs/019e84f7-7104-7aa2-94e5-f832e226eb54
This PR was generated with Oz.