Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hasUserByokAvailable
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add the following section to the existing BYOK documentation after the section explaining how to configure BYOK providers:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: File content is a leftover generation prompt ("Add the following section to the existing BYOK documentation...") plus a bare ---, not actual documentation. Also, this file lives at the repository root with a non-descriptive name (hasUserByokAvailable) rather than under packages/kilo-docs/. Publishing this would expose instruction text to readers. Replace with real BYOK docs content or remove the file.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


---
3 changes: 3 additions & 0 deletions packages/kilo-docs/code-with-ai/platforms/github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add the following section to the existing `packages/kilo-docs/code-with-ai/platforms/github.md` file, after the installation/setup instructions and before any troubleshooting section:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: File content is a leftover instruction prompt, not actual documentation

This new file's entire body is Add the following section to the existing ... file, after the installation/setup instructions and before any troubleshooting section: followed by a bare ---. That reads like a generation prompt that was written into the file instead of being executed against it. It is also self-contradictory: the diff is new file mode, yet the text references "the existing" file. If this merges, the published docs page will show this instruction text to readers.

This looks like the daily-sync automation misfired. Please replace the file body with the actual GitHub platform documentation section (or revert if nothing was intended to ship), and add a trailing newline.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


---
10 changes: 10 additions & 0 deletions packages/kilo-docs/collaborate/enterprise/model-access-controls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```markdown

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: This new docs file is in the wrong location and still contains fenced prompt-style content

packages/kilo-docs/pages/collaborate/enterprise/model-access-controls.md already exists and is the page wired into the docs site, but this PR adds a second file at packages/kilo-docs/collaborate/enterprise/model-access-controls.md outside the pages/ tree. That means /docs/collaborate/enterprise/model-access-controls will keep serving the existing page and ignore this new content entirely. The opening ```markdown fence at line 1 would also prevent frontmatter parsing if this content were moved into pages/, so the generated output still needs cleanup before it can replace the real doc.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

---
title: "Model Access Controls"
description: "Configure provider and model access controls for your Enterprise organization in Kilo Code."
sidebar_label: Model Access Controls
---

# Model Access Controls

Enterprise organizations can control which AI providers and models their team members can access through Kilo Code. This helps organizations enforce compliance policies, manage costs, and ensure appropriate model usage.
3 changes: 3 additions & 0 deletions packages/kilo-docs/getting-started/byok.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add the following section to the existing BYOK documentation after the section explaining how to configure BYOK providers:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: File content is a leftover generation prompt ("Add the following section to the existing BYOK documentation after the section explaining how to configure BYOK providers:") plus a bare ---, not actual documentation. The file is marked new file mode yet the prompt references "the existing" documentation, which is self-contradictory. Publishing this would expose instruction text to readers. Replace with real BYOK documentation content or remove the file.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


---
3 changes: 3 additions & 0 deletions packages/kilo-docs/getting-started/migrating.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add the following section to the existing `packages/kilo-docs/getting-started/migrating.md` file:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: File content is a leftover generation prompt ("Add the following section to the existing ... file:") followed by an opening ```markdown fence with no content and no closing fence. This is not actual documentation — it's the instruction that was meant to produce the docs, mistakenly committed instead of the generated output. The file also has no trailing newline.

Recommend replacing this with the intended migrating.md content (or removing the file) before merge.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


```markdown
Loading