Skip to content

docs(kilo-docs): remove maximum review time setting from Code Reviews - #13159

Merged
chrarnoldus merged 2 commits into
mainfrom
docs/code-reviews-remove-max-review-time
Aug 17, 2026
Merged

docs(kilo-docs): remove maximum review time setting from Code Reviews#13159
chrarnoldus merged 2 commits into
mainfrom
docs/code-reviews-remove-max-review-time

Conversation

@chrarnoldus

Copy link
Copy Markdown
Collaborator

Issue

Fixes #13147

Context

The maximum review time setting was removed server-side (Kilo-Org/cloud#3470, fix(code-reviews): remove unused time setting): the slider was removed from the configuration form and maxReviewTimeMinutes was dropped from the API schemas and DB config. The Code Reviews docs still described this setting, which is why users can no longer find it in the dashboard.

Implementation

Removed all references to the maximum review time setting from the Code Reviews docs:

  • overview.md: dropped the "Set a maximum review time (5–30 minutes)" Getting Started step, the "Reviews respect the maximum time limit you set" item in How Code Reviews Work, and replaced the "up to 30 minutes depending on your setting" limitation with a note about a fixed time limit
  • github.md / gitlab.md: removed the "Max Review Time — 5 to 30 minutes" configuration bullet and rewrote the troubleshooting tips that suggested increasing the max review time to instead suggest splitting large PRs/MRs

Screenshots / Video

N/A — docs text-only change.

How to Test

Manual/local verification

  • Ran bun run script/check-md-table-padding.ts — 393 files checked, no padded tables found (agent)
  • Verified with grep that no references to "max(imum) review time" remain in packages/kilo-docs/pages/automate/code-reviews/ (agent)

Reviewer test steps

  1. Read the changed pages and confirm no mention of a configurable maximum review time remains
  2. Compare the described Code Reviews settings with the current app.kilo.ai/code-reviews form

Blocked checks and substitute verification

  • None

Checklist

  • Issue linked above, or exception explained
  • Tests/verification described
  • Screenshots/video included for visual changes, or marked N/A
  • Changeset considered for user-facing changes (docs-only, kilo-docs is not a versioned package — no changeset needed)
  • I personally reviewed the diff and can explain the changes, including any AI-assisted work.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@chrarnoldus chrarnoldus self-assigned this Aug 17, 2026
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs (docs-staging) Ready Ready Preview Aug 17, 2026 9:43am

Request Review

@kilo-code-bot

kilo-code-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Docs-only change that consistently removes all references to the configurable maximum review time setting from the Code Reviews pages. Verified no max(imum) review time references remain in the code-reviews docs section, and list renumbering after removals is correct.

Files Reviewed (3 files)
  • packages/kilo-docs/pages/automate/code-reviews/github.md
  • packages/kilo-docs/pages/automate/code-reviews/gitlab.md
  • packages/kilo-docs/pages/automate/code-reviews/overview.md

Reviewed by kimi-k3 · Input: 64.7K · Output: 2.5K · Cached: 112.1K

Review guidance: REVIEW.md from base branch main

@chrarnoldus
chrarnoldus merged commit 9d27403 into main Aug 17, 2026
25 checks passed
@chrarnoldus
chrarnoldus deleted the docs/code-reviews-remove-max-review-time branch August 17, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maximum review time

2 participants