Skip to content

VS Code extension update - v1.1.6#6

Merged
deb-adarsh merged 1 commit into
mainfrom
fix-extention-pipeline
May 17, 2026
Merged

VS Code extension update - v1.1.6#6
deb-adarsh merged 1 commit into
mainfrom
fix-extention-pipeline

Conversation

@deb-adarsh
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 17, 2026 22:30
@deb-adarsh deb-adarsh merged commit bc9e10d into main May 17, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the VS Code extension to v1.1.6, focusing on Catalog access, hosted skill browser entry points, Activity Bar ordering/icon updates, and release notes.

Changes:

  • Adds commands/UI paths to open the hosted skill browser and reliably focus the Catalog panel.
  • Reorders views to Modules → Catalog → Outputs and updates Activity Bar icon assets.
  • Bumps extension version and adds changelog entries for 1.1.5/1.1.6.

Reviewed changes

Copilot reviewed 6 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
extension/webview-ui/main.ts Adds a Catalog header link that posts an openSkillBrowser message.
extension/src/views/catalogWebviewProvider.ts Handles the webview message by opening the hosted skill browser URL.
extension/src/extension.ts Registers Catalog focus and web skill browser commands.
extension/src/constants.ts Adds shared view container and hosted skill browser URL constants.
extension/package.json Bumps version, updates activation events, view order, commands, menu action, and Activity Bar icon references.
extension/package-lock.json Updates lockfile package version metadata.
extension/media/activity-bar-icon.svg Removes the previous single Activity Bar SVG.
extension/media/activity-bar-icon-light.svg Adds a light-theme Activity Bar SVG.
extension/media/activity-bar-icon-dark.svg Adds a dark-theme Activity Bar SVG.
extension/CHANGELOG.md Adds 1.1.5 and 1.1.6 release notes.
Files not reviewed (1)
  • extension/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread extension/package.json
Comment on lines 42 to +44
"icon": {
"light": "media/activity-bar-icon.svg",
"dark": "media/activity-bar-icon.svg"
"light": "media/activity-bar-icon-light.svg",
"dark": "media/activity-bar-icon-dark.svg"
<h2>Catalog</h2>
<div class="header-row">
<h2>Catalog</h2>
<a href="#" id="open-web">Full skill browser ↗</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants