Skip to content

Commit 929d364

Browse files
authored
Merge branch 'main' into mcowger/ollamaContext
2 parents 58987e3 + 5d6bcc4 commit 929d364

File tree

80 files changed

+6134
-1434
lines changed

Some content is hidden

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

80 files changed

+6134
-1434
lines changed

.changeset/beige-sheep-post.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+
Improve Inline Assist model compatibility and performance

.changeset/metal-feet-dream.md

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

.changeset/public-flowers-sell.md

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

.vscode/launch.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"args": [
3434
"--extensionDevelopmentPath=${workspaceFolder}/src",
3535
"--disable-extensions",
36-
"${workspaceFolder}/launch"
36+
"${input:extensionLaunchDir}"
3737
],
3838
"sourceMaps": true,
3939
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
@@ -45,5 +45,13 @@
4545
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
4646
"presentation": { "hidden": false, "group": "tasks", "order": 1 }
4747
}
48+
],
49+
"inputs": [
50+
{
51+
"id": "extensionLaunchDir",
52+
"description": "Directory the dev extension will open in",
53+
"default": "${workspaceFolder}/launch",
54+
"type": "promptString"
55+
}
4856
]
4957
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# kilo-code
22

3+
## [v4.85.0]
4+
5+
- [#2119](https://github.com/Kilo-Org/kilocode/pull/2119) [`19dc45d`](https://github.com/Kilo-Org/kilocode/commit/19dc45d1b1578a41c41ecb787e7945513f6554d9) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.25.23
6+
7+
- feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!)
8+
- feat: add DeepSeek V3.1 model to Chutes AI provider (#7294 by @dmarkey, PR by @app/roomote)
9+
- Add prompt caching support for Kimi K2 on Groq (thanks @daniel-lxs and @benank!)
10+
- Add documentation links for global custom instructions in UI (thanks @app/roomote!)
11+
- Ensure subtask results are provided to GPT-5 in OpenAI Responses API
12+
- Promote the experimental AssistantMessageParser to the default parser
13+
- Update DeepSeek models context window to 128k (thanks @JuanPerezReal)
14+
- Enable grounding features for Vertex AI (thanks @anguslees)
15+
- Allow orchestrator to pass TODO lists to subtasks
16+
- Improved MDM handling
17+
- Handle nullish token values in ContextCondenseRow to prevent UI crash (thanks @s97712)
18+
- Improved context window error handling for OpenAI and other providers
19+
- Add "installed" filter to Marketplace (thanks @semidark)
20+
- Improve filesystem access checks (thanks @elianiva)
21+
- Add Featherless provider (thanks @DarinVerheijke)
22+
23+
### Patch Changes
24+
25+
- [#2184](https://github.com/Kilo-Org/kilocode/pull/2184) [`0be6743`](https://github.com/Kilo-Org/kilocode/commit/0be6743e08540d1671c10f79b49f17eeac82397e) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Fix: add favorite button back to tasks
26+
27+
- [#2125](https://github.com/Kilo-Org/kilocode/pull/2125) [`5828254`](https://github.com/Kilo-Org/kilocode/commit/5828254d47e9073c0f0fc9c9db5ef38eb6358036) Thanks [@nitinprajwal](https://github.com/nitinprajwal)! - Added support to Qwen Code for a custom OAuth credential storage path
28+
329
## [v4.84.1]
430

531
- [#2113](https://github.com/Kilo-Org/kilocode/pull/2113) [`d40b35a`](https://github.com/Kilo-Org/kilocode/commit/d40b35a3a1efcc2fbfca51d4ca64a8da2aa321e5) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - The model selector below the chat now shows the correct model list for Qwen Code and some other providers

apps/kilocode-docs/docs/advanced-usage/free-and-budget-models.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ sidebar_label: Free & Budget Models
88

99
## Completely Free Options
1010

11+
### Grok Code Fast 1
12+
13+
This frontier AI model is 100% free in Kilo Code for a limited time. [See the blog post for more details](https://blog.kilocode.ai/p/grok-code-fast-get-this-frontier-ai-model-free).
14+
1115
### OpenRouter Free Tier Models
1216

1317
OpenRouter offers several models with generous free tiers. **Note:** You'll need to create a free OpenRouter account to access these models.
@@ -20,8 +24,8 @@ OpenRouter offers several models with generous free tiers. **Note:** You'll need
2024

2125
**Available free models:**
2226

23-
- **Qwen3 Coder (free)** - Optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over repositories.
24-
- **Z.AI: GLM 4.5 Air (free)** - Lightweight variant of the GLM-4.5 family, purpose-built for agent-centric applications.
27+
- **Qwen3 Coder (free)** - Optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over repositories.
28+
- **Z.AI: GLM 4.5 Air (free)** - Lightweight variant of the GLM-4.5 family, purpose-built for agent-centric applications.
2529
- **DeepSeek: R1 0528 (free)** - Performance on par with OpenAI o1, but open-sourced and with fully open reasoning tokens.
2630
- **MoonshotAI: Kimi K2 (free)** - Optimized for agentic capabilities, including advanced tool use, reasoning, and code synthesis.
2731

@@ -239,8 +243,8 @@ When you need more capability than free models provide, these options deliver ex
239243
1. **Create OpenRouter account** for free models
240244
2. **Configure multiple providers** in Kilo Code
241245
3. **Set up API Configuration Profiles** for easy switching
242-
5. **Escalate to budget models** when needed
243-
6. **Reserve premium models** for complex work
246+
4. **Escalate to budget models** when needed
247+
5. **Reserve premium models** for complex work
244248

245249
### Recommended Provider Mix
246250

packages/types/src/kilocode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const ghostServiceSettingsSchema = z
66
autoTriggerDelay: z.number().min(1).max(30).default(3).optional(),
77
enableQuickInlineTaskKeybinding: z.boolean().optional(),
88
enableSmartInlineTaskKeybinding: z.boolean().optional(),
9+
enableCustomProvider: z.boolean().optional(),
910
apiConfigId: z.string().optional(),
1011
})
1112
.optional()

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "kilocode",
6-
"version": "4.84.1",
6+
"version": "4.85.0",
77
"icon": "assets/icons/logo-outline-black.png",
88
"galleryBanner": {
99
"color": "#FFFFFF",

0 commit comments

Comments
 (0)