docs(cloud-agent): plan for profile skills and MCPs#3018
Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Open
docs(cloud-agent): plan for profile skills and MCPs#3018kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Conversation
Extend profile system with first-class skills and MCP servers, and redesign the profile editor from in-list expand/collapse to a two-pane tabbed layout. Skills and MCPs merge across profile layers only; manual session overrides remain variables/commands-only.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.5-20260423 · 290,290 tokens |
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.
Summary
Planning doc for adding first-class skills and MCP servers to the Cloud
Agent Next profile system, plus a redesign of the profile editor.
SkillsandMCP serversalongside existingVariablesandSetup commands. Reuse existing profile env-varencryption for MCP secrets.
(repo-bound, default, selected). Env vars and setup commands keep
today's four-layer merge including manual session overrides. No
manual-override path for skills or MCPs.
ProfilesListDialog.tsxwith a two-pane tabbed layout inside theexisting dialog. Recommend splitting into two PRs: editor redesign
first, then skills/MCP tabs + backend + Cloud Agent Next plumbing.
My toolkitandConnectionsconcepts,org-scoped toolkit defaults, and repo
.kilo/pre-clone detection.No code changes in this PR — plan only.
Verification
N/A — documentation only.
Visual Changes
N/A.
Reviewer Notes
.plans/, which is gitignored; tracked history forexisting plans is preserved. Added with
git add -f, matching howthe existing plan files are tracked.
implementation (noted in the plan's "Skill materialization" section).
ExecutionOrchestrator.prepareWorkspacewhere the prepared-session fast path can drop stored MCP config when
recreating a sandbox; plan proposes fixing it alongside the MCP
plumbing work.