Commit Graph

76 Commits

Author SHA1 Message Date
Mark IJbema f290cb0af3 docs: update documentation for Agent Behaviour tab rename
Updates documentation to reflect the UI changes from PR #5264:
- 'Modes' settings tab renamed to 'Agent Behaviour'
- Four sub-tabs: Modes, MCP Servers, Rules, Workflows
- MCP Servers no longer in top bar
- Updated navigation instructions throughout docs
2026-01-21 14:07:22 +01:00
Mark IJbema 8662670e1b Merge pull request #4160 from Kilo-Org/docs/nextjs16-static-sites-support
docs: add Next.js 16 and static sites support to Deploy
2026-01-21 10:04:45 +01:00
Evgeny Shurakov eb9c42d3b2 Remove version management section from deploy.md
Removed the mention of version management support in the deployment documentation.
2026-01-20 20:34:03 +01:00
Josh Lambert a3f24e6f8d Initial BYOK docs 2026-01-19 16:35:54 -05:00
kiloconnect[bot] 68d3b3c216 Update Discord link in cloud-agent.md to kilo.ai/discord 2026-01-14 14:24:58 +00:00
Mark IJbema 544b9a3206 Merge pull request #4989 from Kilo-Org/mark/enhance-autocomplete-docs
docs: enhance autocomplete references across documentation
2026-01-13 16:43:44 +01:00
Mark IJbema b60b07f0f5 docs: fix migration guide to present autocomplete as equal workflow choice 2026-01-13 14:25:53 +01:00
Kevin van Dijk 25c0e15d54 Merge branch 'main' into roo-v3.38.3 2026-01-13 14:08:26 +01:00
Mark IJbema 6724c5a7b4 docs: add autocomplete guidance to migration guide 2026-01-13 13:37:38 +01:00
Remon Oldenbeuving a5952dbd69 Docs: Move Slack docs out of Advanced Usage
There's nothing advanced to it!
2026-01-13 13:01:20 +01:00
Remon Oldenbeuving 15a9ec9dc0 Merge pull request #4972 from Kilo-Org/session/agent_ee3e36bb-e2eb-44ac-be58-aa480f881771
docs: Add Slackbot model configuration documentation
2026-01-13 12:50:28 +01:00
Remon Oldenbeuving 6dacd0c013 Simplify and don't lie 2026-01-13 12:48:49 +01:00
Kevin van Dijk e828d0617a Merge pull request #4183 from sebastiand-cerebras/fix/cerebras-conservative-max-tokens
Fix Cerebras conservative max tokens calculation
2026-01-13 11:44:37 +01:00
Kevin van Dijk af46a34b5a Merge branch 'main' into fix/cerebras-conservative-max-tokens 2026-01-13 11:27:21 +01:00
kiloconnect[bot] 83689214e2 docs: Add Slackbot model configuration documentation
Added a new section explaining how to change the Slackbot model, including:
- Via the Kilo Dashboard (recommended method)
- Available model options
- Model selection tips
- Environment variable configuration for CLI usage
2026-01-13 09:46:23 +00:00
Kevin van Dijk cf78cfb4f5 Merge branch 'main' into roo-v3.38.3 2026-01-12 21:23:44 +01:00
kiloconnect[bot] 629168dcb5 docs: clarify BYOK limitations in agent manager (#4569)
- Add Authentication Requirements section explaining supported methods
- Document that BYOK is not yet supported with agent manager
- Clarify users need to be logged in via extension OR use CLI with kilocode provider
- Add troubleshooting entries for authentication and BYOK issues
- Update prerequisites to reference authentication requirements

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: marius-kilocode <marius@kilocode.ai>
2026-01-09 20:35:12 +01:00
marius-kilocode 13d585bd97 fix: use .git/info/exclude instead of .gitignore for worktree exclusion (#4901) 2026-01-09 13:52:49 +01:00
marius-kilocode 8f551b7527 Migrate worktree and git logic from CLI to agent manager (#4643)
* spike: migrate worktree and git logic from CLI to agent manager

* chore: add changeset for worktree migration

* docs: document worktree location for parallel mode

* chore: increase agent commit timeout to 60s

* Simplify changeset

* fix: make WorktreeManager tests cross-platform compatible

- Add helper to normalize path separators for assertions
- Fix tests to handle both / and \ in paths (Windows vs Unix)
2026-01-06 16:29:55 +01:00
Emilie Lima Schario 4f4d2101e2 Revert "docs: update code review docs to clarify fork PRs" 2026-01-06 08:18:43 -05:00
kiloconnect[bot] df1f246b33 docs: fix broken links after customization docs reorganization
Update all internal documentation links to reflect the new structure where
customization-related docs were moved from various locations to the
'agent-behavior' section. This includes:

- Custom modes: /features/custom-modes → /agent-behavior/custom-modes
- Custom rules: /advanced-usage/custom-rules → /agent-behavior/custom-rules
- Custom instructions: /advanced-usage/custom-instructions → /agent-behavior/custom-instructions
- Prompt engineering: /advanced-usage/prompt-engineering → /agent-behavior/prompt-engineering
- Settings management: /features/settings-management → /basic-usage/settings-management

Fixed links in both English and Chinese (zh-CN) documentation.
2026-01-05 18:29:12 +00:00
Alex Gold c65ed01851 Create agent behavior section and move all customization there 2026-01-05 11:17:54 -05:00
kiloconnect[bot] 06cf91c147 docs: reorganize customization docs into top-level section
- Move custom-rules.md, custom-instructions.md from advanced-usage/ to customization/
- Move custom-modes.md, settings-management.md, skills.md from features/ to customization/
- Move workflows.mdx from features/slash-commands/ to customization/
- Update sidebar configuration to place Customization section before Advanced Usage
- Update all internal documentation links to reflect new paths
- Remove nested 'Customizing Kilo Code' subsection from Advanced Usage

This reorganization makes customization options more discoverable by placing
them at the top level rather than nested under advanced usage.
2026-01-05 15:02:53 +00:00
Emilie Schario cc58bc4a1a docs: update code review docs to clarify fork PR security limitation
- Added clear note in Limitations section that PRs from forks are not supported
- Mentioned security concerns as the reason for this limitation
- Clarified that only same-repository branch PRs can be automatically reviewed
2026-01-02 11:21:13 -05:00
Josh Lambert d935aa4479 Link to CLI docs for cloud agents 2025-12-30 11:41:40 -05:00
Josh Lambert aa518eac0b Refresh CLI docs, add cloud agent docs 2025-12-30 10:57:22 -05:00
Mark IJbema eab37c990a Remove code reviews and explanations section
Removed section on AI-powered insights during code reviews from the Slackbot documentation.
2025-12-19 15:16:25 +01:00
Mark IJbema b3f2616de6 Apply suggestion from @markijbema 2025-12-19 15:15:30 +01:00
Remon Oldenbeuving b678c86374 Apply suggestions from code review 2025-12-19 14:34:32 +01:00
kiloconnect[bot] 2c16980e77 docs: add Kilo Slackbot integration documentation
- Add new slackbot.md documentation covering:
  - Overview and capabilities
  - Prerequisites (Kilo account, GitHub integration, Slack installation)
  - How to interact via DMs and channel mentions
  - Use cases (repo questions, implementing fixes, debugging, code reviews)
  - Cost information and tips for best results
  - Troubleshooting guide
- Add slackbot entry to sidebars.ts in Advanced Usage section
2025-12-19 13:30:07 +00:00
Kevin van Dijk f6ce1ecf8f Merge branch 'main' into roo-v3.36.6 2025-12-17 23:45:14 +01:00
Brian Turcotte 8449a8aaba Add documentation for App Builder feature
Added comprehensive documentation for the App Builder feature, detailing its capabilities, prerequisites, usage instructions, and ideal use cases.
2025-12-16 12:53:33 -05:00
Emilie Lima Schario ac8681f37d Update apps/kilocode-docs/docs/advanced-usage/managed-indexing.md 2025-12-11 19:58:59 -05:00
Brian Carlson 2105a18b47 Update managed indexing docs 2025-12-11 18:52:43 -06:00
Emilie Schario 572c2c7683 Agent Manager 2025-12-10 07:02:05 -05:00
Emilie Schario 6a10365bdd Sessions docs 2025-12-10 06:49:57 -05:00
Brian C 54638a2fde Update managed indexing docs (#4345) 2025-12-10 03:15:19 +00:00
Florian Hines 4ef6e7129c docs: update cloud agent documentation (#4336)
- Update available tools: Python removed, gh CLI added
- Clarify session deletion policy and CLI accessibility
- Increase message timeout from 10 to 15 minutes
- Update context persistence behavior
- Add session restoration capabilities
- Note web UI accessibility limitation for pre-Dec 9 sessions

Co-authored-by: Kilo Code Cloud <agent@kilocode.ai>
2025-12-09 14:22:51 -06:00
Kevin van Dijk bc40188e92 Merge branch 'main' into feature/new-indexing-options 2025-12-09 12:30:44 +01:00
Kevin van Dijk 1a7b1da49a Merge branch 'main' into roo-v3.34.7 2025-12-05 10:27:55 +01:00
Brian Turcotte c1f6421b56 Document Managed Indexing feature
Added documentation for Managed Indexing feature, including prerequisites, costs, configuration, and usage guidelines.
2025-12-04 18:00:16 -05:00
Evgeny Shurakov 0bfa98d78a docs: add .tool-versions support to deploy documentation 2025-12-03 15:00:38 +01:00
Evgeny Shurakov 1a2aeebf0a docs: add Next.js 16 and static sites support to Deploy 2025-12-03 13:49:37 +01:00
beatlevic dc0071c542 Updated all old kilocode docs links to point to kilo.ai 2025-12-01 22:46:30 +01:00
Brian Turcotte 76c3dafbc1 Merge pull request #3959 from Kilo-Org/briant/integrationdocs
Briant/integrationdocs
2025-11-28 16:50:37 -05:00
Evgeny Shurakov 6ac73f81cc Merge pull request #4033 from Kilo-Org/briant/code-reviews-docs
Add documentation for Code Reviews feature
2025-11-27 20:36:12 +01:00
Brian Turcotte 9f581f1176 Add documentation for Code Reviews feature
Added documentation for Kilo's Code Reviews feature, detailing its capabilities, prerequisites, usage instructions, review styles, focus areas, and limitations.
2025-11-25 16:21:03 -05:00
Mark IJbema 6a3e7246b4 Merge remote-tracking branch 'origin/main' into mark/autocomplete-profile 2025-11-25 09:05:54 +01:00
Christiaan Arnoldus d76f386e4f Merge branch 'main' into roo-v3.32.0
# Conflicts:
#	src/api/providers/openrouter.ts
#	src/core/prompts/sections/capabilities.ts
#	src/core/prompts/sections/rules.ts
#	src/core/prompts/sections/tool-use-guidelines.ts
#	src/core/prompts/tools/native-tools/__tests__/getAllowedJSONToolsForMode.spec.ts
#	src/core/prompts/tools/native-tools/getAllowedJSONToolsForMode.ts
#	src/core/tools/codebaseSearchTool.ts
#	src/core/webview/ClineProvider.ts
2025-11-24 23:17:10 +01:00
beatlevic 46ea617dac Changed blog references to blog.kilo.ai 2025-11-24 16:51:09 +01:00