Skip to content

Commit ab1f9fc

Browse files
authored
Merge branch 'RooCodeInc:main' into main
2 parents 10ce509 + 29b7d06 commit ab1f9fc

File tree

103 files changed

+1655
-620
lines changed

Some content is hidden

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

103 files changed

+1655
-620
lines changed

.github/workflows/changeset-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
ref: ${{ env.GIT_REF }}
3232
- name: Setup Node.js and pnpm
3333
uses: ./.github/actions/setup-node-pnpm
34-
with:
35-
skip-checkout: 'true'
3634

3735
# Check if there are any new changesets to process
3836
- name: Check for changesets

.github/workflows/marketplace-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
ref: ${{ env.GIT_REF }}
2626
- name: Setup Node.js and pnpm
2727
uses: ./.github/actions/setup-node-pnpm
28-
with:
29-
skip-checkout: 'true'
3028
- name: Configure Git
3129
run: |
3230
git config user.name "github-actions[bot]"

.github/workflows/nightly-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Setup Node.js and pnpm
2121
uses: ./.github/actions/setup-node-pnpm
2222
with:
23-
skip-checkout: 'true'
2423
install-args: '--frozen-lockfile'
2524
- name: Forge numeric Nightly version
2625
id: version

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Roo Code Changelog
22

3+
## [3.23.12] - 2025-07-15
4+
5+
- Update the max-token calculation in model-params to better support Kimi K2 and others
6+
7+
## [3.23.11] - 2025-07-14
8+
9+
- Add Kimi K2 model to Groq along with fixes to context condensing math
10+
- Add Cmd+Shift+. keyboard shortcut for previous mode switching
11+
12+
## [3.23.10] - 2025-07-14
13+
14+
- Prioritize built-in model dimensions over custom dimensions (thanks @daniel-lxs!)
15+
- Add padding to the index model options
16+
17+
## [3.23.9] - 2025-07-14
18+
19+
- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
20+
- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
21+
- Resolve vector dimension mismatch error when switching embedding models
22+
- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)
23+
- Add configurable timeout for command execution in VS Code settings
24+
325
## [3.23.8] - 2025-07-13
426

527
- Add enable/disable toggle for code indexing (thanks @daniel-lxs!)

README.md

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

locales/ca/README.md

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

locales/de/README.md

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

locales/es/README.md

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

locales/fr/README.md

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

locales/hi/README.md

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

0 commit comments

Comments
 (0)