Document the plugin system for the Kilo CLI: installation paths, hooks
reference, custom tools, examples, and troubleshooting. Plugins were
previously only covered in upstream OpenCode docs.
* docs(cli): note cloud schema mirror when adding kilocode_change config keys
Points devs to apps/web/src/app/config.json/extras.ts in the cloud repo
so new Kilo-only config keys get recognised by $schema references.
Closes#9115
* docs: add CLI config schema page and AGENTS.md mirror rule
Short page under Contributing → Architecture explaining how the cloud
overlays Kilo extras on top of the upstream opencode JSON Schema, with
the step-by-step for adding a new Kilo-only config key. AGENTS.md gains
a one-liner in the Fork Merge Process section pointing to it.
The page contained outdated model lists and pricing info that was no
longer accurate. All inbound links are updated to point to the
using-kilo-for-free page instead, and redirects are added so existing
URLs continue to work.
Add a dedicated Custom Models page documenting how to register custom,
unlisted, or fine-tuned models for any provider via the config file.
Includes field reference, examples for LM Studio, Ollama, OpenAI,
OpenAI-compatible endpoints, model options/variants, and the id field
for name mapping. Covers the VS Code custom provider dialog with
screenshots. Updates CLI, LM Studio, Ollama, OpenAI-compatible, and
model selection pages with cross-references.
Closes#8173
Rename FAQ to 'What's New in Kilo Code' with an enthusiastic intro
highlighting the CLI rebuild, link to the blog announcement, then
transition into the FAQ section for users adjusting to the new version.
- 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>
Add generateCommandTable() to help.ts and a generation script that
produces two artifacts: a Markdoc partial for the command table and
a full CLI reference page. Both are generated by script/generate.ts
and auto-committed by the generate.yml workflow on push to dev.
Replace hand-written command table in cli.md with the generated
partial and add a nav entry for the new CLI Command Reference page.
Closes#572
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.