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
9 changes: 9 additions & 0 deletions .changeset/v3.25.18-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"roo-cline": patch
---

- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, 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 between entries. The first two use "by @username, PR by @app/roomote" while the last three use "thanks @username!". Would it be better to standardize this for consistency?

For example, all entries could follow either:

What do you think?

- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs)
- Add support for Sonic model (thanks @mrubens!)
Copy link
Contributor

Choose a reason for hiding this comment

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

These feature entries don't include issue or PR references like the fixes above do. Including references (if they exist) would help with traceability. For instance:

  • Add support for Sonic model (#XXXX, thanks @mrubens!)
  • Feat: simplify ask_followup_question prompt documentation (#XXXX, thanks @daniel-lxs!)
  • Feat: simple read_file tool for single-file-only models (#XXXX, thanks @daniel-lxs!)

- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!)
- Feat: simple read_file tool for single-file-only models (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 adding more context to this feature description? For example, what specific use case does this enable or what problem does it solve for single-file-only models? This would help users understand the value of this addition.

Loading