feat(jetbrains): add workflows settings page - #13240
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Previous Review Summary (commit 6bd3e4b)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 6bd3e4b)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (9 files)
Reviewed by grok-4.6 · Input: 156.3K · Output: 14.4K · Cached: 456.6K Review guidance: REVIEW.md from base branch |
marius-kilocode
approved these changes
Aug 19, 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.
Issue
No linked issue; requested from the JetBrains workflows parity planning session.
Context
JetBrains settings already exposed Skills management, but workflows/custom slash commands were missing even though the CLI and JetBrains backend RPC already support command file listing, editing, deletion, and reload.
This adds a Workflows page under Agent Behavior after Skills so JetBrains users can open, edit, and delete workflow markdown files from settings.
Implementation
Added a Workflows settings configurable that reuses the existing settings list/draft infrastructure used by Skills. The page loads command files through the existing command-file RPC surface, exposes editable file-backed workflows with open/edit/delete actions, stages edits/deletions until Apply, then saves command markdown, removes deleted command files, reloads command discovery, and refreshes the list.
Also added frontend service wrappers for the existing command-file RPC methods, registered the page in the Agent Behavior settings group, added user-facing strings, and covered the new behavior with frontend tests.
Screenshots / Video
How to Test
Manual/local verification
./gradlew :frontend:test --tests 'ai.kilocode.client.settings.agents.WorkflowsSettingsUiTest' --tests 'ai.kilocode.client.settings.agents.AgentBehaviorConfigurableTest' --tests 'ai.kilocode.client.app.KiloAgentBehaviorServiceTest'frompackages/kilo-jetbrains/../gradlew typecheckfrompackages/kilo-jetbrains/../gradlew :frontend:testfrompackages/kilo-jetbrains/.Reviewer test steps
Blocked checks and substitute verification
./gradlew testfrompackages/kilo-jetbrains/; frontend/shared tests ran, but unrelated backend suites timed out/failed inKiloBackendAppServiceTestandKiloBackendSessionManagerTest. Substitute verification: targeted workflow/frontend tests, full frontend tests, and JetBrains typecheck all passed.Checklist
Get in Touch
N/A