mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
Merge pull request #13159 from Kilo-Org/docs/code-reviews-remove-max-review-time
docs(kilo-docs): remove maximum review time setting from Code Reviews
This commit is contained in:
@@ -39,7 +39,6 @@ The GitHub App requests the following permissions:
|
||||
- **Review Style** — Strict, Balanced, or Lenient
|
||||
- **Repository Selection** — All repositories or select specific ones
|
||||
- **Focus Areas** — Security, performance, bugs, style, testing, documentation
|
||||
- **Max Review Time** — 5 to 30 minutes
|
||||
- **Use REVIEW.md** — Load repository-specific review guidance, including sub-agent usage, from the base branch
|
||||
4. Click **Save Configuration**
|
||||
|
||||
@@ -93,7 +92,7 @@ The repository list is synced from GitHub and can be refreshed from the configur
|
||||
|
||||
- Check the Code Reviews page for error details on specific reviews
|
||||
- Ensure you have sufficient Kilo Code credits
|
||||
- Very large PRs may time out — try increasing the max review time
|
||||
- Very large PRs may time out — consider splitting the change into smaller PRs
|
||||
|
||||
### The GitHub App is missing permissions
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ Once connected, return here to configure the Review Agent.
|
||||
- **Review Style** — Strict, Balanced, or Lenient
|
||||
- **Repository Selection** — All repositories or select specific ones
|
||||
- **Focus Areas** — Security, performance, bugs, style, testing, documentation
|
||||
- **Max Review Time** — 5 to 30 minutes
|
||||
- **Use REVIEW.md** — Load repository-specific review guidance, including sub-agent usage, from the base branch
|
||||
4. Click **Save Configuration**
|
||||
|
||||
@@ -120,7 +119,7 @@ You need **Maintainer role** on the GitLab project. Both webhook creation and bo
|
||||
|
||||
- Check the Code Reviews page for error details
|
||||
- Ensure you have sufficient Kilo Code credits
|
||||
- Large MRs may time out — increase the max review time setting
|
||||
- Large MRs may time out — consider splitting the change into smaller MRs
|
||||
|
||||
### No projects listed after connecting
|
||||
|
||||
|
||||
@@ -45,8 +45,7 @@ Before enabling Code Reviews:
|
||||
4. Select a **Review Style** — Strict, Balanced, or Lenient.
|
||||
5. Choose which **repositories** should receive automatic reviews.
|
||||
6. Optionally select **Focus Areas** such as security, performance, bugs, style, testing, or documentation.
|
||||
7. Set a **maximum review time** (5–30 minutes).
|
||||
8. Optionally enable **Use REVIEW.md** and add a `REVIEW.md` file at the repository root to shape how the agent reviews your code.
|
||||
7. Optionally enable **Use REVIEW.md** and add a `REVIEW.md` file at the repository root to shape how the agent reviews your code.
|
||||
|
||||
Once configured, the Review Agent runs automatically on PR/MR events. For platform-specific setup, see:
|
||||
|
||||
@@ -154,8 +153,7 @@ When a pull request or merge request is opened or updated:
|
||||
- Summary findings
|
||||
- Suggested fixes
|
||||
- Risk and severity tagging
|
||||
5. Reviews respect the **maximum time limit** you set.
|
||||
6. Only repositories you’ve selected will trigger automatic analysis.
|
||||
5. Only repositories you’ve selected will trigger automatic analysis.
|
||||
|
||||
Reviews are posted directly in your platform (GitHub or GitLab) as if coming from a team reviewer.
|
||||
|
||||
@@ -235,7 +233,7 @@ The Review Agent is ideal for:
|
||||
|
||||
## Limitations and Guidance
|
||||
|
||||
- Reviews can run for **up to 30 minutes** depending on your setting.
|
||||
- Reviews are subject to a fixed time limit — consider splitting very large PRs into smaller ones.
|
||||
- The agent reviews **only the changed files**, not the entire repository.
|
||||
- Some highly dynamic or domain-specific code may require additional context in `REVIEW.md`.
|
||||
- The agent will only run on **selected repositories**.
|
||||
|
||||
Reference in New Issue
Block a user