zeroclaw/src/channels
xj 3b75c6cc42 fix(channel): remove HEARTBEAT.md from channel system prompt
HEARTBEAT.md is only relevant to the heartbeat worker, which reads it
directly from disk. Including it in channel system prompts caused LLMs
to emit spurious 'HEARTBEAT_OK' acknowledgments at the start of
channel responses.

The agent prompt (src/agent/prompt.rs) still includes HEARTBEAT.md,
which is correct for agent and heartbeat contexts.
2026-02-18 19:36:46 +08:00
..
cli.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
dingtalk.rs chore(pr539): scope to dingtalk daemon fixes only 2026-02-18 00:42:40 +08:00
discord.rs fix(discord): use channel name for reply routing instead of discord channel ID 2026-02-18 12:49:06 +08:00
email_channel.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
imessage.rs fix(imessage): preserve sqlite conn across polling safely 2026-02-18 14:45:05 +08:00
irc.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
lark.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
matrix.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
mattermost.rs fix(mattermost): preserve threaded default and docs 2026-02-18 17:46:19 +08:00
mod.rs fix(channel): remove HEARTBEAT.md from channel system prompt 2026-02-18 19:36:46 +08:00
qq.rs fix(channels): complete SendMessage migration after rebase 2026-02-17 23:28:08 +08:00
signal.rs fix(channels): complete SendMessage migration after rebase 2026-02-17 23:28:08 +08:00
slack.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00
telegram.rs fix(channels): recover malformed invoke/tool_call output in daemon mode 2026-02-18 17:01:36 +08:00
traits.rs feat(channel): stream LLM responses to Telegram via draft message edits 2026-02-18 16:33:33 +08:00
whatsapp.rs refactor(channel): accept SendMessage struct in Channel::send() 2026-02-17 23:28:08 +08:00