Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/remove-gemini-cli-provider.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-sloths-rest.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# kilo-code

## 5.1.0

### Minor Changes

- [`8140071`](https://github.com/Kilo-Org/kilocode/commit/8140071cf0235906d06e14034372af5941b0b9cc) Thanks [@markijbema](https://github.com/markijbema)! - New users can now start using Kilo Code immediately without any configuration - a default Kilo Code Gateway profile with a free model is automatically set up on first launch

- [#5288](https://github.com/Kilo-Org/kilocode/pull/5288) [`016ea49`](https://github.com/Kilo-Org/kilocode/commit/016ea49a3a875a8e60c846b314a7040852701262) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Remove Gemini CLI provider support.

### Patch Changes

- [#5420](https://github.com/Kilo-Org/kilocode/pull/5420) [`ebcfca8`](https://github.com/Kilo-Org/kilocode/commit/ebcfca8ea1dd3aad87e3a2598370208a1daaddc6) Thanks [@pedroheyerdahl](https://github.com/pedroheyerdahl)! - Improved Portuguese (Brazil) translation

## 5.0.0

### Major Changes
Expand Down
1 change: 1 addition & 0 deletions apps/kilocode-docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ yarn.lock
screenshots/
.beads/
.env
next-env.d.ts
6 changes: 6 additions & 0 deletions apps/kilocode-docs/pages/ai-providers/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_label: Claude Code
---

{% callout type="warning" title="Important Notice" %}
In January 2026, Anthropic decided to restrict Claude Code CLI to official Claude Code clients. Claude Code credentials cannot be used in Kilo Code or other third-party harnesses.

For continued use of Anthropic models in Kilo Code, please use the [Anthropic API provider](/ai-providers/anthropic) with an API key instead.
{% /callout %}

# Using Claude Code With Kilo Code

Claude Code is Anthropic's official CLI that provides direct access to Claude models from your terminal. Using Claude Code with Kilo Code lets you leverage your existing CLI setup without needing separate API keys.
Expand Down
6 changes: 6 additions & 0 deletions apps/kilocode-docs/previous-docs-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ module.exports = [
basePath: false,
permanent: true,
},
{
source: "/docs/features/skills",
destination: "/docs/customize/skills",
basePath: false,
permanent: true,
},
{
source: "/docs/agent-behavior/prompt-engineering",
destination: "/docs/customize/prompt-engineering",
Expand Down
Loading
Loading