Update orchestration auth secret picker copy to 'Skip setting an API key'#10960
Draft
advait-m wants to merge 1 commit into
Draft
Update orchestration auth secret picker copy to 'Skip setting an API key'#10960advait-m wants to merge 1 commit into
advait-m wants to merge 1 commit into
Conversation
…key' The previous label 'Inherit key from environment' was unclear about the fact that no env var is injected by default. Renaming to 'Skip setting an API key' makes the no-op nature of the choice obvious in the small dropdown. Cloud-mode FTUX (auth_secret_selector.rs) keeps its existing copy since its richer layout has supporting sidecar text. Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes the orchestration auth-secret picker copy from "Inherit key from environment" → "Skip setting an API key".
Per Slack discussion (#10885 follow-up): "Inherit key from environment" was unclear about the fact that no env var is actually injected by default — users were clicking through expecting credentials to be auto-resolved. "Skip setting an API key" makes the no-op nature of the choice obvious in the small dropdown.
Cloud-mode FTUX (
auth_secret_selector.rs) keeps its existing copy since its richer layout has supporting sidecar text that explains the behavior. We can iterate from there if needed.Linked Issue
N/A — copy-only follow-up to #10885.
Testing
String-only change; verified
cargo check -p warp --bin warpsucceeds. The label is also referenced as the selection-restore name insync_picker_selections, and that path uses the sameAUTH_SECRET_INHERIT_LABELconstant, so the picker still selects the right entry after the rename../script/runScreenshots / Videos
to be attached
Agent Mode
Co-Authored-By: Oz oz-agent@warp.dev
Warp Conversation