Skip to content

Commit 2b902d9

Browse files
Merge branch 'main' into eamon/MoreConsistent
2 parents 4856fc2 + ea48de4 commit 2b902d9

File tree

61 files changed

+2150
-530
lines changed

Some content is hidden

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

61 files changed

+2150
-530
lines changed

.changeset/blue-dodos-notice.md

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

.changeset/famous-beers-breathe.md

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

.changeset/gentle-kangaroos-do.md

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

.changeset/long-foxes-win.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+
Show MCP tool instead of server name when asked to approve a tool

.changeset/loose-jars-obey.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+
logs version on boot

.changeset/lovely-views-press.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+
Streaming message typewriter rendering

.github/workflows/storybook-playwright-snapshot.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ jobs:
3131
storybook-playwright-snapshot:
3232
runs-on: ubuntu-latest
3333
timeout-minutes: 45
34-
if: |
35-
${{
36-
inputs.should_run == true ||
37-
contains(github.event.head_commit.message, '[storybook]') ||
38-
contains(github.event.head_commit.message, '[chromatic]') ||
39-
contains(github.event.head_commit.message, '[screnshot')
40-
}}
34+
if: ${{ inputs.should_run == true }}
4135

4236
steps:
4337
- name: Checkout repository

CHANGELOG.md

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

3+
## [v4.114.1]
4+
5+
- [#3188](https://github.com/Kilo-Org/kilocode/pull/3188) [`131fa0e`](https://github.com/Kilo-Org/kilocode/commit/131fa0ee68d6f47172a968489129071a7da88de3) Thanks [@NikoDi2000](https://github.com/NikoDi2000)! - Add missing enable/disable word wrap tooltips
6+
7+
- [#3357](https://github.com/Kilo-Org/kilocode/pull/3357) [`d2bb122`](https://github.com/Kilo-Org/kilocode/commit/d2bb122a8b0e80044a66fe141de39489f7098bb5) Thanks [@mollux](https://github.com/mollux)! - Now only available MCP server capabilities are fetched
8+
9+
- [#2817](https://github.com/Kilo-Org/kilocode/pull/2817) [`0da1bc7`](https://github.com/Kilo-Org/kilocode/commit/0da1bc772a700874f8ec3fbad039fed1ea4d89dc) Thanks [@dennismeister93](https://github.com/dennismeister93)! - Updated MCP SDK to 1.13.3
10+
11+
- [#2849](https://github.com/Kilo-Org/kilocode/pull/2849) [`642cec5`](https://github.com/Kilo-Org/kilocode/commit/642cec502c9fecd297dce8cb1cc708ad3e9c7d12) Thanks [@Ralph-Abejuela](https://github.com/Ralph-Abejuela)! - Added option to start rate limiting after the API stream ends
12+
13+
- [#3468](https://github.com/Kilo-Org/kilocode/pull/3468) [`8f8ef10`](https://github.com/Kilo-Org/kilocode/commit/8f8ef107dd2751e4141473d33e098d6f28faa6d1) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Resolve orphaned partial ask messages
14+
15+
- [#3213](https://github.com/Kilo-Org/kilocode/pull/3213) [`7238628`](https://github.com/Kilo-Org/kilocode/commit/7238628bc24058eb352ff231090c08d99a8a8961) Thanks [@siulong](https://github.com/siulong)! - Fixed the GitHub feedback link at the bottom of the marketplace not being clickable.
16+
317
## [v4.114.0]
418

519
- [#3435](https://github.com/Kilo-Org/kilocode/pull/3435) [`bd4f19d`](https://github.com/Kilo-Org/kilocode/commit/bd4f19da040462b6477087d76cffe1006ef8d444) Thanks [@markijbema](https://github.com/markijbema)! - Cmd-L now directly inserts instead of showing as ghost text

apps/kilocode-docs/docs/cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to start the CLI and begin a new task with your preferred model and relevant mod
4242
| `/model list` | List available models | |
4343
| `/model info` | Prints description for a specific model by name | `/model info z-ai/glm-4.5v` |
4444
| `/model select` | Select and switch to a new model | |
45+
| `/teams` | List all organizations you can switch into | |
46+
| `/teams select` | Switch to a different organization | |
4547
| `/config` | Open configuration editor (same as `kilocode config`) | |
4648
| `/new` | Start a new task with the agent with a clean slate | |
4749
| `/help` | List available commands and how to use them | |
@@ -255,3 +257,4 @@ Use the `/teams` command to see a list of all organizations you can switch into.
255257
Use `/teams select` and start typing the team name to switch teams.
256258

257259
The process is the same when switching into a Team or Enterprise organization.
260+
The process is the same when switching into a Team or Enterprise organization.

apps/kilocode-docs/docs/seats/about.md renamed to apps/kilocode-docs/docs/plans/about.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
sidebar_label: About Kilo for Teams and Enterprise
2+
sidebar_label: About Kilo Paid Plans
33
---
44

5-
# About Kilo for Teams and Enterprise
5+
# About Kilo Paid Plans
66

77
Kilo Code accelerates development with AI-driven code generation and task automation. You can use Kilo Code as an open source extension in VS Code or JetBrains IDEs.
88

99
Organizations adopting AI accelerated coding at scale often want a better way to monitor, manage, and collaborate on their AI-drive practices.
1010

11-
Kilo Code seats, available via either the Teams or Enterprise subscriptions, are the solution for these organizations.
11+
Kilo Code's paid plans, Teams and Enterprise, are the solution for these organizations.
1212

1313
:::note
1414

15-
Kilo Code seats purchases of Teams or Enterprise are separate from model provider credits.
15+
Purchases of Kilo Code's paid plans are separate from model provider credits.
1616

17-
No credits are included with a Teams or Enterprise purchase.
17+
No credits are included with a Teams or Enterprise plan purchase.
1818

1919
:::
2020

21-
## What You Get from Teams
21+
## What You Get from Kilo Teams
2222

2323
- **Zero markup** on AI provider costs - pay exactly what providers charge
2424
- **No rate limiting** or quality degradation during peak usage
@@ -28,7 +28,7 @@ No credits are included with a Teams or Enterprise purchase.
2828

2929
**Cost:** $29 per user per month
3030

31-
## What You Get from Enterprise
31+
## What You Get from Kilo Enterprise
3232

3333
**Everything from Teams** plus...
3434

0 commit comments

Comments
 (0)