Skip to content

Commit 486164c

Browse files
authored
Merge branch 'main' into trans/wrap-chinese-translation
2 parents a673c45 + 673aada commit 486164c

File tree

307 files changed

+21305
-6542
lines changed

Some content is hidden

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

307 files changed

+21305
-6542
lines changed

.changeset/big-fans-spend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": minor
3+
---
4+
5+
Update base URL for Vertex Anthropic models to work around outdated library.

.changeset/eager-cloths-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": minor
3+
---
4+
5+
Fix bug: autocomplete no longer suggests strange XML

.changeset/fancy-windows-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kilocode/cli": patch
3+
---
4+
5+
Support Kilo Code for Teams

.changeset/fruity-candles-reply.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Include changes from Roo Code v3.28.18
6+
7+
- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)
8+
- Fix: Add userAgent to Bedrock client for version tracking (#8660 by @ajjuaire, PR by @app/roomote)
9+
- Feat: Z AI now uses only two coding endpoints for better performance (#8687 by @hannesrudolph)
10+
- Feat: Update image generation model selection for improved quality (thanks @chrarnoldus!)

.changeset/honest-jeans-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Added Amazon Bedrock as a provider for autocomplete

.changeset/old-rivers-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kilocode/cli": patch
3+
---
4+
5+
Fix compatibility with extension v4.107.0

.changeset/pink-monkeys-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kilocode/cli": patch
3+
---
4+
5+
Improved install speed and fixed the outdated dependencies

.changeset/real-bottles-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Jetbrains - Update framework (Plugin now requires IntelliJ IDEA 2024.3 or later)

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/setup-java@v4
162162
with:
163163
distribution: 'jetbrains'
164-
java-version: '17'
164+
java-version: '21'
165165
- name: Install system dependencies
166166
run: |
167167
sudo apt-get update

.github/workflows/marketplace-publish.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/setup-java@v4
134134
with:
135135
distribution: "jetbrains"
136-
java-version: "17"
136+
java-version: "21"
137137
- name: Install system dependencies
138138
run: |
139139
sudo apt-get update
@@ -173,14 +173,13 @@ jobs:
173173
with:
174174
name: ${{ env.BUNDLE_NAME }}
175175
path: jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}
176-
# Disabled while we figure out why our JetBrains builds are no longer being approved.
177-
#- name: JetBrains Marketplace Publisher
178-
# run: |
179-
# curl \
180-
# -X POST \
181-
# -H "Authorization: Bearer ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}" \
182-
# -F "file=@jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}" \
183-
# -F "pluginId=28350" \
184-
# -F "channel=stable" \
185-
# -F "isHidden=false" \
186-
# https://plugins.jetbrains.com/plugin/uploadPlugin
176+
- name: JetBrains Marketplace Publisher
177+
run: |
178+
curl \
179+
-X POST \
180+
-H "Authorization: Bearer ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}" \
181+
-F "file=@jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}" \
182+
-F "pluginId=28350" \
183+
-F "channel=stable" \
184+
-F "isHidden=false" \
185+
https://plugins.jetbrains.com/plugin/uploadPlugin

0 commit comments

Comments
 (0)