feat(vscode): notify on matching marketplace items - #11698
Merged
Conversation
Surface a discardable VS Code notification when a marketplace item's suggest_for metadata matches the current workspace. The notification offers a one-click Install button that opens the marketplace install dialog with project scope preselected, plus a per-suggestion "Don't show again" option persisted via a stable type:id slug.
markijbema
force-pushed
the
mark/marketplace-match-notification
branch
from
June 26, 2026 08:29
6a57cf3 to
80ed571
Compare
markijbema
marked this pull request as ready for review
June 26, 2026 10:59
Contributor
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (1 file)
Previous Review Summary (commit 80ed571)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 80ed571)Status: 2 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (9 files)
Reviewed by gpt-5.4-20260305 · Input: 43.2K · Output: 6K · Cached: 184.3K Review guidance: REVIEW.md from base branch |
A background rescan bumped generation while a suggestion toast was open, so a later Install or dismiss click hit the stale-scan early return and was silently dropped. Guard the post-toast path on a disposed flag instead, so only teardown can discard the user's choice.
imanolmzd-svg
approved these changes
Jun 26, 2026
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…h-notification feat(vscode): notify on matching marketplace items
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.
Chained on top of #11640 (
mark/marketplace-relevance-filter).Builds on the workspace-relevance filter by proactively surfacing matches as a native VS Code notification, so users discover relevant skills/agents/MCP servers without opening the marketplace.
What
MarketplaceNotifierscans the workspace shortly after activation (and on workspace-folder/extension/file changes), reusing the existing relevance detection.suggest_formetadata matches, it shows a toast: Install and Don't show again.type:idslug inglobalState; dismissed items never re-notify and the list is cleared on settings reset.Why
The relevance filter only helps users who already opened the marketplace. This closes the loop by bringing relevant suggestions to them, while keeping them fully discardable and non-repeating.
Notes
selectSuggestions/suggestionSlug) is pure and unit-tested without VS Code.Screenshots:
After clicking install