Brendan O'Leary преди 1 месец
родител
ревизия
8744ff5645
променени са 42 файла, в които са добавени 126 реда и са изтрити 194 реда
  1. 1 1
      packages/kilo-docs/.gitignore
  2. 0 55
      packages/kilo-docs/README.md
  3. 2 1
      packages/kilo-docs/lychee.toml
  4. 1 1
      packages/kilo-docs/pages/ai-providers/vscode-lm.md
  5. 1 1
      packages/kilo-docs/pages/automate/extending/shell-integration.md
  6. 1 1
      packages/kilo-docs/pages/automate/how-tools-work.md
  7. 1 1
      packages/kilo-docs/pages/automate/mcp/using-in-kilo-code.md
  8. 1 1
      packages/kilo-docs/pages/automate/tools/codebase-search.md
  9. 31 31
      packages/kilo-docs/pages/automate/tools/index.md
  10. 4 4
      packages/kilo-docs/pages/code-with-ai/agents/chat-interface.md
  11. 8 8
      packages/kilo-docs/pages/code-with-ai/agents/free-and-budget-models.md
  12. 1 1
      packages/kilo-docs/pages/code-with-ai/agents/model-selection.md
  13. 4 4
      packages/kilo-docs/pages/code-with-ai/agents/orchestrator-mode.md
  14. 1 1
      packages/kilo-docs/pages/code-with-ai/features/autocomplete/index.md
  15. 1 1
      packages/kilo-docs/pages/code-with-ai/features/fast-edits.md
  16. 3 3
      packages/kilo-docs/pages/code-with-ai/features/task-todo-list.md
  17. 1 15
      packages/kilo-docs/pages/code-with-ai/platforms/cli.md
  18. 4 4
      packages/kilo-docs/pages/collaborate/adoption-dashboard/for-team-leads.md
  19. 4 4
      packages/kilo-docs/pages/collaborate/adoption-dashboard/improving-your-score.md
  20. 3 3
      packages/kilo-docs/pages/collaborate/adoption-dashboard/overview.md
  21. 2 2
      packages/kilo-docs/pages/collaborate/adoption-dashboard/understanding-your-score.md
  22. 2 2
      packages/kilo-docs/pages/collaborate/enterprise/audit-logs.md
  23. 5 5
      packages/kilo-docs/pages/collaborate/enterprise/migration.md
  24. 2 2
      packages/kilo-docs/pages/collaborate/enterprise/sso.md
  25. 4 4
      packages/kilo-docs/pages/collaborate/index.md
  26. 2 2
      packages/kilo-docs/pages/collaborate/teams/analytics.md
  27. 6 6
      packages/kilo-docs/pages/collaborate/teams/billing.md
  28. 3 3
      packages/kilo-docs/pages/collaborate/teams/dashboard.md
  29. 3 3
      packages/kilo-docs/pages/collaborate/teams/getting-started.md
  30. 4 4
      packages/kilo-docs/pages/collaborate/teams/team-management.md
  31. 1 1
      packages/kilo-docs/pages/contributing/architecture/index.md
  32. 1 1
      packages/kilo-docs/pages/contributing/index.md
  33. 2 2
      packages/kilo-docs/pages/customize/context/context-condensing.md
  34. 1 1
      packages/kilo-docs/pages/customize/custom-instructions.md
  35. 1 1
      packages/kilo-docs/pages/customize/custom-rules.md
  36. 1 1
      packages/kilo-docs/pages/customize/index.md
  37. 1 1
      packages/kilo-docs/pages/customize/prompt-engineering.md
  38. 2 2
      packages/kilo-docs/pages/customize/workflows.md
  39. 3 3
      packages/kilo-docs/pages/getting-started/quickstart.md
  40. 1 1
      packages/kilo-docs/pages/getting-started/rate-limits-and-costs.md
  41. 5 5
      packages/kilo-docs/pages/getting-started/settings/auto-cleanup.md
  42. 1 1
      packages/kilo-docs/pages/getting-started/setup-authentication.md

+ 1 - 1
packages/kilo-docs/.gitignore

@@ -9,4 +9,4 @@ screenshots/
 .env
 next-env.d.ts
 tsconfig.tsbuildinfo
-lycheeout.txt
+lycheeout.*

+ 0 - 55
packages/kilo-docs/README.md

