fix(agent): restore custom Agent selection and session launches#1554
Draft
devRickyyy wants to merge 2 commits into
Draft
fix(agent): restore custom Agent selection and session launches#1554devRickyyy wants to merge 2 commits into
devRickyyy wants to merge 2 commits into
Conversation
added 2 commits
July 23, 2026 15:03
Signed-off-by: Test <test@example.com>
Signed-off-by: Test <test@example.com>
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
local:kimi-codeto the installedextension:kimi-codetargetagent_extensionlaunch requirement and trusted Extension installation referenceRoot causes
DesktopAgentsService; entries without a decorative icon were then dropped before the composer menu and provider rail were projected.workspace agent resolver is unavailable, while restored sessions could lose theirworkspace-agent:*target identity.local:kimi-codewith providerkimi-codeto a daemon that correctly requires the installed Extension identityextension:kimi-code/acp:kimi-code.Compatibility boundary
The daemon alias is intentionally narrow. It resolves only
local:kimi-code, only if the canonical installed Extension target exists, then rewrites target/provider identity before persistence and launch. Missing Extensions and unrelated provider mismatches still fail. The dynamic runtime guard requiring anagent_extensiontarget is unchanged.Validation
service/agent,data/workspacepnpm lint:gopnpm typecheck(27 packages)pnpm check:agent-host-boundarypnpm check:changed: 18/18 lanespnpm check:changed -- --push-ready: 20/20 lanes (passed twice)