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
19 changes: 19 additions & 0 deletions .changeset/v3.25.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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 entries by category for better readability? Something like:

Fixes

  • Fix: Improve Claude Code ENOENT error handling...
  • Fix: LM Studio model context length...

Features

  • Add auto-approved cost limits...
  • Add Cerebras as a provider...

Improvements

  • Handle more variations of chaining...
  • More tolerant search/replace match...

"roo-cline": patch
---

- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, 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.

Please update the product name to 'Roo Code' instead of 'Claude Code' for consistency with our naming convention.

Suggested change
- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote)
- Fix: Improve Roo Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote)

This comment was generated because it violated a code review rule: irule_VrRKWqywZ2YV2SOE.

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 issue reference format varies across entries. Some have issue numbers (e.g., #5866, #5075, #6420) while others don't. Would it be helpful to standardize this format for all entries to improve traceability?

For example, we could use a consistent format like:

- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin)
- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs)
- Add auto-approved cost limits (thanks @hassoncs!)
- Add Cerebras as a provider (thanks @kevint-cerebras!)
- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!)
- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!)
- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!)
- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!)
- Handle more variations of chaining and subshell command validation
- More tolerant search/replace match
- Clean up the auto-approve UI (thanks @mrubens!)
- Skip interpolation for non-existent slash commands (thanks @app/roomote!)
- Cloud service cleanup callbacks / move to events
- Phase 1 website updates (thanks @thill2323!)
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 details about what "Phase 1 website updates" includes? This would help users understand what specific changes were made.

Loading