@@ -1,55 +0,0 @@
-# Full Next.js example
-
-This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js.
-
-<img width="2032" alt="image" src="https://user-images.githubusercontent.com/62121649/174916143-16f18270-0463-402c-8b48-33c627ea7a7e.png">
-
-## Setup
-
-First, clone this repo and install the dependencies required:
-
-```bash
-npm install
-# or
-yarn install
-```
-
-Then, run the development server:
-
-```bash
-npm run dev
-# or
-yarn dev
-```
-
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
-
-You can start editing the page by modifying `index.md`. The page auto-updates as you edit the file.
-
-## Deploy
-
-The quickest way to deploy your own version of this boilerplate is by deploying it with [Vercel](https://vercel.com) or [Netlify](https://www.netlify.com/) by clicking one of the buttons below.
-
-### Deploy with Vercel
-
-[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/markdoc/next.js-starter)
-
-### Deploy to Netlify
-
-[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/markdoc/next.js-starter)
-
-## Contributing
-
-When making documentation _only_ changes, use branch names prefixed with `docs/`:
-
-```bash
-git checkout -b docs/your-change-description
-```
-
-Examples:
-
-- `docs/add-mcp-tutorial`
-- `docs/fix-installation-steps`
-- `docs/update-api-reference`
-
-For full contribution guidelines, see the [Contributing Guide](https://kilo.ai/docs/contributing).

+ 2 - 1
packages/kilo-docs/lychee.toml

@@ -23,5 +23,6 @@ exclude = [
   '^https?://(api|console)\.mistral\.ai',
   '^https?://(app|console)\.requesty\.ai',
   '^https?://(cloud|console)\.google\.ai',
-  'https://opencode.ai/pages/config'
+  'https://opencode.ai/pages/config',
+  '^localhost:3000/'
 ]

+ 1 - 1
packages/kilo-docs/pages/ai-providers/vscode-lm.md

@@ -4,7 +4,7 @@ sidebar_label: VS Code Language Model API
 
 # Using VS Code Language Model API With Kilo Code
 
-Kilo Code includes _experimental_ support for the [VS Code Language Model API](https://code.visualstudio.com/api/language-extensions/language-model-access). This API allows extensions to provide access to language models directly within VS Code. This means you can potentially use models from:
+Kilo Code includes _experimental_ support for the [VS Code Language Model API](https://code.visualstudio.com/docs/copilot/customization/language-models). This API allows extensions to provide access to language models directly within VS Code. This means you can potentially use models from:
 
 - **GitHub Copilot:** If you have a Copilot subscription and the extension installed.
 - **Other VS Code Extensions:** Any extension that implements the Language Model API.

+ 1 - 1
packages/kilo-docs/pages/automate/extending/shell-integration.md

@@ -11,7 +11,7 @@ Terminal Shell Integration is a key feature that enables Kilo Code to execute co
 
 Shell integration is automatically enabled in Kilo Code and connects directly to your terminal's command execution lifecycle without requiring any setup from you. This built-in feature allows Kilo Code to:
 
-- Execute commands on your behalf through the [`execute_command`](/docs/features/tools/execute-command) tool
+- Execute commands on your behalf through the [`execute_command`](/docs/automate/tools/execute-command) tool
 - Read command output in real-time without manual copy-pasting
 - Automatically detect and fix errors in running applications
 - Observe command exit codes to determine success or failure

+ 1 - 1
packages/kilo-docs/pages/automate/how-tools-work.md

@@ -86,4 +86,4 @@ This safety mechanism ensures you maintain control over which files are modified
 
 ## Learn More About Tools
 
-For more detailed information about each tool, including complete parameter references and advanced usage patterns, see the [Tool Use Overview](/docs/features/tools/tool-use-overview) documentation.
+For more detailed information about each tool, including complete parameter references and advanced usage patterns, see the [Tool Use Overview](/docs/automate/tools) documentation.

+ 1 - 1
packages/kilo-docs/pages/automate/mcp/using-in-kilo-code.md

@@ -170,7 +170,7 @@ To set the maximum time to wait for a response after a tool call to the MCP serv
 
 MCP tool auto-approval works on a per-tool basis and is disabled by default. To configure auto-approval:
 
-1. First enable the global "Use MCP servers" auto-approval option in [auto-approving-actions](/docs/features/auto-approving-actions)
+1. First enable the global "Use MCP servers" auto-approval option in [auto-approving-actions](/docs/getting-started/settings/auto-approving-actions)
 2. Navigate to Settings > Agent Behaviour > MCP Servers, then locate the specific tool you want to auto-approve
 3. Check the `Always allow` checkbox next to the tool name
 

+ 1 - 1
packages/kilo-docs/pages/automate/tools/codebase-search.md

@@ -1,7 +1,7 @@
 # codebase_search
 
 {% callout type="info" title="Setup Required" %}
-The `codebase_search` tool is part of the [Codebase Indexing](/docs/features/codebase-indexing) feature. It requires additional setup including an embedding provider and vector database.
+The `codebase_search` tool is part of the [Codebase Indexing](/docs/customize/context/codebase-indexing) feature. It requires additional setup including an embedding provider and vector database.
 {% /callout %}
 
 The `codebase_search` tool performs semantic searches across your entire codebase using AI embeddings. Unlike traditional text-based search, it understands the meaning of your queries and finds relevant code even when exact keywords don't match.

+ 31 - 31
packages/kilo-docs/pages/automate/tools/index.md

@@ -15,22 +15,22 @@ Tools are organized into logical groups based on their functionality:
 
 | Category           | Purpose                           | Tools                                                                                                                                                                                                                                                                                     | Common Use                                         |
 | ------------------ | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
-| **Read Group**     | File system reading and searching | [read_file](/docs/features/tools/read-file), [search_files](/docs/features/tools/search-files), [list_files](/docs/features/tools/list-files), [list_code_definition_names](/docs/features/tools/list-code-definition-names)                                                              | Code exploration and analysis                      |
-| **Edit Group**     | File system modifications         | [apply_diff](/docs/features/tools/apply-diff), [delete_file](/docs/features/tools/delete-file), [write_to_file](/docs/features/tools/write-to-file)                                                                                                                                       | Code changes and file manipulation                 |
-| **Browser Group**  | Web automation                    | [browser_action](/docs/features/tools/browser-action)                                                                                                                                                                                                                                     | Web testing and interaction                        |
-| **Command Group**  | System command execution          | [execute_command](/docs/features/tools/execute-command)                                                                                                                                                                                                                                   | Running scripts, building projects                 |
-| **MCP Group**      | External tool integration         | [use_mcp_tool](/docs/features/tools/use-mcp-tool), [access_mcp_resource](/docs/features/tools/access-mcp-resource)                                                                                                                                                                        | Specialized functionality through external servers |
-| **Workflow Group** | Mode and task management          | [switch_mode](/docs/features/tools/switch-mode), [new_task](/docs/features/tools/new-task), [ask_followup_question](/docs/features/tools/ask-followup-question), [attempt_completion](/docs/features/tools/attempt-completion), [update_todo_list](/docs/features/tools/update-todo-list) | Context switching and task organization            |
+| **Read Group**     | File system reading and searching | [read_file](/docs/automate/tools/read-file), [search_files](/docs/automate/tools/search-files), [list_files](/docs/automate/tools/list-files), [list_code_definition_names](/docs/automate/tools/list-code-definition-names)                                                              | Code exploration and analysis                      |
+| **Edit Group**     | File system modifications         | [apply_diff](/docs/automate/tools/apply-diff), [delete_file](/docs/automate/tools/delete-file), [write_to_file](/docs/automate/tools/write-to-file)                                                                                                                                       | Code changes and file manipulation                 |
+| **Browser Group**  | Web automation                    | [browser_action](/docs/automate/tools/browser-action)                                                                                                                                                                                                                                     | Web testing and interaction                        |
+| **Command Group**  | System command execution          | [execute_command](/docs/automate/tools/execute-command)                                                                                                                                                                                                                                   | Running scripts, building projects                 |
+| **MCP Group**      | External tool integration         | [use_mcp_tool](/docs/automate/tools/use-mcp-tool), [access_mcp_resource](/docs/automate/tools/access-mcp-resource)                                                                                                                                                                        | Specialized functionality through external servers |
+| **Workflow Group** | Mode and task management          | [switch_mode](/docs/automate/tools/switch-mode), [new_task](/docs/automate/tools/new-task), [ask_followup_question](/docs/automate/tools/ask-followup-question), [attempt_completion](/docs/automate/tools/attempt-completion), [update_todo_list](/docs/automate/tools/update-todo-list) | Context switching and task organization            |
 
 ### Always Available Tools
 
 Certain tools are accessible regardless of the current mode:
 
-- [ask_followup_question](/docs/features/tools/ask-followup-question): Gather additional information from users
-- [attempt_completion](/docs/features/tools/attempt-completion): Signal task completion
-- [switch_mode](/docs/features/tools/switch-mode): Change operational modes
-- [new_task](/docs/features/tools/new-task): Create subtasks
-- [update_todo_list](/docs/features/tools/update-todo-list): Manage step-by-step task tracking
+- [ask_followup_question](/docs/automate/tools/ask-followup-question): Gather additional information from users
+- [attempt_completion](/docs/automate/tools/attempt-completion): Signal task completion
+- [switch_mode](/docs/automate/tools/switch-mode): Change operational modes
+- [new_task](/docs/automate/tools/new-task): Create subtasks
+- [update_todo_list](/docs/automate/tools/update-todo-list): Manage step-by-step task tracking
 
 ## Available Tools
 
@@ -38,47 +38,47 @@ Certain tools are accessible regardless of the current mode:
 
 These tools help Kilo Code understand your code and project:
 
-- [read_file](/docs/features/tools/read-file) - Examines the contents of files
-- [search_files](/docs/features/tools/search-files) - Finds patterns across multiple files
-- [list_files](/docs/features/tools/list-files) - Maps your project's file structure
-- [list_code_definition_names](/docs/features/tools/list-code-definition-names) - Creates a structural map of your code
+- [read_file](/docs/automate/tools/read-file) - Examines the contents of files
+- [search_files](/docs/automate/tools/search-files) - Finds patterns across multiple files
+- [list_files](/docs/automate/tools/list-files) - Maps your project's file structure
+- [list_code_definition_names](/docs/automate/tools/list-code-definition-names) - Creates a structural map of your code
 
 ### Edit Tools
 
 These tools help Kilo Code make changes to your code:
 
-- [apply_diff](/docs/features/tools/apply-diff) - Makes precise, surgical changes to your code
-- [delete_file](/docs/features/tools/delete-file) - Removes files from your workspace
-- [write_to_file](/docs/features/tools/write-to-file) - Creates new files or completely rewrites existing ones
+- [apply_diff](/docs/automate/tools/apply-diff) - Makes precise, surgical changes to your code
+- [delete_file](/docs/automate/tools/delete-file) - Removes files from your workspace
+- [write_to_file](/docs/automate/tools/write-to-file) - Creates new files or completely rewrites existing ones
 
 ### Browser Tools
 
 These tools help Kilo Code interact with web applications:
 
-- [browser_action](/docs/features/tools/browser-action) - Automates browser interactions
+- [browser_action](/docs/automate/tools/browser-action) - Automates browser interactions
 
 ### Command Tools
 
 These tools help Kilo Code execute commands:
 
-- [execute_command](/docs/features/tools/execute-command) - Runs system commands and programs
+- [execute_command](/docs/automate/tools/execute-command) - Runs system commands and programs
 
 ### MCP Tools
 
 These tools help Kilo Code connect with external services:
 
-- [use_mcp_tool](/docs/features/tools/use-mcp-tool) - Uses specialized external tools
-- [access_mcp_resource](/docs/features/tools/access-mcp-resource) - Accesses external data sources
+- [use_mcp_tool](/docs/automate/tools/use-mcp-tool) - Uses specialized external tools
+- [access_mcp_resource](/docs/automate/tools/access-mcp-resource) - Accesses external data sources
 
 ### Workflow Tools
 
 These tools help manage the conversation and task flow:
 
-- [ask_followup_question](/docs/features/tools/ask-followup-question) - Gets additional information from you
-- [attempt_completion](/docs/features/tools/attempt-completion) - Presents final results
-- [switch_mode](/docs/features/tools/switch-mode) - Changes to a different mode for specialized tasks
-- [new_task](/docs/features/tools/new-task) - Creates a new subtask
-- [update_todo_list](/docs/features/tools/update-todo-list) - Tracks task progress with step-by-step checklists
+- [ask_followup_question](/docs/automate/tools/ask-followup-question) - Gets additional information from you
+- [attempt_completion](/docs/automate/tools/attempt-completion) - Presents final results
+- [switch_mode](/docs/automate/tools/switch-mode) - Changes to a different mode for specialized tasks
+- [new_task](/docs/automate/tools/new-task) - Creates a new subtask
+- [update_todo_list](/docs/automate/tools/update-todo-list) - Tracks task progress with step-by-step checklists
 
 ## Tool Calling Mechanism
 
@@ -211,24 +211,24 @@ Tools are made available based on the current mode:
 1. **Information Gathering**
 
    ```
-   [ask_followup_question](/docs/features/tools/ask-followup-question) → [read_file](/docs/features/tools/read-file) → [search_files](/docs/features/tools/search-files)
+   [ask_followup_question](/docs/automate/tools/ask-followup-question) → [read_file](/docs/automate/tools/read-file) → [search_files](/docs/automate/tools/search-files)
    ```
 
 2. **Code Modification**
 
    ```
-   [read_file](/docs/features/tools/read-file) → [apply_diff](/docs/features/tools/apply-diff) → [attempt_completion](/docs/features/tools/attempt-completion)
+   [read_file](/docs/automate/tools/read-file) → [apply_diff](/docs/automate/tools/apply-diff) → [attempt_completion](/docs/automate/tools/attempt-completion)
    ```
 
 3. **Task Management**
 
    ```
-   [new_task](/docs/features/tools/new-task) → [switch_mode](/docs/features/tools/switch-mode) → [execute_command](/docs/features/tools/execute-command)
+   [new_task](/docs/automate/tools/new-task) → [switch_mode](/docs/automate/tools/switch-mode) → [execute_command](/docs/automate/tools/execute-command)
    ```
 
 4. **Progress Tracking**
    ```
-   [update_todo_list](/docs/features/tools/update-todo-list) → [execute_command](/docs/features/tools/execute-command) → [update_todo_list](/docs/features/tools/update-todo-list)
+   [update_todo_list](/docs/automate/tools/update-todo-list) → [execute_command](/docs/automate/tools/execute-command) → [update_todo_list](/docs/automate/tools/update-todo-list)
    ```
 
 ## Error Handling and Recovery

+ 4 - 4
packages/kilo-docs/pages/code-with-ai/agents/chat-interface.md

@@ -10,7 +10,7 @@ description: "Learn how to use the Kilo Code chat interface effectively"
 {% /callout %}
 
 {% callout type="note" title="Prefer quick completions?" %}
-If you're typing code in the editor and want AI to finish your line or block, check out [Autocomplete](/docs/basic-usage/autocomplete) instead. Chat is best for larger tasks, explanations, and multi-file changes.
+If you're typing code in the editor and want AI to finish your line or block, check out [Autocomplete](/docs/code-with-ai/features/autocomplete) instead. Chat is best for larger tasks, explanations, and multi-file changes.
 {% /callout %}
 
 ## Quick Setup
@@ -41,7 +41,7 @@ Find the Kilo Code icon ({% kilo-code-icon /%}) in VS Code's Primary Side Bar. C
 {% callout type="info" title="Chat vs Autocomplete" %}
 **Use chat** when you need to describe what you want, ask questions, or make changes across multiple files.
 
-**Use [autocomplete](/docs/basic-usage/autocomplete)** when you're already typing code and want the AI to finish your thought inline.
+**Use [autocomplete](/docs/code-with-ai/features/autocomplete)** when you're already typing code and want the AI to finish your thought inline.
 {% /callout %}
 
 ## The Chat Interface
@@ -79,13 +79,13 @@ Find the Kilo Code icon ({% kilo-code-icon /%}) in VS Code's Primary Side Bar. C
 | Assuming Kilo knows context       | Use `@` to reference specific files                                       |
 | Multiple unrelated tasks          | Submit one focused request at a time                                      |
 | Technical jargon overload         | Clear, straightforward language works best                                |
-| Using chat for tiny code changes. | Use [autocomplete](/docs/basic-usage/autocomplete) for inline completions |
+| Using chat for tiny code changes. | Use [autocomplete](/docs/code-with-ai/features/autocomplete) for inline completions |
 
 **Why it matters:** Kilo Code works best when you communicate like you're talking to a smart teammate who needs clear direction.
 
 ## Suggested Responses
 
-When Kilo Code needs more information to complete a task, it uses the [`ask_followup_question`](/docs/features/tools/ask-followup-question) tool. To make responding easier and faster, Kilo Code often provides suggested answers alongside the question.
+When Kilo Code needs more information to complete a task, it uses the [`ask_followup_question`](/docs/automate/tools/ask-followup-question) tool. To make responding easier and faster, Kilo Code often provides suggested answers alongside the question.
 
 {% image src="/docs/img/suggested-responses/suggested-responses.png" alt="Example of Kilo Code asking a question with suggested response buttons below it" width="800" caption="Suggested responses appear as clickable buttons below questions" /%}
 

+ 8 - 8
packages/kilo-docs/pages/code-with-ai/agents/free-and-budget-models.md

@@ -111,7 +111,7 @@ When you need more capability than free models provide, these options deliver ex
 **Strategic file mentions:**
 
 - Only include files directly relevant to the task
-- Use [`@folder/`](/docs/basic-usage/context-mentions) for broad context, specific files for targeted work
+- Use [`@folder/`](/docs/code-with-ai/agents/context-mentions) for broad context, specific files for targeted work
 
 ### Model Switching Strategies
 
@@ -233,7 +233,7 @@ When you need more capability than free models provide, these options deliver ex
 
 **Optimize conversation length:**
 
-- Use [Checkpoints](/docs/features/checkpoints) to reset context
+- Use [Checkpoints](/docs/code-with-ai/features/checkpoints) to reset context
 - Start fresh conversations for unrelated tasks
 - Archive completed work
 
@@ -257,19 +257,19 @@ When you need more capability than free models provide, these options deliver ex
 
 **Free tier foundation:**
 
-- [OpenRouter](/docs/providers/openrouter) - Free models
-- [Groq](/docs/providers/groq) - Fast inference for supported models
+- [OpenRouter](/docs/ai-providers/openrouter) - Free models
+- [Groq](/docs/ai-providers/groq) - Fast inference for supported models
 - [Z.ai](https://z.ai/model-api) - Provides a free model GLM-4.5-Flash
 
 **Budget tier options:**
 
-- [DeepSeek](/docs/providers/deepseek) - Excellent value models
-- [Mistral](/docs/providers/mistral) - Specialized coding models
+- [DeepSeek](/docs/ai-providers/deepseek) - Excellent value models
+- [Mistral](/docs/ai-providers/mistral) - Specialized coding models
 
 **Premium tier backup:**
 
-- [Anthropic](/docs/providers/anthropic) - Claude for complex reasoning
-- [OpenAI](/docs/providers/openai) - GPT-4 for critical tasks
+- [Anthropic](/docs/ai-providers/anthropic) - Claude for complex reasoning
+- [OpenAI](/docs/ai-providers/openai) - GPT-4 for critical tasks
 
 ## Measuring Success
 

+ 1 - 1
packages/kilo-docs/pages/code-with-ai/agents/model-selection.md

@@ -36,7 +36,7 @@ One thing that doesn't change: context window size matters for your workflow.
 - **Large codebases**: 256K+ tokens helps with cross-system understanding
 - **Massive systems**: 1M+ token models exist but effectiveness degrades at the extremes
 
-Check [our provider docs](/docs/basic-usage/connecting-providers) for specific context limits on each model.
+Check [our provider docs](/docs/ai-providers) for specific context limits on each model.
 
 {% callout type="tip" %}
 **Be thoughtful about Max Tokens settings for thinking models.** Every token you allocate to output takes away from space available to store conversation history. Consider only using high `Max Tokens` / `Max Thinking Tokens` settings with modes like Architect and Debug, and keeping Code mode at 16k max tokens or less.

+ 4 - 4
packages/kilo-docs/pages/code-with-ai/agents/orchestrator-mode.md

@@ -25,7 +25,7 @@ Orchestrator Mode (formerly known as Boomerang Tasks) allows you to break down c
 
 ## Key Considerations
 
-- **Approval Required:** By default, you must approve the creation and completion of each subtask. This can be automated via the [Auto-Approving Actions](/docs/features/auto-approving-actions#subtasks) settings if desired.
+- **Approval Required:** By default, you must approve the creation and completion of each subtask. This can be automated via the [Auto-Approving Actions](/docs/getting-started/settings/auto-approving-actions#subtasks) settings if desired.
 - **Context Isolation and Transfer:** Each subtask operates in complete isolation with its own conversation history. It does not automatically inherit the parent's context. Information must be explicitly passed:
   - **Down:** Via the initial instructions provided when the subtask is created.
   - **Up:** Via the final summary provided when the subtask finishes. Be mindful that only this summary returns to the parent.
@@ -37,6 +37,6 @@ Orchestrator Mode provides a powerful way to manage complex development workflow
 Use subtasks to maintain clarity. If a request significantly shifts focus or requires a different expertise (mode), consider creating a subtask rather than overloading the current one.
 {% /callout %}
 
-1. This context is passed via the `message` parameter of the [`new_task`](/docs/features/tools/new-task) tool.
-2. The mode for the subtask is specified via the `mode` parameter of the [`new_task`](/docs/features/tools/new-task) tool during initiation.
-3. This summary is passed via the `result` parameter of the [`attempt_completion`](/docs/features/tools/attempt-completion) tool when the subtask finishes.
+1. This context is passed via the `message` parameter of the [`new_task`](/docs/automate/tools/new-task) tool.
+2. The mode for the subtask is specified via the `mode` parameter of the [`new_task`](/docs/automate/tools/new-task) tool during initiation.
+3. This summary is passed via the `result` parameter of the [`attempt_completion`](/docs/automate/tools/attempt-completion) tool when the subtask finishes.

+ 1 - 1
packages/kilo-docs/pages/code-with-ai/features/autocomplete/index.md

@@ -114,4 +114,4 @@ If using Cursor, go to **Settings** > **Cursor Settings** > **Tab**, and toggle
 
 ## Related Features
 
-- [Code Actions](/docs/features/code-actions) - Context menu options for common coding tasks
+- [Code Actions](/docs/code-with-ai/features/code-actions) - Context menu options for common coding tasks

+ 1 - 1
packages/kilo-docs/pages/code-with-ai/features/fast-edits.md

@@ -23,7 +23,7 @@ When **Enable editing through diffs** is checked:
 2.  **Prevents Truncated Writes**: The system automatically detects and rejects attempts by the AI to write incomplete file content, which can happen with large files or complex instructions. This helps prevent corrupted files.
 
 {% callout type="note" title="Disabling Fast Edits" %}
-If you uncheck **Enable editing through diffs**, Kilo will revert to writing the entire file content for every edit using the [`write_to_file`](/docs/features/tools/write-to-file) tool, instead of applying targeted changes with [`apply_diff`](/docs/features/tools/apply-diff). This full-write approach is generally slower for modifying existing files and leads to higher token usage.
+If you uncheck **Enable editing through diffs**, Kilo will revert to writing the entire file content for every edit using the [`write_to_file`](/docs/automate/tools/write-to-file) tool, instead of applying targeted changes with [`apply_diff`](/docs/automate/tools/apply-diff). This full-write approach is generally slower for modifying existing files and leads to higher token usage.
 {% /callout %}
 
 ## Match Precision

+ 3 - 3
packages/kilo-docs/pages/code-with-ai/features/task-todo-list.md

@@ -21,7 +21,7 @@ description: "Track and manage tasks with AI-generated todo lists"
 
 **Manual triggers**:
 
-- Ask Kilo to "use the [update_todo_list tool](/docs/features/tools/update-todo-list)"
+- Ask Kilo to "use the [update_todo_list tool](/docs/automate/tools/update-todo-list)"
 - Say "create a todo list"
 
 **The bottom line**: Kilo decides what goes in the list, but you can provide feedback during approval dialogs.
@@ -30,7 +30,7 @@ description: "Track and manage tasks with AI-generated todo lists"
 
 ## How todo lists are updated
 
-Todo lists are managed with the [`update_todo_list` tool](/docs/features/tools/update-todo-list). Each time Kilo updates the list, it replaces the entire checklist with the latest view of the task.
+Todo lists are managed with the [`update_todo_list` tool](/docs/automate/tools/update-todo-list). Each time Kilo updates the list, it replaces the entire checklist with the latest view of the task.
 
 Kilo updates the list when:
 
@@ -113,7 +113,7 @@ You can disable todo lists in Settings -> Advanced -> **Enable todo list tool**.
 
 **When to use it**: Long workflows where constant interruptions slow you down.
 
-**How to enable it**: Check the [Update Todo List auto-approval settings](/docs/features/auto-approving-actions#update-todo-list).
+**How to enable it**: Check the [Update Todo List auto-approval settings](/docs/getting-started/settings/auto-approving-actions#update-todo-list).
 
 **The catch**: Less control, but faster execution.
 {% /callout %}

+ 1 - 15
packages/kilo-docs/pages/code-with-ai/platforms/cli.md

@@ -167,7 +167,7 @@ Review your code locally before pushing — catch issues early without waiting f
 Configuration is managed through:
 
 - `/connect` command for provider setup (interactive)
-- Config files in **`~/.config/kilo/`**: the CLI (Kilo CLI 1.0 from [Kilo-Org/kilo](https://github.com/Kilo-Org/kilo)) merges `config.json`, `opencode.json`, and `opencode.jsonc`. Use **`opencode.json`** (or `opencode.jsonc`) for provider, model, permission, and **MCP** settings. Restart the CLI after editing. See [Using MCP in the CLI](/automate/mcp/using-in-cli) for MCP config format.
+- Config files in **`~/.config/kilo/`**: the CLI (Kilo CLI 1.0 from [Kilo-Org/kilo](https://github.com/Kilo-Org/kilo)) merges `config.json`, `opencode.json`, and `opencode.jsonc`. Use **`opencode.json`** (or `opencode.jsonc`) for provider, model, permission, and **MCP** settings. Restart the CLI after editing. See [Using MCP in the CLI](/docs/automate/mcp/using-in-cli) for MCP config format.
 - `kilo auth` for credential management
 
 ## Slash Commands
@@ -345,20 +345,6 @@ Use `{env:VARIABLE_NAME}` syntax in config files to reference environment variab
 
 For full details on all configuration options including compaction, file watchers, plugins, and experimental features, see the [OpenCode Config documentation](https://opencode.ai/docs/config).
 
-## Config reference for providers
-
-Kilo gives you the ability to bring your own keys for a number of model providers and AI gateways, like OpenRouter and Vercel AI Gateway. Each provider has unique configuration options and some let you set environment variables.
-
-You can reference the [Provider Configuration Guide](https://github.com/Kilo-Org/kilocode/blob/main/cli/docs/PROVIDER_CONFIGURATION.md) for examples (same config format; for Kilo CLI 1.0 the file is `~/.config/kilo/opencode.json`). You can also run:
-
-`kilo config`
-
-to complete configuration with an interactive workflow on the command line.
-
-{% callout type="tip" %}
-You can also use the `/config` slash command during an interactive session, which is equivalent to running `kilocode config`.
-{% /callout %}
-
 ## Interactive Mode
 
 Interactive mode is the default mode when running Kilo Code without the `--auto` flag, designed to work interactively with a user through the console.

+ 4 - 4
packages/kilo-docs/pages/collaborate/adoption-dashboard/for-team-leads.md

@@ -71,7 +71,7 @@ Low Depth indicates that developers may be trying AI but not trusting or shippin
 
 **Actions:**
 
-1. Enable [Managed Indexing](/docs/advanced-usage/managed-indexing) to improve context quality
+1. Enable [Managed Indexing](/docs/deploy-secure/managed-indexing) to improve context quality
 2. Review whether suggestions are relevant to your codebase
 3. Introduce chained workflows to increase multi-stage usage
 
@@ -235,6 +235,6 @@ Additional views for comparing multiple teams within an organization are planned
 
 ## Next Steps
 
-- [Understand what each dimension measures](/docs/plans/adoption-dashboard/understanding-your-score)
-- [Learn strategies to improve your score](/docs/plans/adoption-dashboard/improving-your-score)
-- [Return to the dashboard overview](/docs/plans/adoption-dashboard/overview)
+- [Understand what each dimension measures](/docs/collaborate/adoption-dashboard/understanding-your-score)
+- [Learn strategies to improve your score](/docs/collaborate/adoption-dashboard/improving-your-score)
+- [Return to the dashboard overview](/docs/collaborate/adoption-dashboard/overview)

+ 4 - 4
packages/kilo-docs/pages/collaborate/adoption-dashboard/improving-your-score.md

@@ -73,7 +73,7 @@ Linking coding → review → deploy actions significantly boosts your Depth sco
 
 If acceptance rates are low, the issue is often context. The AI is making suggestions without understanding your codebase.
 
-**Action:** Enable [Managed Indexing](/docs/advanced-usage/managed-indexing) to give the model vector-backed search across your repository.
+**Action:** Enable [Managed Indexing](/docs/deploy-secure/managed-indexing) to give the model vector-backed search across your repository.
 
 Better context leads to:
 
@@ -86,7 +86,7 @@ Better context leads to:
 
 Generated code that never runs is hard to trust. Teams that can verify AI output against live environments tend to retain more of that code long-term.
 
-**Action:** Use [Kilo Deploy](/docs/advanced-usage/deploy) to spin up live URLs for branches, allowing your team to verify changes before merging.
+**Action:** Use [Kilo Deploy](/docs/deploy-secure/deploy) to spin up live URLs for branches, allowing your team to verify changes before merging.
 
 ---
 
@@ -190,5 +190,5 @@ Other ways to spread usage:
 
 ## Next Steps
 
-- [Use the dashboard for team leadership](/docs/plans/adoption-dashboard/for-team-leads)
-- [Return to the dashboard overview](/docs/plans/adoption-dashboard/overview)
+- [Use the dashboard for team leadership](/docs/collaborate/adoption-dashboard/for-team-leads)
+- [Return to the dashboard overview](/docs/collaborate/adoption-dashboard/overview)

+ 3 - 3
packages/kilo-docs/pages/collaborate/adoption-dashboard/overview.md

@@ -92,6 +92,6 @@ Click on any dimension card to view detailed analysis and improvement suggestion
 
 ## Next Steps
 
-- [Understand what each dimension measures](/docs/plans/adoption-dashboard/understanding-your-score)
-- [Learn strategies to improve your score](/docs/plans/adoption-dashboard/improving-your-score)
-- [Use the dashboard for team leadership](/docs/plans/adoption-dashboard/for-team-leads)
+- [Understand what each dimension measures](/docs/collaborate/adoption-dashboard/understanding-your-score)
+- [Learn strategies to improve your score](/docs/collaborate/adoption-dashboard/improving-your-score)
+- [Use the dashboard for team leadership](/docs/collaborate/adoption-dashboard/for-team-leads)

+ 2 - 2
packages/kilo-docs/pages/collaborate/adoption-dashboard/understanding-your-score.md

@@ -147,5 +147,5 @@ Individual scores are most useful for personal development and self-assessment,
 
 ## Next Steps
 
-- [Learn strategies to improve each dimension](/docs/plans/adoption-dashboard/improving-your-score)
-- [Use the dashboard for team leadership](/docs/plans/adoption-dashboard/for-team-leads)
+- [Learn strategies to improve each dimension](/docs/collaborate/adoption-dashboard/improving-your-score)
+- [Use the dashboard for team leadership](/docs/collaborate/adoption-dashboard/for-team-leads)

+ 2 - 2
packages/kilo-docs/pages/collaborate/enterprise/audit-logs.md

@@ -46,5 +46,5 @@ Here is the list of all events included in the Kilo Code audit logs:
 - Organization: Create, Settings Change, Purchase Credits
 - Organization Member: Remove, Change Role
 - User: Login, Logout, Accept Invite, Send Invite, Revoke Invite
-- [Custom Modes](/docs/plans/custom-modes): Create, Update, Delete
-- [SSO](/docs/plans/enterprise/SSO) (Enterprise Only): Auto Provision, Set Domain, Remove Domain
+- [Custom Modes](/docs/collaborate/teams/custom-modes-org): Create, Update, Delete
+- [SSO](/docs/collaborate/enterprise/sso) (Enterprise Only): Auto Provision, Set Domain, Remove Domain

+ 5 - 5
packages/kilo-docs/pages/collaborate/enterprise/migration.md

@@ -57,7 +57,7 @@ Switch to **Kilo Teams** or **Kilo Enterprise** from other AI coding tools and e
 
 **Step 2: Kilo Setup**
 
-1. **Create organization** at [app.kilocode.com](https://app.kilocode.com)
+1. **Create organization** at [app.kilo.ai](https://app.kilo.ai)
 2. **Subscribe to Teams ($15/user/month)** or **Enterprise ([Contact Sales](https://kilo.ai/contact-sales))**
 3. **Configure team settings** and usage policies
 4. **Purchase initial AI credits** based on usage estimates
@@ -355,7 +355,7 @@ Kilo Code also supports mode-specific rules (`.kilocode/rules-{mode}/`), which C
 - **Discord:** Join our migration support channel
 - **Consultation:** Schedule free migration planning call
 - **Documentation:**
-  - [Business migration guide](/docs/plans/migration) (this page)
+  - [Business migration guide](/docs/collaborate/enterprise/migration) (this page)
   - [Technical migration guide](/docs/getting-started/migrating) (rules and configurations)
 
 ## Success Stories
@@ -383,9 +383,9 @@ Kilo Code also supports mode-specific rules (`.kilocode/rules-{mode}/`), which C
 
 ## Next Steps
 
-- [Get started with your team](/docs/plans/getting-started)
-- [Explore team management features](/docs/plans/team-management)
-- [Understand billing and pricing](/docs/plans/billing)
+- [Get started with your team](/docs/collaborate/teams/getting-started)
+- [Explore team management features](/docs/collaborate/teams/team-management)
+- [Understand billing and pricing](/docs/collaborate/teams/billing)
 - [Migrate your rules and configurations](/docs/getting-started/migrating) (technical guide)
 
 Ready to make the switch? Contact our migration team at [email protected] to plan your transition to transparent AI coding.

+ 2 - 2
packages/kilo-docs/pages/collaborate/enterprise/sso.md

@@ -41,5 +41,5 @@ Fill in your contact information and someone from our team will reach out soon t
 After enabling SSO:
 
 - Invite new users with their company email domain.
-- Manage team access and roles from the **[Organization](/docs/plans/dashboard)** tab.
-- View user activity across the team in the **[Audit Logs](/docs/plans/enterprise/audit-logs)** tab
+- Manage team access and roles from the **[Organization](/docs/collaborate/adoption-dashboard/overview)** tab.
+- View user activity across the team in the **[Audit Logs](/docs/collaborate/enterprise/audit-logs)** tab

+ 4 - 4
packages/kilo-docs/pages/collaborate/index.md

@@ -48,10 +48,10 @@ Enterprise features for large organizations:
 
 Understand how your team is using AI:
 
-- [**Overview**](/docs/collaborate/adoption-dashboard/overview) — AI Adoption Score introduction
-- [**For Team Leads**](/docs/collaborate/adoption-dashboard/for-team-leads) — Using adoption metrics
-- [**Improving Your Score**](/docs/collaborate/adoption-dashboard/improving-your-score) — Tips to boost adoption
-- [**Understanding Your Score**](/docs/collaborate/adoption-dashboard/understanding-your-score) — How the score is calculated
+- [**Overview**](/docs/collaborate/adoption-dashboard//overview) — AI Adoption Score introduction
+- [**For Team Leads**](/docs/collaborate/adoption-dashboard//for-team-leads) — Using adoption metrics
+- [**Improving Your Score**](/docs/collaborate/adoption-dashboard//improving-your-score) — Tips to boost adoption
+- [**Understanding Your Score**](/docs/collaborate/adoption-dashboard//understanding-your-score) — How the score is calculated
 
 ## Get Started with Teams
 

+ 2 - 2
packages/kilo-docs/pages/collaborate/teams/analytics.md

@@ -129,7 +129,7 @@ All costs are displayed in USD with detailed precision, helping you:
 
 ## Next Steps
 
-- [Manage team billing settings](/docs/plans/billing)
-- [Configure team roles and permissions](/docs/plans/team-management)
+- [Manage team billing settings](/docs/collaborate/teams/billing)
+- [Configure team roles and permissions](/docs/collaborate/teams/team-management)
 
 The usage analytics provide the insights needed to optimize your team's AI usage while maintaining visibility into costs and activity patterns.

+ 6 - 6
packages/kilo-docs/pages/collaborate/teams/billing.md

@@ -21,7 +21,7 @@ Organization Owners can purchase Kilo credits on the [Organization dashboard](ht
 
 Organization credits are purchased on behalf of all users in the organization. Every member of the organization can use the credits in the organization's balance with the Kilo Code model provider.
 
-Using organization credits works exactly like spending [individual credits](/docs/basic-usage/adding-credits), except that the credits come from the organization's credit balance, rather than the individuals.
+Using organization credits works exactly like spending [individual credits](/docs/getting-started/adding-credits), except that the credits come from the organization's credit balance, rather than the individuals.
 
 ### Buying Organization Credits
 
@@ -47,7 +47,7 @@ You can remove empty seats at any time. Your next payment will reflect the small
 
 Your next billing date will not change.
 
-To fill empty seats or remove members ahead of seat deletion, see the [team management](/docs/plans/team-management) page.
+To fill empty seats or remove members ahead of seat deletion, see the [team management](/docs/collaborate/teams/team-management) page.
 
 ### Adding Seats
 
@@ -64,7 +64,7 @@ To fill empty seats or remove members ahead of seat deletion, see the [team mana
 3. **Select seats to remove** (must remove team members first)
 4. **Confirm reduction**
 
-To fill empty seats or remove members ahead of seat deletion, see the [team management](/docs/plans/team-management) page.
+To fill empty seats or remove members ahead of seat deletion, see the [team management](/docs/collaborate/teams/team-management) page.
 
 ## Invoices
 
@@ -81,6 +81,6 @@ If payment fails repeatedly:
 
 ## Next Steps
 
-- [Explore usage analytics](/docs/plans/analytics)
-- [Learn about team roles and permissions](/docs/plans/team-management)
-- [Learn about team management](/docs/plans/team-management)
+- [Explore usage analytics](/docs/collaborate/teams/analytics)
+- [Learn about team roles and permissions](/docs/collaborate/teams/team-management)
+- [Learn about team management](/docs/collaborate/teams/team-management)

+ 3 - 3
packages/kilo-docs/pages/collaborate/teams/dashboard.md

@@ -162,6 +162,6 @@ Manage your Kilo Teams plan and seat allocation.
 
 ## Next Steps
 
-- [Learn about team management](/docs/plans/team-management)
-- [Understand billing and credits](/docs/plans/billing)
-- [Explore usage analytics](/docs/plans/analytics)
+- [Learn about team management](/docs/collaborate/teams/team-management)
+- [Understand billing and credits](/docs/collaborate/teams/billing)
+- [Explore usage analytics](/docs/collaborate/teams/analytics)

+ 3 - 3
packages/kilo-docs/pages/collaborate/teams/getting-started.md

@@ -76,6 +76,6 @@ You can find the dedicated Teams support methods directly on your Organization's
 
 ## Next Steps
 
-- [Learn about team roles and permissions](/docs/plans/team-management)
-- [Explore the dashboard features](/docs/plans/dashboard)
-- [Set up team management policies](/docs/plans/team-management)
+- [Learn about team roles and permissions](/docs/collaborate/teams/team-management)
+- [Explore the dashboard features](/docs/collaborate/adoption-dashboard/overview)
+- [Set up team management policies](/docs/collaborate/teams/team-management)

+ 4 - 4
packages/kilo-docs/pages/collaborate/teams/team-management.md

@@ -11,7 +11,7 @@ Owners have full administrative oversight including billing, seat allocation, an
 
 Only Owners can conduct team management activities.
 
-Members can use the Kilo Code extension and see data on the team's usage in the [usage dashboard](/docs/plans/analytics).
+Members can use the Kilo Code extension and see data on the team's usage in the [usage dashboard](/docs/collaborate/teams/analytics).
 
 ## Adding Team Members
 
@@ -53,8 +53,8 @@ The Organization tab shows:
 
 ## Next Steps
 
-- [Understand billing and credits](/docs/plans/billing)
-- [Explore usage analytics](/docs/plans/analytics)
-- [Learn about team roles and permissions](/docs/plans/team-management)
+- [Understand billing and credits](/docs/collaborate/teams/billing)
+- [Explore usage analytics](/docs/collaborate/teams/analytics)
+- [Learn about team roles and permissions](/docs/collaborate/teams/team-management)
 
 Effective team management ensures your organization maximizes the benefits of AI-assisted development while maintaining cost control and security.

+ 1 - 1
packages/kilo-docs/pages/contributing/architecture/index.md

@@ -144,4 +144,4 @@ The project uses:
 ## Further Reading
 
 - [Development Environment](/docs/contributing/development-environment) - Setup guide
-- [Tools Reference](/docs/features/tools/tool-use-overview) - Available tools
+- [Tools Reference](/docs/automate/tools) - Available tools

+ 1 - 1
packages/kilo-docs/pages/contributing/index.md

@@ -141,7 +141,7 @@ If you need help with your contribution:
 
 - Join our [Discord community](https://kilo.ai/discord) for real-time support
 - Ask questions on [GitHub Discussions](https://github.com/Kilo-Org/kilocode/discussions)
-- Visit our [Reddit community](https://www.reddit.com/r/KiloCode)
+- Visit our [Reddit community](https://www.reddit.com/r/kilocode)
 
 ## Recognition
 

+ 2 - 2
packages/kilo-docs/pages/customize/context/context-condensing.md

@@ -74,7 +74,7 @@ You can configure context condensing thresholds and behavior on a per-profile ba
 ### Maintaining Context Quality
 
 - **Be specific in your initial task**: A clear task description helps create better summaries
-- **Use Memory Bank**: Combine with [Memory Bank](/docs/customize/context/memory-bank) for persistent project context that doesn't need to be condensed
+- **Use AGENTS.md**: Combine with [AGENTS.md](/docs/customize/agents-md) for persistent project context that doesn't need to be condensed
 - **Review the summary**: After condensing, the summary is visible in your chat history
 
 ## Troubleshooting
@@ -97,6 +97,6 @@ If the condensed summary doesn't capture important details:
 
 ## Related Features
 
-- [Memory Bank](/docs/customize/context/memory-bank) - Persistent context storage across sessions
+- [AGENTS.md](/docs/customize/agents-md) - Persistent context storage across sessions
 - [Large Projects](/docs/customize/context/large-projects) - Managing context for large codebases
 - [Codebase Indexing](/docs/customize/context/codebase-indexing) - Efficient code search and retrieval

+ 1 - 1
packages/kilo-docs/pages/customize/custom-instructions.md

@@ -56,4 +56,4 @@ Older naming like `.clinerules-{mode-slug}` is not the recommended path for curr
 - [Custom Modes](/docs/customize/custom-modes)
 - [Custom Rules](/docs/customize/custom-rules)
 - [Settings Management](/docs/getting-started/settings)
-- [Auto-Approval Settings](/docs/features/auto-approving-actions)
+- [Auto-Approval Settings](/docs/getting-started/settings/auto-approving-actions)

+ 1 - 1
packages/kilo-docs/pages/customize/custom-rules.md

@@ -221,4 +221,4 @@ If your custom rules aren't being properly followed:
 - [Custom Modes](/docs/customize/custom-modes)
 - [Custom Instructions](/docs/customize/custom-instructions)
 - [Settings Management](/docs/getting-started/settings)
-- [Auto-Approval Settings](/docs/features/auto-approving-actions)
+- [Auto-Approval Settings](/docs/getting-started/settings/auto-approving-actions)

+ 1 - 1
packages/kilo-docs/pages/customize/index.md

@@ -27,7 +27,7 @@ Help Kilo understand your codebase better:
 
 - [**Codebase Indexing**](/docs/customize/context/codebase-indexing) - Build a semantic index of your code for better context awareness
 - [**Context Condensing**](/docs/customize/context/context-condensing) - Summarize older context to stay within limits
-- [**Memory Bank**](/docs/customize/context/memory-bank) - Store project context, decisions, and important information
+- [**AGENTS.md**](/docs/customize/agents-md) - Store project context, decisions, and important information
 - [**Large Projects**](/docs/customize/context/large-projects) - Best practices for working with monorepos and large codebases
 
 ## Getting Started

+ 1 - 1
packages/kilo-docs/pages/customize/prompt-engineering.md

@@ -13,7 +13,7 @@ Prompt engineering is the art of crafting effective instructions for AI models l
   - **Bad:** Fix the code.
   - **Good:** Fix the bug in the `calculateTotal` function that causes it to return incorrect results.
 
-- **Provide Context:** Use [Context Mentions](/docs/basic-usage/context-mentions) to refer to specific files, folders, or problems.
+- **Provide Context:** Use [Context Mentions](/docs/code-with-ai/agents/context-mentions) to refer to specific files, folders, or problems.
   - **Good:** `@/src/utils.ts` Refactor the `calculateTotal` function to use async/await.
 
 - **Break Down Tasks:** Divide complex tasks into smaller, well-defined steps.

+ 2 - 2
packages/kilo-docs/pages/customize/workflows.md

@@ -26,10 +26,10 @@ Workflows are markdown files stored in `.kilocode/workflows/`:
 
 Workflows can leverage:
 
-- [Built-in tools](/docs/features/tools/tool-use-overview): [`read_file()`](/docs/features/tools/read-file), [`search_files()`](/docs/features/tools/search-files), [`execute_command()`](/docs/features/tools/execute-command)
+- [Built-in tools](/docs/automate/tools): [`read_file()`](/docs/automate/tools/read-file), [`search_files()`](/docs/automate/tools/search-files), [`execute_command()`](/docs/automate/tools/execute-command)
 - CLI tools: `gh`, `docker`, `npm`, custom scripts
 - [MCP integrations](/docs/automate/mcp/overview): Slack, databases, APIs
-- [Mode switching](/docs/code-with-ai/agents/using-modes): [`new_task()`](/docs/features/tools/new-task) for specialized contexts
+- [Mode switching](/docs/code-with-ai/agents/using-modes): [`new_task()`](/docs/automate/tools/new-task) for specialized contexts
 
 ## Common Workflow Patterns
 

+ 3 - 3
packages/kilo-docs/pages/getting-started/quickstart.md

@@ -9,7 +9,7 @@ description: "Get up and running with Kilo Code in minutes"
 
 {% youtube url="https://www.youtube.com/watch?v=pO7zRLQS-p0" caption="This quick tour shows how Kilo Code handles a simple request from start to finish" /%}
 
-After you [set up Kilo Code](/docs/getting-started/setting-up), follow these steps:
+After you [set up Kilo Code](/docs/getting-started/setup-authentication), follow these steps:
 
 ## Step by Step Guide
 
@@ -30,7 +30,7 @@ Type a clear, concise description of what you want Kilo Code to do in the chat b
 No special commands or syntax needed—just use plain English.
 
 {% callout type="tip" title="Optional: Try Autocomplete" collapsed=true %}
-While chat is great for complex tasks, Kilo Code also offers **inline autocomplete** for quick code suggestions. Open any code file, start typing, and watch for ghost text suggestions. Press `Tab` to accept. [Learn more about Autocomplete →](/docs/basic-usage/autocomplete)
+While chat is great for complex tasks, Kilo Code also offers **inline autocomplete** for quick code suggestions. Open any code file, start typing, and watch for ghost text suggestions. Press `Tab` to accept. [Learn more about Autocomplete →](/docs/code-with-ai/features/autocomplete)
 {% /callout %}
 
 {% image src="/docs/img/your-first-task/your-first-task-6.png" alt="Typing a task in the Kilo Code chat interface" width="500" caption="Enter your task in natural language - no special syntax required." /%}
@@ -57,7 +57,7 @@ Kilo Code analyzes your request and proposes specific actions. These may include
 {% callout type="tip" %}
 The level of autonomy is configurable, allowing you to make the agent more or less autonomous.
 
-You can learn more about [using modes](/docs/code-with-ai/agents/using-modes) and [auto-approving actions](/docs/features/auto-approving-actions).
+You can learn more about [using modes](/docs/code-with-ai/agents/using-modes) and [auto-approving actions](/docs/getting-started/settings/auto-approving-actions).
 {% /callout %}
 
 ### Step 5: Iterate

+ 1 - 1
packages/kilo-docs/pages/getting-started/rate-limits-and-costs.md

@@ -46,6 +46,6 @@ If you set the rate limit to 10 seconds, Kilo Code will wait at least 10 seconds
 - **Use Custom Instructions:** Provide custom instructions to guide Kilo Code's behavior and reduce the need for lengthy explanations in each prompt.
 - **Choose the Right Model:** Some models are more cost-effective than others. Consider using a smaller, faster model for tasks that don't require the full power of a larger model.
 - **Use Modes:** Different modes can access different tools, for example `Architect` can't modify code, which makes it a safe choice when analyzing a complex codebase, without worrying about accidentally allowing expensive operations.
-- **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in Settings > Agent Behaviour > MCP Servers](/automate/mcp/overview) to significantly reduce the size of the system prompt and save tokens.
+- **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in Settings > Agent Behaviour > MCP Servers](/docs/automate/mcp/overview) to significantly reduce the size of the system prompt and save tokens.
 
 By understanding and managing your API usage, you can use Kilo Code effectively and efficiently.

+ 5 - 5
packages/kilo-docs/pages/getting-started/settings/auto-cleanup.md

@@ -41,7 +41,7 @@ Every task is automatically classified into one of these categories:
 
 #### Understanding Task Completion
 
-A task is considered "completed" when Kilo Code uses the [`attempt_completion`](/automate/tools/attempt-completion) tool to formally mark it as finished. Tasks without this completion marker are classified as incomplete, even if you consider them done. This distinction helps clean up abandoned or experimental tasks more aggressively.
+A task is considered "completed" when Kilo Code uses the [`attempt_completion`](/docs/automate/tools/attempt-completion) tool to formally mark it as finished. Tasks without this completion marker are classified as incomplete, even if you consider them done. This distinction helps clean up abandoned or experimental tasks more aggressively.
 
 ### Cleanup Process
 
@@ -102,7 +102,7 @@ Default: 30 days
 Minimum: 1 day
 ```
 
-Tasks successfully completed via the [`attempt_completion`](/automate/tools/attempt-completion) tool are retained for this period. These tasks typically represent finished work that may still be useful for reference.
+Tasks successfully completed via the [`attempt_completion`](/docs/automate/tools/attempt-completion) tool are retained for this period. These tasks typically represent finished work that may still be useful for reference.
 
 #### Incomplete Tasks
 
@@ -240,9 +240,9 @@ Task data is stored in your VS Code global storage location:
 
 ## Related Features
 
-- [**Checkpoints**](/code-with-ai/features/checkpoints): Version control for tasks that can be restored
-- [**Settings Management**](/getting-started/settings): Export/import settings including cleanup configuration
-- [**Task History**](/code-with-ai/agents/chat-interface): Managing and organizing your task history
+- [**Checkpoints**](/docs/code-with-ai/features/checkpoints): Version control for tasks that can be restored
+- [**Settings Management**](/docs/getting-started/settings): Export/import settings including cleanup configuration
+- [**Task History**](/docs/code-with-ai/agents/chat-interface): Managing and organizing your task history
 
 ## Frequently Asked Questions
 

+ 1 - 1
packages/kilo-docs/pages/getting-started/setup-authentication.md

@@ -47,7 +47,7 @@ These are just a few examples! Kilo Code supports many more providers including
 
 ### ChatGPT Plus/Pro Subscription
 
-Already have a ChatGPT subscription? You can use it with Kilo Code through the [OpenAI ChatGPT provider](/docs/providers/openai-chatgpt-plus-pro)—no API key needed.
+Already have a ChatGPT subscription? You can use it with Kilo Code through the [OpenAI ChatGPT provider](/docs/ai-providers/openai-chatgpt-plus-pro)—no API key needed.
 
 ### OpenRouter