openclaw - 💡(How to fix) Fix claw-bridge sends "No further note from me." to Telegram channel after heartbeat completion [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#78596Fetched 2026-05-07 03:34:54
View on GitHub
Comments
1
Participants
2
Timeline
1
Reactions
2
Timeline (top)
commented ×1
RAW_BUFFERClick to expand / collapse

Bug Report: `claw-bridge` sends unexplained "No further note from me." message to users

OpenClaw version: 2026.4.26 (be8c246) Platform: macOS Darwin 25.3.0 (arm64) Channel: Telegram

Behavior

After an async command completes (in this case, a heartbeat poll), a message appears in the Telegram channel from `claw-bridge` with the body:

No further note from me.

This message is visible to the end user as a regular chat message.

Expected Behavior

Internal system completion events from `claw-bridge` should not be surfaced to the user as readable messages. If this is intentional framework communication, it should be suppressed at the channel delivery layer or clearly marked as system-only.

Evidence

Confirmed via session trajectory log that none of the model's `assistantTexts` contain this string. All model outputs were either Chinese responses or `HEARTBEAT_OK` / `NO_REPLY`. The message originates exclusively from `claw-bridge`.

Relevant trajectory metadata: ``` sessionId: 2ede077e-c3d8-4adb-876d-56e632a73fed trigger: heartbeat poll completion event sender_label: claw-bridge body: "No further note from me." ```

Reproduction

  1. Configure a Telegram channel with heartbeat polling enabled
  2. Trigger a heartbeat poll while a background exec session is completing
  3. Observe `claw-bridge` message delivered to the Telegram chat

Impact

Confusing UX — users see an unexplained system string as a chat message with no context.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix claw-bridge sends "No further note from me." to Telegram channel after heartbeat completion [1 comments, 2 participants]