feat(FN-4152): complete Step 7 — documentation and changeset

Fusion-Task-Id: FN-4152
Fusion-Task-Lineage: cd26df5e-92f2-431a-950e-84a0fd81bd1f
This commit is contained in:
Fusion
2026-05-13 16:38:42 -07:00
committed by gsxdsm
parent d22a52149d
commit d83e4deb7c

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add `fn chat [agent-id]` for interactive multi-turn chat with an agent from the CLI. Connects to a running `fn dashboard` / `fn serve` over its existing chat HTTP+SSE API and streams responses incrementally. Supports `--session <id>` to resume, `--url` / `--token` / `--no-auth` to target alternate servers, and stdin piping for scripted single-turn messages.