Skip to content

feat: support skill uninstallation - #417

Draft
federicobozzini wants to merge 2 commits into
mainfrom
skill-uninstall
Draft

feat: support skill uninstallation#417
federicobozzini wants to merge 2 commits into
mainfrom
skill-uninstall

Conversation

@federicobozzini

@federicobozzini federicobozzini commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Changes

  • add support for skill uninstallation from the tree view

Screenshots

image

Signed-off-by: Federico Bozzini <federico.bozzini@arm.com>
@federicobozzini
federicobozzini requested a review from a team as a code owner August 10, 2026 14:48
@github-actions github-actions Bot added the feat Feature or enhancement for release notes label Aug 10, 2026
Comment thread src/actions/installSkill.ts Outdated
await this.topoSkill.uninstall();
await this.hostController.refreshSkillStatus();
vscode.window.showInformationMessage(
'Topo CLI location skill uninstalled. Start a new agent session for the change to take effect',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this is coupled a bit too closely to the current skills function.

Suggested change
'Topo CLI location skill uninstalled. Start a new agent session for the change to take effect',
'Topo Agent Skill uninstalled. Start a new agent session for the change to take effect',

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Signed-off-by: Federico Bozzini <federico.bozzini@arm.com>
@federicobozzini
federicobozzini marked this pull request as draft August 12, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat Feature or enhancement for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants