Skip to content

Commit e54d699

Browse files
authored
Merge branch 'main' into adamhill/fix-custom-ARN-in-bedrock
2 parents 9c6a9fc + 98711d4 commit e54d699

File tree

255 files changed

+8047
-4092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+8047
-4092
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
**Thank you for proposing a detailed feature for Roo Code!**
99
10-
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](../../CONTRIBUTING.md).
10+
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md).
1111
1212
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
1313
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues) and [Discussions](https://github.com/RooCodeInc/Roo-Code/discussions) to avoid duplicates.

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
REPO_PATH: ${{ github.repository }}
1111
GIT_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}
12-
NODE_VERSION: 20.18.1
12+
NODE_VERSION: 20.19.2
1313
PNPM_VERSION: 10.8.1
1414

1515
jobs:

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [main]
1010

1111
env:
12-
NODE_VERSION: 20.18.1
12+
NODE_VERSION: 20.19.2
1313
PNPM_VERSION: 10.8.1
1414

1515
jobs:

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GIT_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}
10-
NODE_VERSION: 20.18.1
10+
NODE_VERSION: 20.19.2
1111
PNPM_VERSION: 10.8.1
1212

1313
jobs:

.github/workflows/nightly-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch: # Allows manual triggering.
1010

1111
env:
12-
NODE_VERSION: 20.18.1
12+
NODE_VERSION: 20.19.2
1313
PNPM_VERSION: 10.8.1
1414

1515
jobs:

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch: # Allows manual triggering
88

99
env:
10-
NODE_VERSION: 20.18.1
10+
NODE_VERSION: 20.19.2
1111
PNPM_VERSION: 10.8.1
1212

1313
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.1
1+
v20.19.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.18.1
1+
nodejs 20.19.2

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Roo Code Changelog
22

3-
## [3.19.0] - 2025-05-30
3+
## [3.19.1] - 2025-05-30
4+
5+
- Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
6+
- Fix to correctly pass headers to SSE MCP servers
7+
- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!)
8+
- Fix bug with context condensing in Amazon Bedrock
9+
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
10+
- Set sidebar name bugfix (thanks @chrarnoldus!)
11+
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
12+
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)
13+
14+
## [3.19.0] - 2025-05-29
415

516
- Enable intelligent content condensing by default and move condense button out of expanded task menu
617
- Skip condense and show error if context grows during condensing

README.md

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)