Skip to content

v1.0.1

Latest

Choose a tag to compare

@mraible mraible released this 07 Aug 14:34
· 10 commits to main since this release
4ed963d

This patch release makes the plugin installable on claude.ai and Cowork, and renames the deployment skill so its command lines up with the others.

Fixed

  • Installs on claude.ai and Cowork — helper scripts moved from bin/ to scripts/. A top-level bin/ directory is added to the CLI's PATH but isn't shown on the web admin approval surface, so those hosts rejected the plugin. The scripts are internal helpers, not entry points, and moving them out of bin/ clears the block. Command-line installs were never affected

Changed

  • deploy skill renamed to deployment — it was the only imperative-verb name among six otherwise nominal skills, and it now matches its siblings (authoring, execution) and the foundry-skills convention. The command is /crowdstrike-falcon-fusion:deployment, and the picker no longer rewrites :deploy to :deployment on submit

Getting started

Install:

/plugin install crowdstrike-falcon-fusion

Already installed? Update to 1.0.1:

/plugin update crowdstrike-falcon-fusion

Full Changelog

v1.0.0...v1.0.1