Skip to content

feat(config): recognize the prompt-training model filter#3989

Open
chrarnoldus wants to merge 2 commits into
mainfrom
sync-prompt-training-model-schema
Open

feat(config): recognize the prompt-training model filter#3989
chrarnoldus wants to merge 2 commits into
mainfrom
sync-prompt-training-model-schema

Conversation

@chrarnoldus

@chrarnoldus chrarnoldus commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What changed

Kilo-Org/kilocode#11158 adds a global Kilo setting named hide_prompt_training_models. Users can enable it to hide Kilo Gateway models whose providers say they may use prompts for training.

This PR adds that option to the hosted config schema served by Kilo Cloud. As a result, editors recognize the setting in kilo.json instead of reporting it as unknown, and can provide the correct boolean validation and autocomplete.

This is the schema companion to Kilo-Org/kilocode#11158; the filtering behavior itself lives in the CLI backend.

@chrarnoldus chrarnoldus self-assigned this Jun 12, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Minimal, well-structured schema extension that adds hide_prompt_training_models to the hosted config schema and covers it with a test assertion, following the established pattern for Kilo-only top-level keys.

Files Reviewed (2 files)
  • apps/web/src/app/config.json/extras.ts
  • apps/web/src/tests/cli-config-schema.test.ts

Reviewed by claude-4.6-sonnet-20260217 · 277,842 tokens

Review guidance: REVIEW.md from base branch main

@chrarnoldus chrarnoldus changed the title feat: recognize prompt-training model config feat(config): recognize the prompt-training model filter Jun 12, 2026
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.

1 participant