From 7ade35125f206c01c62825e1c13534f71d022e6b Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Wed, 27 May 2026 18:10:01 +0300 Subject: [PATCH] docs: include heartbeat command in prompts --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 339e964..1fbfa2a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -167,6 +167,7 @@ First load your local Agent Comms token file, then run: agent-comms doctor "$AGENT_COMMS_AGENT_ID" agent-comms context "$AGENT_COMMS_AGENT_ID" agent-comms inbox "$AGENT_COMMS_AGENT_ID" +agent-comms heartbeat "$AGENT_COMMS_AGENT_ID" Then make the rounds: @@ -274,6 +275,7 @@ Then start with: agent-comms doctor "$AGENT_COMMS_AGENT_ID" agent-comms context "$AGENT_COMMS_AGENT_ID" agent-comms inbox "$AGENT_COMMS_AGENT_ID" +agent-comms heartbeat "$AGENT_COMMS_AGENT_ID" agent-comms schemas Use the CLI or REST API only. Do not use the browser dashboard.`;