Thomas Brugman
0cb97970c8
feat(devcontainer): add volume mounts for persistent storage
...
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.
2026-02-07 17:53:01 +00:00
Mark IJbema
c788a1357f
fix mentions of Roo in docs
...
and autoformat files
2025-10-01 13:59:48 +02:00
Christiaan Arnoldus
b67d924cdd
Update Getting Started docs with the latest info
2025-09-30 15:01:15 +02:00
Remon Oldenbeuving
ac34b2b2b3
docs(jetbrains): Add section on NodeJS requirement ( #2613 )
...
Fixes #2516
2025-09-24 14:02:39 +02:00
Mark IJbema
e833d3b1cc
Merge pull request #2514 from Kilo-Org/mark/autocomplet-docs
...
Add documentation for autocomplete
2025-09-23 12:08:55 +02:00
Lasse Stilvang
edc1b66077
Fix Pricing for Grok Code Fast 1
...
It is $0.20 / $1.50
Source: https://openrouter.ai/x-ai/grok-code-fast-1
2025-09-23 00:27:52 +02:00
Mark IJbema
e0821840e5
First version of the autocomplete docs
2025-09-19 16:51:11 +02:00
Chris Hasson
94d0f9034e
docs(jetbrains): add JCEF troubleshooting guide ( #2506 )
...
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 >
2025-09-18 12:54:07 -07:00
Christiaan Arnoldus
79d5ff6e40
Merge pull request #2498 from Kilo-Org/darkogj-patch-1
...
Embed introductory video in your first task guide
2025-09-18 18:44:11 +02:00
Christiaan Arnoldus
73363a8337
Merge pull request #2501 from Kilo-Org/darkogj-patch-4
...
Add YouTube embed example to custom rules documentation
2025-09-18 18:44:01 +02:00
Christiaan Arnoldus
d55b8122bc
Merge pull request #2500 from Kilo-Org/darkogj-patch-3
...
Enhance Memory Bank documentation with media
2025-09-18 18:43:52 +02:00
darkogj
a01122570c
Add YouTube embed example to custom rules documentation
...
Added an example of a custom rule for YouTube embedding.
2025-09-18 15:34:22 +02:00
darkogj
574928bc62
Enhance Memory Bank documentation with media
2025-09-18 14:48:24 +02:00
darkogj
2365f47e3b
Embed YouTube video in codebase indexing documentation
...
Added a YouTube embed for a related video to the Codebase Indexing documentation.
2025-09-18 13:05:48 +02:00
darkogj
f2813bfefe
Embed introductory video in your first task guide
...
Added YouTube video embed for introductory tour.
2025-09-18 12:41:44 +02:00
Christiaan Arnoldus
c2a004220a
Update apps/kilocode-docs/docs/providers/vercel-ai-gateway.md
2025-09-17 11:15:25 +02:00
Christiaan Arnoldus
877cdbdec5
Vercel AI Gateway docs
2025-09-17 10:44:08 +02:00
Chris Hasson
bf10e94899
Enable auto-launch json configuration for tasks ( #2437 )
...
* 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 >
2025-09-16 14:11:26 -07:00
Brendan O'Leary
8fd3308d84
Add Teams documentation ( #2445 )
...
* Add Teams documentation
* Remove some AI slop
2025-09-16 15:49:06 -04:00
Brendan O'Leary
4c57d5dc19
Add connected account documentation ( #2449 )
2025-09-16 15:38:32 -04:00
Kevin van Dijk
0fdd576057
Merge branch 'main' into roo-v3.27.0
2025-09-10 12:26:26 +02:00
Christiaan Arnoldus
8feb76a1d1
Merge pull request #2356 from tombii/patch-1
...
Update docs with Streamable HTTP transport
2025-09-09 23:35:37 +02:00
Matt Cowger
6b722b8bb5
Images fix and add to sidebar
2025-09-09 10:41:33 -07:00
Matt Cowger
739142ae72
feat(ui): Add documentation for the virtual-quota-fallback provider
...
Adds documentation for the Virtual Quota Fallback Provider, and removes the provider from the excluded providers list.
2025-09-09 10:12:56 -07:00
tombii
e11a94d308
Update docs with Streamable HTTP transport
...
SSE has been deprecated, adding streamable http transport
2025-09-09 17:27:46 +02:00
Catriel Müller
adc3a38195
MacOs / Terminal Notifier Support ( #2299 )
...
* feat: support for terminal-notifier
* refactor: fix pnpm nodemon watch limit
* feat: System Notifications Docs
* feat: add changeset
* refactor: fix OS mock on tests
* Update .changeset/spicy-animals-nail.md
Co-authored-by: Christiaan Arnoldus <christiaan.arnoldus@outlook.com >
* refactor: allow test notifications without save
---------
Co-authored-by: Christiaan Arnoldus <christiaan.arnoldus@outlook.com >
2025-09-09 11:46:57 -03:00
Christiaan Arnoldus
a0c045b056
Update Ollama docs
...
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
2025-09-05 15:52:46 +02:00
Christiaan Arnoldus
d4a72f737c
Move/rename new docs and hook them up in the sidebar
2025-09-04 17:32:01 +02:00
Christiaan Arnoldus
e03ffa75b4
Merge commit '0d9dc603f4520e64dcdb5a8e50764f95c4756c72' into christiaan/docs
2025-09-04 17:08:53 +02:00
Christiaan Arnoldus
f7b7922ece
Merge commit '28a127c262c8c6694bc696ab59ef60b538f37776' into christiaan/docs
2025-09-04 17:08:25 +02:00
Christiaan Arnoldus
d2ff1f310d
Merge commit '52953c49ca8e62966d69d6bfbb20f22b58ee4ae7' into christiaan/docs
2025-09-04 17:08:06 +02:00
Ewa Szyszka
0d9dc603f4
Add files via upload
...
adding videos for the Core concept section
2025-09-03 13:07:40 +02:00
Ewa Szyszka
28a127c262
Revise core concepts and add video previews
...
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.
2025-09-03 13:04:37 +02:00
Ewa Szyszka
52953c49ca
Add files via upload
2025-09-03 12:42:49 +02:00
Ewa Szyszka
e79e34d0f8
Remove Cost vs Performance Positioning section
2025-09-03 11:45:45 +02:00
Ewa Szyszka
eefc2b09d6
Create Model Selection Guide
...
Adding a Model Selection Guide
2025-09-03 11:20:23 +02:00
Brendan O'Leary
0d0b031381
Clarify free tier as it depends on a number of factors ( #2241 )
2025-09-02 14:17:20 -04:00
Christiaan Arnoldus
03a0751087
Merge branch 'main' into mcowger/ollamaContext
2025-08-29 09:05:37 +02:00
Christiaan Arnoldus
d8f47c9a87
Use 4096 when no num_ctx is set in Ollama model parameters, because this is what is uses in practice.
2025-08-29 08:58:52 +02:00
Christiaan Arnoldus
feebf41fac
Add Grok Code to the free models page
2025-08-28 10:03:37 +02:00
Kevin van Dijk
2c25d6c035
Merge commit '60306c6c3e7aa2bb1f9ee2e06abdc678ad4c08e9' into move-docs
2025-08-27 19:06:12 +02:00
Kevin van Dijk
ac4549b9d3
Merge commit 'de93e5e6845119ce68015814f170a3e5f3132515' into move-docs
2025-08-27 18:46:56 +02:00
Kevin van Dijk
19a52a262f
Add 'apps/kilocode-docs/' from commit '79ed21f1913d5d8426c39e7ecf19907a1a2913e1'
...
git-subtree-dir: apps/kilocode-docs
git-subtree-mainline: 0ab87945123cba85a6e76ca5a7f427197b7e1f77
git-subtree-split: 79ed21f1913d5d8426c39e7ecf19907a1a2913e1
2025-08-27 17:18:50 +02:00