Commit Graph
852 Commits
Author SHA1 Message Date
Joshua Lambert 094fcdf2d1 Merge pull request #6770 from Kilo-Org/docs/remove-kilo-web-from-architecture
docs: remove Kilo Web reference from architecture overview
2026-03-09 00:22:57 -04:00
kiloconnect[bot] a95905b004 docs: remove Kilo Web reference from architecture overview 2026-03-09 01:09:38 +00:00
Josh Lambert 57e1687135 Standardize on custom agent path 2026-03-08 21:05:35 -04:00
Joshua Lambert e14629265f Merge pull request #6712 from Kilo-Org/docs/custom-subagents
docs: add custom subagents configuration page
2026-03-08 18:00:39 -04:00
kilo-code-bot[bot]andkiloconnect[bot] 168685d988 docs: convert Copy page button into dropdown menu with Open markdown and Edit page options (#6763)
* docs: convert Copy page button to dropdown menu with Open markdown and Edit page options

* docs: fix button border highlight and add page footer with actions

- Fix split-button hover: highlight entire button group (both main button and chevron) when hovering any part of the group, using .page-actions:hover parent selector

- Add PageFooter component with horizontal layout showing Copy page, Open markdown, and Edit page actions at the bottom of every docs page

- Footer uses same API endpoints (raw-markdown, resolve-path) and GitHub URL construction as the dropdown button

* fix: remove flex class from article-content to fix PageFooter layout

The article-content div had Tailwind's 'flex' class which set display:flex
with default row direction. The 'column' class was not a valid Tailwind
utility (should be 'flex-col'), so the PageFooter rendered to the right
of page content instead of below it. Removing 'flex column' restores
block layout so children stack vertically.

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-08 10:28:06 -07:00
Joshua Lambertandkilo-code-bot[bot] 1439939503 Update packages/kilo-docs/pages/customize/custom-subagents.md
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-03-06 18:38:01 -05:00
kilo-maintainer[bot] 7ab275117b release: v7.0.40 2026-03-06 22:43:15 +00:00
14e6272691 docs: add KiloClaw pre-installed software reference (#6720)
* 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>
2026-03-06 15:33:12 -06:00
Joshua Lambert 23dca8e8c8 Update packages/kilo-docs/pages/customize/custom-subagents.md 2026-03-06 16:32:24 -05:00
Joshua Lambert 495f0ca1ac Apply suggestions from code review 2026-03-06 16:31:54 -05:00
Jean du Plessis d3abc4f6dd Merge pull request #6711 from Kilo-Org/docs/security-reviews-content
docs(security): rewrite security reviews with user-facing documentation
2026-03-06 20:27:41 +02:00
Jean du Plessis 713d4cd60f docs(security): align index page with rewritten security reviews content 2026-03-06 19:35:08 +02:00
kiloconnect[bot] 3127f2812d docs: add custom subagents configuration page to CLI documentation 2026-03-06 17:03:00 +00:00
Jean du Plessis 22bd5741d9 fix(docs): align terminology in security reviews page
Standardize app name to KiloConnect (matching integrations docs), unify
triage labels to 'Needs Review' across all sections, and change 'Ignored'
to 'Dismissed' in dashboard description to match the status table.
2026-03-06 18:34:56 +02:00
Jean du Plessis 5d8f8aca23 docs(security): rewrite security reviews page with user-facing documentation
Replace the internal spec/design document with comprehensive user-facing
documentation covering the Security Agent's pipeline, dashboard, findings,
configuration, and comparison with Code Reviews.
2026-03-06 17:48:26 +02:00
kiloconnect[bot] 55a1de8d9e refactor(model): migrate default to kilo-auto/frontier across codebase
migrate default model IDs from kilo/auto to kilo-auto/frontier and related references across the codebase. update defaults in gateway constants, VSCode provider, tests, UI defaults, and e2e seed. align docs and examples to use kilo-auto/frontier and kilo-auto/free. this is a breaking change for existing configurations

BREAKING CHANGE: update default model IDs to kilo-auto/frontier and kilo-auto/free
kilo/auto and kilo/auto-free no longer used as defaults; update all
references accordingly
2026-03-06 15:03:35 +00:00
Florian Hinesandkilo-code-bot[bot] 4941ee8ecd docs(kiloclaw): Add tool profile doc (#6677)
* Add tool profile doc

* Update packages/kilo-docs/pages/automate/kiloclaw/overview.md

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>

* Apply suggestion from @kilo-code-bot[bot]

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>

* Apply suggestion from @pandemicsyn

---------

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-03-05 20:13:44 +00:00
kilo-maintainer[bot] f8d6753cc2 release: v7.0.39 2026-03-05 15:53:20 +00:00
kiloconnect[bot] 9bb8bc1535 fix: add redirect for broken voice transcription docs link (#6051) 2026-03-05 08:13:57 +00:00
kilo-maintainer[bot] 5a85a0d7c9 release: v7.0.38 2026-03-04 22:27:58 +00:00
kilo-code-bot[bot]andkiloconnect[bot] e5ded8a97a fix: docs banner respects dark/light mode theme (#6576)
Replace hardcoded dark-only colors in the announcement banner with
CSS custom variables (--bg-secondary, --text-color, --border-color,
--accent-color, --accent-hover) that automatically adapt to the
site's light and dark themes.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-03 14:39:33 -05:00
kilo-maintainer[bot] 1aa9af4ac0 release: v7.0.37 2026-03-03 18:59:43 +00:00
kilo-maintainer[bot] 10afa31b8b release: v7.0.36 2026-03-03 14:59:39 +00:00
kilo-maintainer[bot] a9e4891226 release: v7.0.35 2026-03-03 11:02:58 +00:00
Imanol Maiztegui 890c94acad Merge pull request #6548 from Kilo-Org/fix/remove-old-kilo-gif
Remove old kilo gif
2026-03-03 11:49:03 +01:00
Imanol Maiztegui f5c9e125e3 fix: Remove old kilo gif 2026-03-03 11:36:28 +01:00
Marius 52352b0f14 docs: make link checker tolerate flaky external links (#6547) 2026-03-03 10:18:05 +00:00
kilo-maintainer[bot] 691b914260 release: v7.0.34 2026-03-03 09:13:54 +00:00
kilo-code-bot[bot]andkiloconnect[bot] e1f0d9d842 Rename 'Kilo Claw' to 'KiloClaw' in architecture docs (#6524)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-02 11:20:15 -05:00
Marius 9e76f5da17 chore: reformat codebase with prettier (#6520)
* chore: reformat codebase with prettier

* chore: skip 2 failing kilo-provider-session-refresh tests
2026-03-02 16:39:48 +01:00
dennismeister93 a94479888c Merge branch 'main' into docs/kilo-for-slack-gitlab-update 2026-03-02 16:16:26 +01:00
Dennis Meister 5f68c01723 chore: fix relative paths to absolute 2026-03-02 16:15:42 +01:00
kilo-code-bot[bot]andkiloconnect[bot] 1911424c73 Add pink pony message to 404 page (#6518)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-02 15:14:22 +00:00
dennismeister93andkilo-code-bot[bot] 63a9dba310 Update packages/kilo-docs/pages/automate/integrations.md
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-03-02 15:35:37 +01:00
Dennis Meister 97f3d80e4b docs: update kilo for slack part with gitlab 2026-03-02 15:30:23 +01:00
04057c9891 fix(docs): self-host favicon assets and fix broken head declarations (#6463)
* fix(docs): self-host favicon assets and fix broken head declarations

- Remove duplicate ICO favicon (shortcut icon + icon), keep single icon declaration
- Add self-hosted favicon assets in public/favicon/ (copied from packages/ui v3 assets)
- Fix SVG favicon path (was 404 at /favicon.svg)
- Fix apple-touch-icon path (was 404 at /apple-touch-icon.png)
- Add 96x96 desktop PNG favicon
- Add apple-mobile-web-app-title meta tag
- Add site.webmanifest with correct Kilo Code branding
- All declared paths now resolve to actual files under /docs/ basePath

* fix(docs): use correct favicon assets from kilo.ai landing site

Replace incorrect favicon files (sourced from packages/ui) with the exact
assets used on kilo.ai (from kilocode-landing repo):

- Replace all icon PNGs with correct landing site versions
- Rename web-app-manifest-*.png to android-chrome-*.png to match landing site
- Remove favicon-96x96.png (not used on landing site)
- Update favicon.ico and favicon.svg with correct landing site versions
- Update site.webmanifest to reference android-chrome-* files without maskable purpose
- Add shortcut icon declaration to match landing site head config

* Update packages/kilo-docs/public/favicon/favicon.svg

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: Brendan O'Leary <github@olearycrew.com>
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-03-02 13:32:30 +00:00
Joshua Lambert 6348c0920b Merge pull request #6428 from Kilo-Org/docs/refresh-architecture
Add mermaid support and refresh architecture page
2026-02-27 16:13:39 -05:00
kilo-maintainer[bot] 64e82d1bcf release: v7.0.33 2026-02-27 19:40:30 +00:00
Alex Gold ea73bb9db8 add numbers to subheads 2026-02-27 14:05:45 -05:00
Alex Goldandkilo-code-bot[bot] b00dd8e866 Update packages/kilo-docs/pages/collaborate/enterprise/sso.md
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-02-27 14:05:02 -05:00
Alex Gold 8d6bdcaba9 Merge branch 'docs/sso-instructions' of github.com:Kilo-Org/kilocode into docs/sso-instructions 2026-02-27 13:10:19 -05:00
Alex Gold 6635134b10 Update to use H3s 2026-02-27 13:09:48 -05:00
Alex Gold ba762adcdf Update packages/kilo-docs/pages/collaborate/enterprise/sso.md 2026-02-27 12:43:17 -05:00
Alex Gold 7197739332 Update packages/kilo-docs/pages/collaborate/enterprise/sso.md 2026-02-27 12:43:12 -05:00
Alex Gold 6ffcd484ed Update SSO instructions 2026-02-27 12:27:37 -05:00
Josh Lambert e81eb4421c fix: initialize mermaid once and show fallback on render error 2026-02-27 12:14:15 -05:00
Josh Lambert bf22704755 Merge remote-tracking branch 'origin/main' into docs/refresh-architecture
# Conflicts:
#	bun.lock
2026-02-27 11:15:54 -05:00
kilo-code-bot[bot]andkiloconnect[bot] bcd24fc750 docs(kiloclaw): clarify redeploy options — same version or upgrade to latest (#6456)
* docs(kiloclaw): clarify redeploy options — same version or upgrade to latest

* docs: add Redeploy hint and update analogy for both redeploy options

* docs(kiloclaw): add Restore Config entry to Settings section

* docs(kiloclaw): rename "Stop and Destroy" heading to include Restore Config

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-27 16:07:12 +00:00
kilo-maintainer[bot] 967efc4a71 release: v7.0.32 2026-02-27 14:53:47 +00:00
Joshua Lambert 9a5695d9d8 Merge pull request #6424 from Kilo-Org/docs/jl-improve-tabs
Allow linking directly to a tab in docs
2026-02-27 08:46:25 -05:00