Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
8c05c3bd2d
Update CHANGELOG.md 2025-08-12 23:11:14 -04:00
github-actions[bot]
bfa91c97d1 changeset version bump 2025-08-13 02:58:33 +00:00
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +0,0 @@
---
"roo-cline": patch
---
- Add Sonnet 1M context checkbox to Bedrock (thanks @mrubens!)
- Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote)
- Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote)
- Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!)

View file

@ -1,5 +1,12 @@
# Roo Code Changelog
## [3.25.13] - 2025-08-12
- Add Sonnet 1M context checkbox to Bedrock
- Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote)
- Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote)
- Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!)
## [3.25.12] - 2025-08-12
- Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.25.12",
"version": "3.25.13",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",