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
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
- 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>
* 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)
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.
- 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.
- 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
- 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