Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 26, 2025

Important

Add changeset for v3.26.0 with bug fixes, new features, command handling improvements, and a dependency update.

  • Bug Fixes:
    • Handle Mistral content as reasoning chunks.
    • Ensure auto approve toggle trigger remains active.
    • Preserve user input for follow-up choices.
    • Fix newTaskRequireTodos setting functionality.
    • Correct Requesty model listing.
  • Features:
    • Add Deepseek v3.1 to Fireworks AI provider.
    • Add Qwen Code CLI API with OAuth support.
    • Hide static providers without models.
    • Add built-in /init slash command.
    • Add todos parameter in issue-fixer mode.
  • Improvements:
    • Handle substitution patterns in command validation.
    • Mark code-workspace files as protected.
    • Update default allowed commands list.
    • Follow symlinks in rooignore checks.
    • Display cache read/write prices for OpenRouter providers.
  • Dependencies:
    • Update drizzle-kit to v0.31.4.

This description was created by Ellipsis for beed9dc. 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 26, 2025 20:23
@mrubens mrubens merged commit f9921ff into main Aug 26, 2025
10 checks passed
@mrubens mrubens deleted the release/v3.25.24 branch August 26, 2025 20:23
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 26, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 26, 2025
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Aug 26, 2025
- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva)
- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs)
- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!)
- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: "Requesty model listing" seems incorrect. Possibly it should be "Request model listing"?

Suggested change
- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
- Fix: Request model listing (#7377 by @dtrugman, PR by @dtrugman)

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 changeset and have some suggestions for improvement that could be helpful for future changesets.

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

Choose a reason for hiding this comment

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

Is this filename intentional? The PR title mentions v3.26.0, but the changeset file is named v3.25.24.md. Since this is a minor version bump, it would typically result in v3.26.0.

Could we consider renaming this to match the intended version?

"roo-cline": minor
---

- Sonic -> Grok Code Fast
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we add more context here? It's unclear what type of change this represents - is this a rename, a migration, or something else?

- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote)
- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva)
- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs)
- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!)
Copy link
Contributor

Choose a reason for hiding this comment

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

I notice there's inconsistent attribution formatting throughout the changeset:

  • Lines 6-7, 10: Use "(#issue by @author, PR by @pr-author)"
  • Lines 9, 12-20: Use "(thanks @author!)"

Would it be better to standardize on one format for consistency? Also, several entries (lines 9, 12-19) are missing PR references which makes it harder to trace back to the actual code changes.

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