- Rename using-modes.md → using-agents.md with redirect and all internal
link updates (12 references across 8 files)
- Reframe orchestrator-mode.md as migration page: orchestrator is no longer
needed since all agents now support subagents natively
- Rewrite using-agents.md: flip callout to lead with agents, add specific
keyboard shortcuts (Cmd+., Tab, Ctrl+X a)
- chat-interface.md: drop duplicate Suggested Responses tabs into shared
content with collapsed Legacy callout, add keyboard shortcuts to Tips,
apply wording fixes (TUI acronym, action buttons, CLI context)
- context-mentions.md: update VSCode tab to document @-mention autocomplete
support, rewrite editor context in natural language with Code Actions
- model-selection.md: add in-chat model selector and precedence chain
- Fix smart quotes in custom-modes-org.md
- Update nav: Modes → Agents
Move docs/kiloclaw/tools.md to packages/kilo-docs/pages/kiloclaw/tools.mdx
where published docs are sourced from, add frontmatter, and register the
Tools page in the KiloClaw navigation config.
Add VSCode (Pre-release) and CLI tabs to 3 automate pages:
- mcp/using-in-kilo-code.md: Tabbed config tables, CLI commands (including
logout and debug), transport types, troubleshooting
- extending/shell-integration.md: Platform-specific shell integration
- automate/index.md: Fix stale link to deleted using-in-cli page
MCP timeout correctly shown as 30000ms (verified against
mcp/index.ts:29 DEFAULT_TIMEOUT = 30_000).
Part of the docs platform tabs effort (PR 7 of 8).
Depends on #7497 for infrastructure.
Add the foundation for platform-specific documentation:
- Platform type (legacy/new/all) in NavLink interface
- PageVersionSwitcher banner for legacy-only and new-only pages
- PlatformBadge component in SideNav with Legacy/New labels
- Tabs hydration fix (SSR-safe useState + useEffect)
- _app.tsx reads frontmatter.platform and renders banner
No content changes — frontmatter markers and nav tags will be
added in their respective section PRs.
Document the ghcr.io/kilo-org/google-setup container setup flow for
connecting Google accounts to KiloClaw, covering prerequisites, the
interactive setup steps, supported Google APIs, security details, and
usage examples.
remove deprecated model-provider-blocklist page and nav item
update enterprise model-access-controls doc content
add redirect from old docs path to new enterprise path
Move KiloClaw docs from /automate/kiloclaw/* to /kiloclaw/* and add it
as a standalone nav entry in the top bar and side nav, adjacent to
Kilo Gateway. Adds permanent redirects for all old paths.
* docs: add KiloClaw pre-installed software reference page
Document all default system utilities, language runtimes, package
managers, and CLI tools that ship in the KiloClaw Docker image.
Helps users know what's available out of the box without inspecting
the container.
* fix(docs): correct KiloClaw pre-installed software to match Dockerfile
* fix(docs): add bun to package managers, clarify pinned vs unpinned versions
* fix(docs): remove OpenClaw from pre-installed software listing
---------
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: syn <syn@neonronin.sh>
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