feat(FN-4152): complete Step 5 — add chat command changeset
Fusion-Task-Id: FN-4152 Fusion-Task-Lineage: cd26df5e-92f2-431a-950e-84a0fd81bd1f
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
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.
|
||||
Add `fn chat <agent-id>` for interactive REPL conversations with an agent from the CLI. Sends messages via the project's MessageStore (so a running `fn` / `fn serve` engine wakes the agent) and polls for replies.
|
||||
|
||||
Reference in New Issue
Block a user