fix(web): add web search CLI config schema - #4798
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryFollow-up commit flips the Files Reviewed (2 files)
Previous Review Summary (commit 76fb8db)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 76fb8db)Status: No Issues Found | Recommendation: Merge Executive SummarySmall, well-scoped addition of the Files Reviewed (2 files)
Reviewed by claude-sonnet-5 · Input: 22 · Output: 3.9K · Cached: 433.6K Review guidance: REVIEW.md from base branch |
johnnyeric
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the top-level
web_searchoption to the public Kilo CLI JSON Schema served fromapp.kilo.ai/config.json. It defaults tofalse, matching the existing managed-provider-only behavior; users opt in to third-party-provider search withweb_search: true.This endpoint is an editor-validation schema overlay, not a Cloud settings surface. Without this entry, users configuring the option introduced by Kilo-Org/kilocode#12369 receive a false unknown-property warning from
$schemavalidation.Companion to Kilo-Org/kilocode#12369