zeroclaw/src/agent
Argenis 0d2b57ee2e
fix(channels): ensure newline between narration and draft status lines (#4394)
Narration text from native tool-call providers that doesn't end with a newline now gets one appended before dispatch to the draft updater. Prevents garbled output in Telegram drafts.

Closes #4348
2026-03-23 15:30:15 -04:00
..
agent.rs fix(gateway): stream ws agent chat responses (#4390) 2026-03-23 15:01:04 -04:00
classifier.rs feat(agent): log query classification route decisions 2026-02-24 16:02:59 +08:00
dispatcher.rs fix(agent): prevent duplicate tool schema injection in XML dispatcher (#3744) 2026-03-16 18:38:44 -04:00
loop_.rs fix(channels): ensure newline between narration and draft status lines (#4394) 2026-03-23 15:30:15 -04:00
loop_detector.rs feat(agent): add loop detection guardrail for repetitive tool calls (#4240) 2026-03-23 12:49:47 -04:00
memory_loader.rs feat(memory): restore time-decay scoring lost in main→master migration (#4274) 2026-03-22 19:01:40 -04:00
mod.rs fix(gateway): stream ws agent chat responses (#4390) 2026-03-23 15:01:04 -04:00
prompt.rs fix(agent): use Gregorian datetime and prioritize date context in prompts (#4369) 2026-03-23 14:14:56 -04:00
tests.rs fix(agent): prevent duplicate tool schema injection in XML dispatcher (#3744) 2026-03-16 18:38:44 -04:00
thinking.rs fix(agent): prevent thinking level prefix from leaking across turns (#4277) 2026-03-22 19:09:12 -04:00