Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .changeset/v3.25.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
Copy link

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

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

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.

- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
Copy link

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)

- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @app/roomote!)
- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!)
- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!)
- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!)
- Handle substitution patterns in command validation (thanks @mrubens!)
- Mark code-workspace files as protected (thanks @mrubens!)
- Update list of default allowed commands (thanks @mrubens!)
- Follow symlinks in rooignore checks (thanks @mrubens!)
- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!)
- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!)
Loading