feat(FN-2693): merge fusion/fn-2693

This commit is contained in:
gsxdsm
2026-04-27 08:22:44 -07:00
parent 66b465f2a8
commit c083acf2be
2 changed files with 30 additions and 6 deletions

View File

@@ -181,6 +181,8 @@ Fusion is built on top of **Pi** — the minimal, extensible coding-agent CLI. E
pi install npm:@runfusion/fusion
```
> This installs the **Pi extension** — it provides Fusion tools and `/fn` inside pi sessions only. To get the `fn` CLI in your terminal, install globally: `npm install -g @runfusion/fusion`.
<br />
<div align="center">
@@ -255,6 +257,8 @@ npm install -g @runfusion/fusion
fn dashboard # or: fusion dashboard
```
> **Pi extension (optional):** To use Fusion tools inside Pi chat sessions, also run `pi install npm:@runfusion/fusion`. This adds a `/fn` command and Fusion tools within pi — but does not install the `fn` CLI globally.
**From a clone** (for development):
```bash