惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
人人都是产品经理
人人都是产品经理
月光博客
月光博客
V
V2EX
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
博客园 - 【当耐特】
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: fix heartbeat paramfield lists · openclaw/openclaw@...
steipete · 2026-04-28 · via Recent Commits to openclaw:main

@@ -232,42 +232,42 @@ Use `accountId` to target a specific account on multi-account channels like Tele

232232

<ParamField path="session" type="string">

233233

Optional session key for heartbeat runs.

234234235-

- `main` (default): agent main session.

236-

- Explicit session key (copy from `openclaw sessions --json` or the [sessions CLI](/cli/sessions)).

237-

- Session key formats: see [Sessions](/concepts/session) and [Groups](/channels/groups).

235+

- `main` (default): agent main session.

236+

- Explicit session key (copy from `openclaw sessions --json` or the [sessions CLI](/cli/sessions)).

237+

- Session key formats: see [Sessions](/concepts/session) and [Groups](/channels/groups).

238238

</ParamField>

239-

<ParamField path="target" type="string">

240-

- `last`: deliver to the last used external channel.

241-

- explicit channel: any configured channel or plugin id, for example `discord`, `matrix`, `telegram`, or `whatsapp`.

242-

- `none` (default): run the heartbeat but **do not deliver** externally.

243-

</ParamField>

244-

<ParamField path="directPolicy" type='"allow" | "block"' default="allow">

239+

<ParamField path="target" type="string">

240+

- `last`: deliver to the last used external channel.

241+

- explicit channel: any configured channel or plugin id, for example `discord`, `matrix`, `telegram`, or `whatsapp`.

242+

- `none` (default): run the heartbeat but **do not deliver** externally.

243+

</ParamField>

244+

<ParamField path="directPolicy" type='"allow" | "block"' default="allow">

245245

Controls direct/DM delivery behavior. `allow`: allow direct/DM heartbeat delivery. `block`: suppress direct/DM delivery (`reason=dm-blocked`).

246-

</ParamField>

247-

<ParamField path="to" type="string">

246+

</ParamField>

247+

<ParamField path="to" type="string">

248248

Optional recipient override (channel-specific id, e.g. E.164 for WhatsApp or a Telegram chat id). For Telegram topics/threads, use `<chatId>:topic:<messageThreadId>`.

249-

</ParamField>

250-

<ParamField path="accountId" type="string">

249+

</ParamField>

250+

<ParamField path="accountId" type="string">

251251

Optional account id for multi-account channels. When `target: "last"`, the account id applies to the resolved last channel if it supports accounts; otherwise it is ignored. If the account id does not match a configured account for the resolved channel, delivery is skipped.

252-

</ParamField>

253-

<ParamField path="prompt" type="string">

252+

</ParamField>

253+

<ParamField path="prompt" type="string">

254254

Overrides the default prompt body (not merged).

255-

</ParamField>

256-

<ParamField path="ackMaxChars" type="number" default="300">

255+

</ParamField>

256+

<ParamField path="ackMaxChars" type="number" default="300">

257257

Max chars allowed after `HEARTBEAT_OK` before delivery.

258-

</ParamField>

259-

<ParamField path="suppressToolErrorWarnings" type="boolean">

258+

</ParamField>

259+

<ParamField path="suppressToolErrorWarnings" type="boolean">

260260

When true, suppresses tool error warning payloads during heartbeat runs.

261-

</ParamField>

262-

<ParamField path="activeHours" type="object">

261+

</ParamField>

262+

<ParamField path="activeHours" type="object">

263263

Restricts heartbeat runs to a time window. Object with `start` (HH:MM, inclusive; use `00:00` for start-of-day), `end` (HH:MM exclusive; `24:00` allowed for end-of-day), and optional `timezone`.

264264265-

- Omitted or `"user"`: uses your `agents.defaults.userTimezone` if set, otherwise falls back to the host system timezone.

266-

- `"local"`: always uses the host system timezone.

267-

- Any IANA identifier (e.g. `America/New_York`): used directly; if invalid, falls back to the `"user"` behavior above.

268-

- `start` and `end` must not be equal for an active window; equal values are treated as zero-width (always outside the window).

269-

- Outside the active window, heartbeats are skipped until the next tick inside the window.

270-

</ParamField>

265+

- Omitted or `"user"`: uses your `agents.defaults.userTimezone` if set, otherwise falls back to the host system timezone.

266+

- `"local"`: always uses the host system timezone.

267+

- Any IANA identifier (e.g. `America/New_York`): used directly; if invalid, falls back to the `"user"` behavior above.

268+

- `start` and `end` must not be equal for an active window; equal values are treated as zero-width (always outside the window).

269+

- Outside the active window, heartbeats are skipped until the next tick inside the window.

270+

</ParamField>

271271272272

## Delivery behavior

273273