Skip to content

Conversation

@NaccOll
Copy link
Contributor

@NaccOll NaccOll commented Aug 19, 2025

update model info in vscode-lm


Important

Add new models claude-4-sonnet and gpt-5-mini, and update configurations for existing models in vscode-llm.ts.

  • Models Added:
    • claude-4-sonnet and gpt-5-mini added to vscodeLlmModels in vscode-llm.ts.
  • Model Updates:
    • gemini-2.5-pro, o4-mini, and gpt-4.1 models updated with contextWindow set to 128000 and maxInputTokens adjusted.
  • Misc:
    • gpt-5 model added with contextWindow 128000 and maxInputTokens 108637.

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

@NaccOll NaccOll requested review from cte and mrubens as code owners August 19, 2025 00:29
@NaccOll NaccOll requested a review from jr as a code owner August 19, 2025 00:29
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Aug 19, 2025
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Aug 19, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! I've reviewed the changes and found several issues that need attention before this can be merged.

},
"gemini-2.5-pro": {
contextWindow: 63830,
contextWindow: 128000,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment explaining why the contextWindow was increased from 63830 to 128000? This is a significant change that might affect existing users of this model.

@daniel-lxs daniel-lxs moved this from Triage to PR [Needs Prelim Review] in Roo Code Roadmap Aug 19, 2025
@hannesrudolph hannesrudolph added PR - Needs Preliminary Review and removed Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. labels Aug 19, 2025
@RooCodeInc RooCodeInc deleted a comment from roomote bot Aug 19, 2025
@RooCodeInc RooCodeInc deleted a comment from roomote bot Aug 19, 2025
@RooCodeInc RooCodeInc deleted a comment from roomote bot Aug 19, 2025
@RooCodeInc RooCodeInc deleted a comment from roomote bot Aug 19, 2025
Copy link
Member

@daniel-lxs daniel-lxs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @NaccOll!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 19, 2025
@daniel-lxs daniel-lxs moved this from PR [Needs Prelim Review] to PR [Needs Review] in Roo Code Roadmap Aug 19, 2025
@mrubens mrubens merged commit 21e9d24 into RooCodeInc:main Aug 19, 2025
31 checks passed
@github-project-automation github-project-automation bot moved this from PR [Needs Review] to Done in Roo Code Roadmap Aug 19, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 19, 2025
@NaccOll NaccOll deleted the feature-update-vscode-llm-info branch August 25, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer PR - Needs Review size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants