git filter-repo incorrectly resolved a merge commit where the docs app
was migrated from Docusaurus to Next.js + Markdoc, resulting in the old
Docusaurus files at HEAD. This commit overlays the correct current files
from the source repo (kilo-org/kilocode main branch).
Package renamed from kilocode-docs to @kilocode/kilo-docs.
Configure devcontainer to persist VS Code settings and Kilo Code state across container rebuilds by adding dedicated volume mounts for:
- Global storage (threads, caches, extensions)
- User settings
Also added workspaceMount and workspaceFolder configuration for better workspace management.
Includes documentation for devcontainer persistence setup.
This commit introduces a new markdown file, `jetbrains-troubleshooting.md`, which details common issues and solutions for using Kilo Code within JetBrains IDEs, with a specific focus on JCEF (Java Chromium Embedded Framework) support.
The file includes instructions for enabling JCEF in various JetBrains IDEs, troubleshooting steps, and a visual guide for Android Studio.
Additionally, the JetBrains plugin's `RooToolWindowFactory.kt` has been updated to link directly to this new troubleshooting guide from the JCEF warning message, improving user guidance.
Co-authored-by: Chris Hasson <noreply@example.com>
* feat(activate): enable auto-launch configuration for tasks
Introduces `.kilocode/launchConfig.json` to automatically start tasks with specified prompts, AI profiles, and modes upon workspace opening.
This allows you to easily run the same prompt against multiple models or multiple profiles by just launching multiple copies of VS Code in the directories with the launch configurations.
* Updated changeset
---------
Co-authored-by: Chris Hasson <noreply@example.com>
Readd the "Configure the context size" section, because of this issue: https://github.com/Kilo-Org/kilocode/issues/2285 (previously doing this didn't even work because we were using the OpenAI API, but it does now)
Remove the outdated "benchmark" that I added earlier
Updated core concepts section with new entries and descriptions, including Provider, Foundational Models, Prompt Engineering, Modes, Codebase Indexing, and MCP. Removed outdated concepts and added relevant video previews.