Skip to content

Extend MCP and skills install commands to cover more agents and correct some existing ones#465

Merged
nblumhardt merged 3 commits into
datalust:devfrom
nblumhardt-ro:updated-agent-installers
Jun 3, 2026
Merged

Extend MCP and skills install commands to cover more agents and correct some existing ones#465
nblumhardt merged 3 commits into
datalust:devfrom
nblumhardt-ro:updated-agent-installers

Conversation

@nblumhardt-ro
Copy link
Copy Markdown

@nblumhardt-ro nblumhardt-ro commented Jun 3, 2026

No description provided.

@nblumhardt nblumhardt marked this pull request as ready for review June 3, 2026 23:36
Copy link
Copy Markdown
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

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

Just a minor nitpick

OperatingSystem.IsWindows()
? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Code", "User")
: OperatingSystem.IsMacOS()
? Path.Combine(UserProfile, "Library", "Application Support", "Code", "User")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

On OSX this is where Environment.SpecialFolder.ApplicationData already points, so could probably just special case Linux here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missed this comment - thanks, will sort that out on another pass 👍

@nblumhardt nblumhardt merged commit 0e78d6f into datalust:dev Jun 3, 2026
2 checks passed
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.

3 participants