feat(kilo-jetbrains): add model and config settings#10839
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The latest commits (since last review at
✅ The 2 previously flagged ✅ The previously flagged bare Files Reviewed (incremental diff, 29 files)
Reviewed by claude-4.6-sonnet-20260217 · 5,140,911 tokens Review guidance: REVIEW.md from base branch |
# Conflicts: # packages/kilo-jetbrains/frontend/src/main/kotlin/ai/kilocode/client/session/ui/model/ModelPicker.kt
imanolmzd-svg
approved these changes
Jun 3, 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.
Context
JetBrains users need first-class settings surfaces for Kilo model defaults, reasoning configuration, profile state, and config file access instead of relying on hidden backend state or manual file discovery.
Screenshots
Models settings
Model picker, reset
Models settings, not logged in
Tool window actions
Open/Create settings file
Implementation
Adds a JetBrains Models settings page for default profile/model and reasoning selections, backed by reusable Swing settings UI scaffolding, loading overlays, and state restoration.
Extends frontend/backend/shared RPC state so the frontend can load and save app/workspace settings, config targets, and related model/profile metadata.
Adds actions for opening local, project, and external Kilo config files from the JetBrains plugin, plus notifications for action feedback.
Updates the session model picker to support empty settings selections, favorite/free/data-collection indicators, and small-model filtering used by the settings page.
Includes a small Kilo CLI type compatibility fix for zstd worker helpers so root typecheck passes after merging
main.How to Test
Manual/local verification
java -versionfrompackages/kilo-jetbrains/: OpenJDK 21.0.5 available../gradlew typecheckfrompackages/kilo-jetbrains/: passed../gradlew :frontend:test --tests ai.kilocode.client.session.ui.model.ModelPickerTestfrompackages/kilo-jetbrains/: passed../gradlew testfrompackages/kilo-jetbrains/: passed.bun run typecheckfrompackages/opencode/: passed.bun turbo typecheckfrom the repo root: passed.Reviewer test steps
Blocked checks and substitute verification
Checklist
Get in Touch