From 6f9fea3ab980f131a7593452150ab376fd7c95ed Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 30 Jul 2025 11:14:46 -0400 Subject: [PATCH] chore: add changeset for v3.25.3 (#6435) --- .changeset/v3.25.3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .changeset/v3.25.3.md diff --git a/.changeset/v3.25.3.md b/.changeset/v3.25.3.md new file mode 100644 index 0000000000..d0d891b694 --- /dev/null +++ b/.changeset/v3.25.3.md @@ -0,0 +1,14 @@ +--- +"roo-cline": patch +--- + +- Fix: Prevent input clearing when clicking chat buttons (thanks @hassoncs!) +- Increase Claude Code default max output tokens to 16k (#6125 by @bpeterson1991, PR by @app/roomote) +- Update PR reviewer rules and mode configuration (thanks @daniel-lxs!) +- Add translation check action to pull_request.opened event (thanks @app/roomote!) +- Add docs link for slash commands +- Allow queueing images +- Hide Gemini checkboxes on the welcome view +- Remove "(prev Roo Cline)" from extension title in all languages (thanks @app/roomote!) +- Remove event types mention from PR reviewer rules (thanks @daniel-lxs!) +- Clarify apply_diff tool descriptions to emphasize surgical edits