Skip to content
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
44f77d0
refactor(providers): unify provider config into core, remove CLI re-e…
pomelo-nwu May 11, 2026
423e453
refactor(cli): drop OpenRouter OAuth + /manage-models, simplify /auth
pomelo-nwu May 18, 2026
6804a18
refactor(auth): unify applyProviderInstallPlan in core, drop cli/auth
pomelo-nwu May 18, 2026
9431966
refactor(providers): drop unused authMethod field from ProviderConfig
pomelo-nwu May 18, 2026
b4aa4b4
refactor(providers): prefix Alibaba plan presets with alibaba-
pomelo-nwu May 18, 2026
efcfce5
Merge remote-tracking branch 'origin/main' into refactor/unify-provid…
pomelo-nwu May 18, 2026
c7f0162
fix(vscode): guard ProviderSettingsAdapter against prototype pollution
pomelo-nwu May 18, 2026
0d8fe73
fix(auth): default Audio modality to off in provider advanced config
pomelo-nwu May 18, 2026
ed08f72
fix(auth): show base URL default as placeholder, not prefilled value
pomelo-nwu May 18, 2026
1b0b7f9
refactor(cli): rename /auth description to "Connect an LLM provider"
pomelo-nwu May 18, 2026
18b35b4
i18n(cli): translate "Connect an LLM provider" in all locales
pomelo-nwu May 18, 2026
e5191b8
fix(vscode): await applyProviderInstallPlanToFile and grow test coverage
pomelo-nwu May 19, 2026
f4e01a4
fix(auth): address PR #4287 review (critical + suggestion)
pomelo-nwu May 19, 2026
38a214d
fix(auth): second round of PR #4287 review fixes
pomelo-nwu May 19, 2026
0fe8ad6
fix(cli): satisfy strict tsc --build in loadedSettingsAdapter.test
pomelo-nwu May 19, 2026
2e6adf8
fix(cli): guard mock setValue against prototype pollution in adapter …
pomelo-nwu May 19, 2026
3408715
fix(cli): use literal === guards for CodeQL prototype-pollution sanit…
pomelo-nwu May 19, 2026
cdc17cb
fix(auth): third round of PR #4287 review fixes (8 comments)
pomelo-nwu May 19, 2026
7d8b478
test(auth): cover the rollback safety nets in applyProviderInstallPla…
pomelo-nwu May 19, 2026
93199a4
fix(auth): fourth round of PR #4287 review fixes
pomelo-nwu May 19, 2026
8f94b01
fix(vscode): import AuthType as value not type
pomelo-nwu May 19, 2026
7228d73
fix(providers): restore modelscope test + tighten openrouter ownsModel
pomelo-nwu May 19, 2026
6b50ca0
fix(auth): fifth round of PR #4287 review fixes
pomelo-nwu May 19, 2026
9115f84
fix(custom-provider): replace polynomial regex with linear char scans
pomelo-nwu May 19, 2026
c9c9ce6
fix(auth): seventh round of PR #4287 review fixes
pomelo-nwu May 19, 2026
5e2ff47
fix(auth): eighth round of PR #4287 review fixes
pomelo-nwu May 19, 2026
2357673
fix(format): four prettier/JSDoc nitpicks from review
pomelo-nwu May 19, 2026
608438f
test(scripts): raise install-script suite timeout to survive Windows
pomelo-nwu May 19, 2026
9f45a75
fix(auth): ninth round of PR #4287 review fixes
pomelo-nwu May 20, 2026
f31224b
fix(auth): tenth round of PR #4287 review fixes
pomelo-nwu May 20, 2026
c6316d5
fix(auth): eleventh round of PR #4287 review fixes
pomelo-nwu May 20, 2026
4e82417
fix(test): use bracket access in settingsUtils prototype-pollution tests
pomelo-nwu May 20, 2026
7141229
test(vscode): cover the outer-catch rollback path in handleAuthIntera…
pomelo-nwu May 20, 2026
54a3309
test(providers): make NODE_OPTIONS denylist test env-independent
pomelo-nwu May 20, 2026
44ab83d
fix(vscode): disconnect stale agent in handleAuthInteractive catch bl…
pomelo-nwu May 20, 2026
e3d56b7
fix(auth): twelfth round of PR #4287 review fixes (5 suggestions)
pomelo-nwu May 20, 2026
629d3d0
fix(vscode): log error class name not message in snapshotSettingsForR…
pomelo-nwu May 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
370 changes: 0 additions & 370 deletions packages/cli/src/auth/install/applyProviderInstallPlan.test.ts

This file was deleted.

Loading
Loading