feat(proxy): enhance VS Code model handling with gateway integration and fallback logic - #507
feat(proxy): enhance VS Code model handling with gateway integration and fallback logic#507crowar wants to merge 9 commits into
Conversation
…and fallback logic
# Conflicts: # src/cli/commands/proxy/index.ts
|
@crowar |
|
[AUTO_CLOSE_WARNING] ⏰ This pull request is older than 7 days and will be automatically closed in 7 more days (when it reaches 14 days old)! To maintain this PR, either convert it to Draft or complete your changes and merge. |
This pull request enhances how the VS Code connector discovers and configures available language models, making the process more robust and informative. The main improvement is that the connector now queries the local gateway for the actual set of available models, falls back gracefully to a curated catalog if discovery fails, and always returns the list of configured model IDs. Logging and error handling have also been improved to aid debugging and transparency.