From a389995716e61b232c5a7a38d07c3df83356f24e Mon Sep 17 00:00:00 2001 From: Fusion Date: Wed, 13 May 2026 16:38:42 -0700 Subject: [PATCH] =?UTF-8?q?feat(FN-4152):=20complete=20Step=207=20?= =?UTF-8?q?=E2=80=94=20documentation=20and=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fusion-Task-Id: FN-4152 Fusion-Task-Lineage: cd26df5e-92f2-431a-950e-84a0fd81bd1f --- .changeset/fn-4152-cli-chat.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fn-4152-cli-chat.md 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.