Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 12, 2025

Important

Version 3.25.12 introduces updates, new models, and fixes including configurable context windows, new provider models, and improved initialization handling.

  • Updates:
    • Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider.
    • Improve zh-TW Traditional Chinese locale.
    • Exclude GPT-5 models from 20% context window output token cap.
  • Additions:
    • Minimal reasoning support to OpenRouter.
    • New Chutes provider models.
    • OpenAI gpt-oss models to Amazon Bedrock dropdown.
    • Task expand and collapse translations.
    • Requesty base url support.
  • Fixes:
    • Configurable API request timeout for local providers.
    • Add --no-sandbox flag to browser launch options.
    • Ensure JSON files respect .rooignore during indexing.
    • Correct tool repetition detector to not block first tool call when limit is 1.
    • Improve checkpoint service initialization handling.
    • Truncate long model names in model selector to prevent overflow.

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

@mrubens mrubens requested review from cte and jr as code owners August 12, 2025 20:10
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Aug 12, 2025
@mrubens mrubens merged commit 2083d11 into main Aug 12, 2025
17 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 12, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 12, 2025
@mrubens mrubens deleted the release/v3.25.12 branch August 12, 2025 20:11
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 preparing the v3.25.12 changeset! I've reviewed the changes and have some suggestions for improvement to ensure consistency and traceability.


- Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)
- Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!)
- Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote)
Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed the attribution format varies throughout the file. Some entries use "thanks @username!" while others use "by @username, PR by @username". Would it be better to standardize this for consistency?

For example, you could use:

- Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote)
- Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote)
- Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote)
- Fix: Improve checkpoint service initialization handling (thanks @NaccOll!)
Copy link
Contributor

Choose a reason for hiding this comment

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

These entries are missing PR numbers, while lines 7-12 include them. Including PR numbers for all entries would improve traceability. Could you add the PR numbers if they exist?

- Add: Task expand and collapse translations (thanks @app/roomote!)
- Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!)
- Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!)
- Add: Requesty base url support (thanks @requesty-JohnCosta27!)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is "Requesty" the correct spelling here? Just want to confirm this isn't a typo for another provider name.

@@ -0,0 +1,18 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

The filename doesn't follow the typical changeset naming convention (usually random names like ). Is this intentional for release changesets? If so, you might want to ensure this doesn't conflict with the changeset tooling.

"roo-cline": patch
---

- Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider grouping these changes by category (Features/Additions, Fixes, Updates) to improve readability in the final changelog. For example:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ready size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants