Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/center-sidebar-toolbar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/external-directory-read-prompts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remote-status-badge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/terminal-command-display.md

This file was deleted.

8 changes: 4 additions & 4 deletions nix/hashes.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"nodeModules": {
"x86_64-linux": "sha256-cAQ3LYGSSUAxDH77qouZcG4dPjTBIysPAkLwXHkRza4=",
"aarch64-linux": "sha256-49haI3uiwlTn4YYJsCyEEMTXmjGYyktm8qC5zQ0MAzg=",
"aarch64-darwin": "sha256-sdd37hufZNCHQuVkDxaHc6xVqovz/BuCPbBOoDbcuMQ=",
"x86_64-darwin": "sha256-Ndl68EHo83z9C3WFDNqRDni6fdKSX9nj4/5o+3wxzNs="
"x86_64-linux": "sha256-4hLG583KyBLxAOYvIiVMh+xLtVAdR3QgWFEqnGlZLZw=",
"aarch64-linux": "sha256-+60DxQ/GKAAoMFuAQRFoYM0HlZMzpLpLrTD7qmweUUA=",
"aarch64-darwin": "sha256-3WCWVqaxu+lCIc51N7wOttM/hoXbbnmtw7EP2eGstQg=",
"x86_64-darwin": "sha256-K8iG+OHkgC/lwud6hQ91sXF3c7UbdQQYRU/KK2P+B/4="
}
}
12 changes: 6 additions & 6 deletions packages/extensions/zed/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "kilo"
name = "Kilo"
description = "The open source coding agent."
version = "7.2.31"
version = "7.2.33"
schema_version = 1
authors = ["Anomaly"]
repository = "https://github.com/Kilo-Org/kilocode"
Expand All @@ -11,26 +11,26 @@ name = "Kilo"
icon = "./icons/opencode.svg"

[agent_servers.opencode.targets.darwin-aarch64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.31/opencode-darwin-arm64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.33/opencode-darwin-arm64.zip"
cmd = "./opencode"
args = ["acp"]

[agent_servers.opencode.targets.darwin-x86_64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.31/opencode-darwin-x64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.33/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]

[agent_servers.opencode.targets.linux-aarch64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.31/opencode-linux-arm64.tar.gz"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.33/opencode-linux-arm64.tar.gz"
cmd = "./opencode"
args = ["acp"]

[agent_servers.opencode.targets.linux-x86_64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.31/opencode-linux-x64.tar.gz"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.33/opencode-linux-x64.tar.gz"
cmd = "./opencode"
args = ["acp"]

[agent_servers.opencode.targets.windows-x86_64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.31/opencode-windows-x64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.2.33/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]
1 change: 1 addition & 0 deletions packages/kilo-docs/lib/nav/ai-providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const AiProvidersNav: NavSection[] = [
{ href: "/ai-providers/glama", children: "Glama" },
{ href: "/ai-providers/requesty", children: "Requesty" },
{ href: "/ai-providers/unbound", children: "Unbound" },
{ href: "/ai-providers/zenmux", children: "ZenMux" },
{
href: "/ai-providers/vercel-ai-gateway",
children: "Vercel AI Gateway",
Expand Down
4 changes: 4 additions & 0 deletions packages/kilo-docs/lib/nav/contributing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export const ContributingNav: NavSection[] = [
href: "/contributing/architecture/voice-transcription",
children: "Voice Transcription",
},
{
href: "/contributing/architecture/per-message-feedback",
children: "Per-Message Feedback",
},
],
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/kilo-docs/lib/nav/kiloclaw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const KiloClawNav: NavSection[] = [
{ href: "/kiloclaw/tools/1password", children: "1Password" },
{ href: "/kiloclaw/tools/brave-search", children: "Brave Search" },
{ href: "/kiloclaw/tools/agentcard", children: "AgentCard" },
{ href: "/kiloclaw/tools/other-tools", children: "Other Tools" },
],
},
{
Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/anthropic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Anthropic Claude with Kilo Code"
description: "Configure Anthropic's Claude models in Kilo Code. Guide to getting an API key, setting up Claude Sonnet and Opus in VS Code and the CLI."
sidebar_label: Anthropic
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/bedrock.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using AWS Bedrock with Kilo Code"
description: "Configure AWS Bedrock in Kilo Code to access Claude, Llama, and other foundation models through your AWS account."
sidebar_label: AWS Bedrock
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/cerebras.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Cerebras with Kilo Code | Ultra-Fast Inference"
description: "Run Llama and Qwen models at record-breaking speeds by configuring Cerebras in Kilo Code. Setup for VS Code and the CLI."
sidebar_label: Cerebras
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/chutes-ai.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Chutes AI with Kilo Code"
description: "Access open-source AI models through Chutes AI in Kilo Code. Setup guide for getting an API key and configuring models."
sidebar_label: Chutes AI
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/claude-code.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Claude Code with Kilo Code"
description: "Use your Claude Code subscription with Kilo Code. Setup guide for authenticating and selecting Claude models."
sidebar_label: Claude Code
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/deepseek.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using DeepSeek with Kilo Code"
description: "Connect DeepSeek's reasoning and coding models to Kilo Code. Setup guide for DeepSeek-V3 and DeepSeek-R1 in VS Code and the CLI."
sidebar_label: DeepSeek
---

Expand Down
3 changes: 2 additions & 1 deletion packages/kilo-docs/pages/ai-providers/fireworks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Fireworks AI with Kilo Code
title: "Using Fireworks AI with Kilo Code | Fast Inference"
description: "Run open-source and proprietary models on Fireworks AI's high-performance platform in Kilo Code. Setup guide for VS Code and the CLI."
---

# Using Fireworks AI With Kilo Code
Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/gemini.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Google Gemini with Kilo Code"
description: "Connect Google Gemini models to Kilo Code. Guide to getting an API key from Google AI Studio and configuring Gemini in VS Code and the CLI."
sidebar_label: Google Gemini
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/glama.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Glama with Kilo Code"
description: "Connect Glama's unified AI gateway to Kilo Code to access Claude, GPT, and other leading models through a single API key."
sidebar_label: Glama
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/groq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Groq with Kilo Code | Fast LLM Inference"
description: "Run Llama, Mixtral, and other models at ultra-low latency by configuring Groq in Kilo Code. Setup guide for VS Code and the CLI."
sidebar_label: Groq
---

Expand Down
6 changes: 6 additions & 0 deletions packages/kilo-docs/pages/ai-providers/human-relay.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Using Human Relay with Kilo Code | No API Key Needed"
description: "Use Kilo Code with web-based AI chats like ChatGPT and Claude without an API key by manually relaying messages via Human Relay."
sidebar_label: Human Relay
---

# Human Relay Provider

The Human Relay provider allows you to use Kilo Code with web-based AI models like ChatGPT or Claude without needing an API key. Instead, it relies on you to manually relay messages between Kilo Code and the AI's web interface.
Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/inception.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Inception Labs with Kilo Code"
description: "Connect Inception Labs' Mercury diffusion LLMs to Kilo Code for ultra-fast code generation. Setup guide for VS Code and the CLI."
sidebar_label: Inception
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/kilocode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using the Kilo Code Provider"
description: "The built-in Kilo Code provider gives you access to top AI models with one account. Setup and sign-in guide."
sidebar_label: Kilo Code Provider
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/lmstudio.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using LM Studio with Kilo Code | Local LLMs"
description: "Run local LLMs in Kilo Code by connecting to LM Studio's OpenAI-compatible server. Setup guide for VS Code and the CLI."
sidebar_label: LM Studio
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/minimax.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using MiniMax with Kilo Code"
description: "Configure MiniMax AI models in Kilo Code. Guide to getting an API key and setup for VS Code and the CLI."
sidebar_label: MiniMax
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/mistral.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Mistral AI with Kilo Code"
description: "Configure Mistral AI models, including Codestral, in Kilo Code. Guide to getting an API key and setup for VS Code and the CLI."
sidebar_label: Mistral AI
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/moonshot.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Moonshot AI (Kimi) with Kilo Code"
description: "Connect Moonshot's Kimi models to Kilo Code. Setup guide for getting an API key and selecting models in VS Code and the CLI."
sidebar_label: Moonshot.ai
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/ollama.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Ollama with Kilo Code | Run Local Models"
description: "Run local AI models with Ollama in Kilo Code for offline, private coding. Setup guide for VS Code and the CLI."
sidebar_label: Ollama
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using ChatGPT Plus/Pro with Kilo Code"
description: "Use your ChatGPT Plus or Pro subscription with Kilo Code. Setup guide for authenticating without a separate API key."
sidebar_label: ChatGPT Plus/Pro
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/openai-compatible.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using OpenAI-Compatible Providers with Kilo Code"
description: "Connect any OpenAI-compatible API endpoint to Kilo Code, including Azure OpenAI, Together AI, and self-hosted servers."
sidebar_label: OpenAI Compatible
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/openai.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using OpenAI with Kilo Code | Setup & Models"
description: "Connect the official OpenAI API to Kilo Code. Step-by-step guide to creating an API key and configuring GPT models in VS Code and the CLI."
sidebar_label: OpenAI
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/openrouter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using OpenRouter with Kilo Code | Unified AI API"
description: "Access hundreds of AI models through a single API by configuring OpenRouter in Kilo Code. Setup guide for VS Code and the CLI."
sidebar_label: OpenRouter
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/ovhcloud.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using OVHcloud AI Endpoints with Kilo Code"
description: "Connect OVHcloud's European AI Endpoints to Kilo Code for sovereign, GDPR-compliant model access. Setup guide for VS Code and the CLI."
sidebar_label: OVHcloud AI Endpoints
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/requesty.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Requesty with Kilo Code"
description: "Route AI model requests through Requesty in Kilo Code for cost optimization and access to multiple providers from one API key."
sidebar_label: Requesty
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/sap-ai-core.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using SAP AI Core with Kilo Code"
description: "Connect SAP AI Core to Kilo Code to use enterprise foundation models from your SAP BTP account. Setup and authentication guide."
sidebar_label: SAP AI Core
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/synthetic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Synthetic with Kilo Code"
description: "Access open-source AI models through Synthetic in Kilo Code. Setup guide for getting an API key and configuring models."
sidebar_label: Synthetic
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/unbound.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Unbound with Kilo Code"
description: "Access Claude, GPT, and other leading models through the Unbound proxy in Kilo Code. Setup guide for VS Code and the CLI."
sidebar_label: Unbound
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/v0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using Vercel v0 with Kilo Code"
description: "Connect Vercel's v0 models to Kilo Code for UI-focused code generation. Setup guide for VS Code and the CLI."
sidebar_label: v0
---

Expand Down
1 change: 1 addition & 0 deletions packages/kilo-docs/pages/ai-providers/vercel-ai-gateway.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Using Vercel AI Gateway with Kilo Code"
description: Configure the Vercel AI Gateway in Kilo Code to robustly access 100+ language models from various providers through a centralized interface.
keywords:
- kilo code
Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/vertex.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using GCP Vertex AI with Kilo Code"
description: "Connect Google Cloud Vertex AI to Kilo Code to use Claude, Gemini, and other models through your GCP account."
sidebar_label: GCP Vertex AI
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Virtual Quota Fallback in Kilo Code"
description: "Configure automatic provider fallback in Kilo Code to handle quota limits and keep your AI coding workflow uninterrupted."
sidebar_label: Virtual Quota Fallback
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/vscode-lm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using the VS Code Language Model API with Kilo Code"
description: "Use GitHub Copilot's models in Kilo Code via the VS Code Language Model API. Setup guide and requirements."
sidebar_label: VS Code Language Model API
---

Expand Down
2 changes: 2 additions & 0 deletions packages/kilo-docs/pages/ai-providers/xai.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Using xAI Grok with Kilo Code"
description: "Connect xAI's Grok models to Kilo Code. Guide to getting an API key and configuring Grok in VS Code and the CLI."
sidebar_label: xAI (Grok)
---

Expand Down
10 changes: 5 additions & 5 deletions packages/kilo-docs/pages/ai-providers/zenmux.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: ZenMux
title: "Using ZenMux with Kilo Code | Unified AI Gateway"
description: "Access OpenAI, Anthropic, Google, and other AI models through ZenMux in Kilo Code with automatic routing and cost optimization."
sidebar_label: ZenMux
---

import Codicon from "@site/src/components/Codicon";

# Using ZenMux With Kilo Code

[ZenMux](https://zenmux.ai) provides a unified API gateway to access multiple AI models from different providers through a single endpoint. It supports OpenAI, Anthropic, Google, and other major AI providers, automatically handling routing, fallbacks, and cost optimization.
Expand All @@ -19,7 +19,7 @@ import Codicon from "@site/src/components/Codicon";
{% tabs %}
{% tab label="VSCode (Legacy)" %}

1. **Open Kilo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Kilo Code panel.
1. **Open Kilo Code Settings:** Click the gear icon ({% codicon name="gear" /%}) in the Kilo Code panel.
2. **Select Provider:** Choose "ZenMux" from the "API Provider" dropdown.
3. **Enter API Key:** Paste your ZenMux API key into the "ZenMux API Key" field.
4. **Select Model:** Choose your desired model from the "Model" dropdown.
Expand Down Expand Up @@ -70,7 +70,7 @@ Then set your default model:

ZenMux supports a wide range of models from various providers:

Visi [zenmux.ai/models](https://zenmux.ai/models) to see the complete list of available models.
Visit [zenmux.ai/models](https://zenmux.ai/models) to see the complete list of available models.

### Other Providers

Expand Down
Loading
Loading