Uh oh!
There was an error while loading. Please reload this page.
fix(app): support API auth prompts in provider connect dialog - #30034
fix(app): support API auth prompts in provider connect dialog#30034PerceivingAI wants to merge 2 commits into
Conversation
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Fixes#30033
Type of change
What does this PR do?
The desktop provider connect dialog ignored prompts on API auth methods, so Cloudflare Workers AI only asked for an API key and never collected the required Account ID.
This renders API auth prompts in the same form as the API key, saves those prompt values as auth metadata, and updates the Cloudflare Workers AI copy/Account ID placeholder.
How did you verify your code works?
bun run --cwd packages/app typecheckgit diff --checkScreenshots / recordings
Before:
After:
Checklist