Skip to content

Commit bf66def

Browse files
authored
Merge branch 'main' into fix/3489-edit-message-images-lost
2 parents 94c6f62 + ee8c1f8 commit bf66def

File tree

1,710 files changed

+76805
-39045
lines changed

Some content is hidden

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

1,710 files changed

+76805
-39045
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["@roo-code/cli"]
1111
}

.changeset/fair-clocks-lick.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+
feat (fireworks.ai): add minimax 2.1, glm 4.7, updated other models
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+
fix: disable zsh history expansion (#4926)

.changeset/fix-openai-codex-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-yaks-float.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+
Prevent sending thinkingLevel to unsupporting Gemini models

.changeset/glm-47-temperature.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/openai-responses-config.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
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+
feat: add chars count to ListFilesTool
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docusaurus Build Check
1+
name: Markdoc Build Check
22

33
env:
44
NODE_VERSION: 20.20.0
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
build:
18-
name: Build Docusaurus Site
18+
name: Build Markdoc Site
1919
runs-on: ubuntu-latest
2020

2121
steps:

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ logs
5353
# Nix / Direnv
5454
.direnv
5555

56+
# Mise
57+
mise.toml
58+
mise.local.toml
59+
5660
# Exclude Conport Directory (MCP server)
5761
context_portal/
5862

@@ -71,3 +75,5 @@ qdrant_storage/
7175
.secrets
7276
# Architect plans
7377
./plans/
78+
79+
roo-cli-*.tar.gz*

0 commit comments

Comments
 (0)