Add VS code marketplace extension#5
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Visual Studio Code Marketplace extension for AI Stack Kit, alongside web-UI improvements (module-type filtering, URL-synced filters, toast feedback, getting-started panel, Docs link) and supporting CLI/schema changes that make the headless extension flow possible.
Changes:
- New VS Code extension surface (commands, modules/outputs trees, catalog webview) plus CI workflow to package/publish it.
- Web Skill browser re-themed as a Module browser with module-type filter, URL-synced filter state, copy toasts, getting-started steps, and empty state.
- Core changes:
SpecFileSchemano longer requires at least one entry (enables empty init),apply-pipelinegainsforceReinstall, and new pipeline/spec-loader tests. - Docs (
USER_GUIDE.md) and template (templates/spec.yaml) updated to describe the extension and the built-incursor | copilot | claudeadapters.
Reviewed changes
Copilot reviewed 61 out of 69 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| web/src/index.css | Styles for new hero docs link, getting-started block, empty state, toast, and module-type tag. |
| web/src/App.tsx | Adds URL-synced filters, module-type filter, copy toasts, getting-started UI, and Docs link. |
| USER_GUIDE.md | Documents the new Marketplace extension, UI areas, settings, and dev workflow. |
| templates/spec.yaml | Updates the client.type comment to reflect built-in adapters. |
| src/validation/schema.ts | Removes the "at least one skill/module" superRefine to allow empty starter specs. |
| src/pipeline/apply-pipeline.ts | Adds forceReinstall option that wipes the install dir before reinstall. |
| src/pipeline/tests/spec-loader.test.ts | New tests for loadSpec including empty-skills and missing-client cases. |
| src/pipeline/tests/apply-dry-run.test.ts | New dry-run test for the apply pipeline. |
Files not reviewed (1)
- extension/webview-ui/package-lock.json: Language not supported
Comments suppressed due to low confidence (2)
web/src/App.tsx:292
- The stats line and the empty-state message now both say "modules", but the input's
aria-labelis still "Search skills" (line 277, just above this block) and the filter select for module type uses theselect-clientCSS class designed for the client dropdown. Update the accessible label to "Search modules" and/or rename the CSS class to keep the terminology and styling intent consistent now that the UI is a module browser, not a skill browser.
web/src/App.tsx:236 - The header still reads "Skill browser" (line 235), and the search input's
aria-labelis "Search skills", but the rest of the page has been re-themed around "modules" (stats line, empty-state, module-type filter, module-type tag). The mismatched terminology will be confusing to users and screen-reader users alike. Consider updating the sub-title and aria-label to "Module browser"/"Search modules" for consistency.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.