fix(settings): make API key and base URL actions discoverable - #276
Merged
Merged
Conversation
Expose key management and scoped base URL reset from Settings, confirm key removal, and link missing-key chat errors to the existing configuration flow. Closes #270
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified in the reviewed changes.
Pull request overview
Improves discoverability of Base URL and API key actions in Settings and chat errors.
Changes:
- Adds localized configuration links and scoped Base URL reset.
- Confirms API key removal.
- Adds actionable missing-key error links.
File summaries
| File | Summary |
|---|---|
src/runtime/commands.ts |
Implements scoped Base URL reset. |
src/provider/request.ts |
Uses actionable missing-key errors. |
src/provider/index.ts |
Confirms API key removal. |
src/i18n.ts |
Adds localized messages. |
src/client/index.ts |
Exports the new error helper. |
src/client/error/index.ts |
Adds missing-key action links. |
package.nls.zh-cn.json |
Adds Chinese Settings links. |
package.nls.json |
Adds English Settings links. |
package.json |
Registers the command and Markdown description. |
Review details
- Files reviewed: 9/9 changed files
- Comments generated: 0
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Related issues
Closes #270
Problem
Users who find the Base URL setting still have to discover hidden reset controls or Command Palette commands to manage their API key. Missing-key chat errors also leave them without a direct configuration action.
Changes and scope
Language model management and provider configuration migration remain out of scope. The commit and PR use
fix(settings)for release-please; version files remain at 0.9.1.Validation
Final checks