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.
- Replace flat faq.md with faq/ directory containing sub-pages:
- General, Setup and Installation, Credits and Billing,
Account and Integration, Known Issues
- Update getting-started nav with FAQ subLinks
- Fix config path from ~/.kilocode/config.json to ~/.config/kilo/config.json
in using-kilo-for-free.md
- Add credits-environment-selector.png image for FAQ
* docs: add Context Condensing documentation
Fixes#2159
Added documentation for the "Intelligent Context Condensing" feature.
This documentation covers:
- Overview of context condensing and why it's needed
- How context window limits affect conversations
- How the condensing feature works (automatic and manual triggering)
- Configuration options for condensing
- Best practices for using context condensing effectively
- Troubleshooting common issues
- Links to related features (Memory Bank, Large Projects, Codebase Indexing)
* docs: add context condensing to navigation
* docs: fix context condensing markdown structure
Add a new documentation page covering:
- Free models available through Kilo Gateway and OpenRouter
- Free autocomplete setup with Mistral Codestral
- CLI background tasks (session titles, context summarization)
- Graceful degradation when credits aren't available
* Add native tool calling an speech to text to docs
* Add mistral setup to nav
* Update apps/kilocode-docs/pages/code-with-ai/features/speech-to-text.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
* Update apps/kilocode-docs/pages/automate/native-function-calling.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
* Update apps/kilocode-docs/pages/automate/native-function-calling.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
* remove experiment notes
* Two last experimental features added
* RCU for experimental
* update mapping plan
* Solve for too many sublinks
* Delete native tool calling as it is on by default and can't be changed
---------
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>