Skip to content

Conversation

@shariqriazz
Copy link
Contributor

@shariqriazz shariqriazz commented May 23, 2025

Closes #3795

Removed claude 3.7 models from VSCodeLM as they don't support it via API


Important

Remove claude-3.7-sonnet and claude-3.7-sonnet-thought from vscodeLlmModels in api.ts.

  • Models:
    • Removed claude-3.7-sonnet and claude-3.7-sonnet-thought from vscodeLlmModels in api.ts.

This description was created by Ellipsis for f48fe60. You can customize this summary. It will automatically update as commits are pushed.

@Ruakij
Copy link
Contributor

Ruakij commented May 23, 2025

I also had a look at that issue and have also tested your PR just now.
Although these 2 models are listed in api.ts, the list for the Provider-Settings gets fetched in vscode-lm.ts getVsCodeLmModels() via the LM-API.
Afaik api.ts only specifies model capabilities further when Provider-api doesnt exist or doesnt include all capabilities.

image

I have made required changes based on your PR here: https://github.com/Ruakij/Roo-Code/tree/pr-3895
You can just pull them into your branch if you like.

@shariqriazz
Copy link
Contributor Author

shariqriazz commented May 23, 2025

@Ruakij merged now thanks

@mrubens mrubens merged commit 20c7453 into RooCodeInc:main May 23, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 23, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 23, 2025
@shariqriazz shariqriazz deleted the vslm-api branch June 21, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Remove 3.7 models from VS Code LM API

3 participants