gsxdsm
3962222863
FN-8424: route CLI chat replies through inbox mail
Route agent replies to the correct CLI or dashboard mailbox with bounded polling deadlines.
- add reply-parent routing validation and CLI/dashboard inbox selection
- preserve named mailbox conversations while handling per-message reply deadlines
- document chat and inbox interfaces and cover deadline and routing regressions
Files changed:
.changeset/fn-8424-cli-chat-reply-routing.md | 7 +
docs/agents.md | 20 +-
docs/cli-reference.md | 29 +-
packages/cli/src/bin.ts | 15 +-
packages/cli/src/commands/__tests__/chat.test.ts | 262 +++++++++---------
.../cli/src/commands/__tests__/message.test.ts | 12 +
packages/cli/src/commands/chat.ts | 293 ++++++++++++---------
packages/cli/src/commands/message.ts | 18 +-
...tools-send-message-recipient-validation.test.ts | 86 +++++-
packages/engine/src/agent-heartbeat-prompts.ts | 8 +-
packages/engine/src/agent-tools.ts | 71 +++--
11 files changed, 523 insertions(+), 298 deletions(-)
Fusion-Task-Id: FN-8424
Fusion-Task-Lineage: 28d0ef88-717e-4f39-8880-64d2fef94706
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-20 11:26:08 -07:00
..
2026-07-20 11:26:08 -07:00
2026-07-18 00:52:59 -07:00
2026-07-20 11:12:54 -07:00
2026-07-20 10:33:59 -07:00
2026-07-19 13:34:25 -07:00
2026-07-18 00:52:59 -07:00
2026-07-20 11:26:08 -07:00
2026-07-20 00:42:15 -07:00
2026-07-18 00:52:59 -07:00
2026-07-19 12:08:10 -07:00
2026-07-18 00:52:59 -07:00