Files
fusion/packages/cli-alias
gsxdsm 8e2feb8da2 chore: keep @runfusion/fusion and runfusion.ai npm versions in sync
- Add `["@runfusion/fusion", "runfusion.ai"]` to changesets `fixed` so
  future changesets bump both packages to the same version number.
- Catch up `runfusion.ai` from 0.0.8 to 0.1.1 so the fixed group starts
  from an aligned baseline; changelog entry notes the rationale.

No functional change to the alias package (`index.js` is unchanged).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 13:12:02 -07:00
..
2026-04-23 08:09:54 -07:00

runfusion.ai

Launch Fusion with a single npx:

npx runfusion.ai

That command boots the Fusion dashboard and AI engine on port 4040. Prints an Open: URL with a bearer token you can click to open in your browser.

Subcommands

With no arguments, runfusion.ai defaults to dashboard. Any other subcommand is forwarded to the underlying fn CLI:

npx runfusion.ai                     # → fn dashboard
npx runfusion.ai task create "fix X" # → fn task create "fix X"
npx runfusion.ai --help              # → fn --help

How it relates to @runfusion/fusion

This package is a ~1 KB alias. It declares @runfusion/fusion as a dependency and its bin delegates to the same entrypoint. Use whichever name reads better:

npx runfusion.ai
npx @runfusion/fusion dashboard

For persistent installs, prefer Homebrew or npm install -g @runfusion/fusion.

License

MIT