# OpenCLI Agent Pack: pi-fusion

Use this when an AI agent needs to work with `pi-fusion`.

## What this CLI is for
Second opinion on a hard coding question, review the current git diff with a model panel, and review one file with fusion from the terminal. Built by Geet Khosla. Start with `pi install npm:@khosla/pi-fusion` and go from there.

Best for: A multi-model second opinion in Pi without switching your main model.

## Agent readiness
Human-first CLI (35/100)
- Supports non-interactive/scripted use.

## Install
```sh
pi install npm:@khosla/pi-fusion
```

## Verify before real work
```sh
pi-fusion --help
```
Expected signal: pi-fusion responds locally; authenticate before real work.

## Safe starting commands
```sh
pi-fusion --help
```

```sh
/fusion:doctor
```

```sh
pi install npm:@khosla/pi-fusion
```

```sh
/fusion:review-diff
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Verify identity/account before running task commands.
- Network access is required; avoid leaking secrets in logs.

## Suggested agent instruction
You may use pi-fusion (`pi-fusion`) for a multi-model second opinion in pi without switching your main model.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
