fix: document heartbeat visibility controls (#1452) (thanks @dlauer)

This commit is contained in:
Peter Steinberger
2026-01-24 09:06:07 +00:00
parent f9cf508cff
commit 7b76db2841
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ Docs: https://docs.clawd.bot
- Agents: keep system prompt time zone-only and move current time to `session_status` for better cache hits.
- Agents: remove redundant bash tool alias from tool registration/display. (#1571) Thanks @Takhoffman.
- Browser: add node-host proxy auto-routing for remote gateways (configurable per gateway/node).
- Heartbeat: add per-channel visibility controls (OK/alerts/indicator). (#1452) Thanks @dlauer.
- Plugins: add optional llm-task JSON-only tool for workflows. (#1498) Thanks @vignesh07.
- CLI: restart the gateway by default after `clawdbot update`; add `--no-restart` to skip it.
- CLI: add live auth probes to `clawdbot models status` for per-profile verification.