zeroclaw/src
guitaripod 0a7931e73e
fix(agent): add channel media markers to system prompt (#1697)
The system prompt had no documentation of channel media markers
([Voice], [IMAGE:], [Document:]), causing the LLM to misinterpret
transcribed voice messages as unprocessable audio attachments instead
of responding to the transcribed text content.

Co-authored-by: Argenis <theonlyhennygod@gmail.com>
2026-02-24 19:07:27 -05:00
..
agent fix(agent): add channel media markers to system prompt (#1697) 2026-02-24 19:07:27 -05:00
approval fix(onboard): use provider-aware env var hint in quick setup next steps 2026-02-24 11:46:49 +08:00
auth feat: stabilize codex oauth and add provider model connectivity workflow 2026-02-24 12:24:51 +08:00
channels fix(channels): add wildcard pattern for non-exhaustive Relation enum in matrix channel (#1702) 2026-02-24 18:33:38 -05:00
config feat(tools): add web_fetch provider dispatch and shared URL validation 2026-02-25 03:30:45 +08:00
cost fix(agent): parse MiniMax tool call formats for execution 2026-02-21 12:36:28 +08:00
cron test: add regression coverage for provider parser cron and telegram 2026-02-24 13:45:13 +08:00
daemon feat(qq): add webhook receive mode with challenge validation 2026-02-24 19:30:36 +08:00
doctor feat: replay custom provider api mode, route max_tokens, and lark image support 2026-02-24 15:59:49 +08:00
gateway feat(tools): add web_fetch provider dispatch and shared URL validation 2026-02-25 03:30:45 +08:00
hardware fix(ci): restore containerized validation on main (#1096) 2026-02-20 07:48:58 -05:00
health refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
heartbeat fix: route heartbeat outputs to configured channels 2026-02-23 00:18:12 +08:00
hooks fix(hooks): harden dispatch and outbound message guardrails 2026-02-21 13:34:09 +08:00
integrations feat(matrix): add mention_only gate for group messages 2026-02-25 00:23:22 +08:00
memory supersede: replay changes from #1247 2026-02-24 21:18:50 +08:00
observability fix(observability): add OTLP paths to OTel endpoints 2026-02-21 17:07:31 +08:00
onboard feat(tools): add inter-process communication tools 2026-02-25 01:14:47 +08:00
peripherals fix(ci): restore containerized validation on main (#1096) 2026-02-20 07:48:58 -05:00
providers fix(reliable): remap model fallbacks per provider 2026-02-24 23:21:39 +08:00
rag chore(lint): extend low-risk clippy cleanup batch 2026-02-17 16:40:58 +08:00
runtime docs(code): expand doc comments on security, observability, runtime, and peripheral traits 2026-02-19 13:19:46 -08:00
security feat(agent): add CLI parameters for runtime config overrides 2026-02-24 18:12:33 +08:00
service fix(unsafe-debt): remove runtime unsafe UID check and forbid unsafe code (RMN-37 RMN-38) 2026-02-24 18:30:36 +08:00
skillforge chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
skills fix(skills): allow cross-skill references in open-skills audit 2026-02-23 00:27:32 +08:00
sop fix(web): call doctor endpoint with authenticated POST 2026-02-22 21:32:34 -05:00
tools fix(tools): address codeql api key handling alerts 2026-02-25 03:30:45 +08:00
tunnel feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
identity.rs test: cover deterministic HashMap ordering paths 2026-02-18 21:55:40 +08:00
lib.rs fix(unsafe-debt): remove runtime unsafe UID check and forbid unsafe code (RMN-37 RMN-38) 2026-02-24 18:30:36 +08:00
main.rs feat(logging): use local timezone for log timestamps 2026-02-24 23:02:13 +08:00
migration.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00
multimodal.rs fix: resolve clippy warnings and rustfmt across codebase 2026-02-21 12:39:34 +08:00
util.rs fix: stabilize UTF-8 truncation and dashboard message IDs (RMN-25 RMN-33) 2026-02-24 16:52:26 +08:00