diff --git a/.changeset/fn-4152-cli-chat.md b/.changeset/fn-4152-cli-chat.md new file mode 100644 index 000000000..f4aff0b75 --- /dev/null +++ b/.changeset/fn-4152-cli-chat.md @@ -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 ` to resume, `--url` / `--token` / `--no-auth` to target alternate servers, and stdin piping for scripted single-turn messages.