fix(vscode): support Bedrock and Vertex credentials - #13100
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (1 file, incremental)
Incremental review at HEAD Fix these issues in Kilo Cloud Previous Review Summaries (2 snapshots, latest commit b8d5a81)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit b8d5a81)Status: No Issues Found | Recommendation: Merge Files Reviewed (2 files, incremental)
Incremental review at HEAD Previous review (commit 7bc71ef)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (28 files)
Verified: structured credentials stay out of the generic provider Reviewed by kimi-k3 · Input: 59K · Output: 4.9K · Cached: 294.9K Review guidance: REVIEW.md from base branch |
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
…ider-credential-setup fix(vscode): support Bedrock and Vertex credentials


What changed
Use provider-specific credential setup in the VS Code extension:
Why
The generic API-key dialog could not configure the credential shapes required by Bedrock and Vertex, leaving both setup flows unusable for their standard authentication methods.
Validation
The hooman has confirmed the new setup flow works in the VS Code extension.