openclaw/src/auto-reply/reply
2026-01-12 06:10:17 +00:00
..
abort.test.ts fix(auto-reply): RawBody commands + locked session updates (#643) 2026-01-10 17:32:31 +01:00
abort.ts feat: unify provider history context 2026-01-10 19:16:25 +01:00
agent-runner.block-streaming.test.ts fix(auto-reply): coalesce block replies and document streaming toggles (#536) (thanks @mcinteerj) 2026-01-09 18:19:55 +00:00
agent-runner.claude-cli.test.ts feat: add CLI backend fallback 2026-01-11 00:55:22 +00:00
agent-runner.heartbeat-typing.test.ts style: biome fixes 2026-01-12 00:32:47 +00:00
agent-runner.messaging-tools.test.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
agent-runner.ts feat: add pre-compaction memory flush 2026-01-12 05:29:18 +00:00
audio-tags.test.ts refactor: consolidate reply/media helpers 2026-01-10 02:41:16 +01:00
audio-tags.ts refactor: consolidate reply/media helpers 2026-01-10 02:41:16 +01:00
block-reply-coalescer.test.ts fix(auto-reply): coalesce block replies and document streaming toggles (#536) (thanks @mcinteerj) 2026-01-09 18:19:55 +00:00
block-reply-coalescer.ts fix(auto-reply): coalesce block replies and document streaming toggles (#536) (thanks @mcinteerj) 2026-01-09 18:19:55 +00:00
block-reply-pipeline.ts refactor: consolidate reply/media helpers 2026-01-10 02:41:16 +01:00
block-streaming.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
body.ts refactor(auto-reply): split reply flow 2026-01-04 05:47:37 +01:00
commands.test.ts test: cover whoami command 2026-01-11 04:20:34 +01:00
commands.ts fix: fast-path slash commands 2026-01-12 06:10:17 +00:00
config-commands.test.ts style: fix biome formatting 2026-01-10 02:11:43 +00:00
config-commands.ts docs: add /config get alias 2026-01-10 03:10:14 +01:00
config-value.ts style: fix biome formatting 2026-01-10 02:11:43 +00:00
debug-commands.test.ts feat: add /debug runtime overrides 2026-01-09 16:55:16 +01:00
debug-commands.ts feat: add /config chat config updates 2026-01-10 03:01:27 +01:00
directive-handling.ts feat(model): add /model picker 2026-01-12 06:02:39 +00:00
directives.ts fix(commands): wire /usage to status (#492) (thanks @lc0rp) 2026-01-09 17:10:53 +01:00
dispatch-from-config.test.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
dispatch-from-config.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
followup-runner.compaction.test.ts refactor: centralize typing mode signals 2026-01-07 22:18:11 +00:00
followup-runner.messaging-tools.test.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
followup-runner.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
groups.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
groups.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
history.test.ts refactor: centralize history context wrapping 2026-01-10 19:16:26 +01:00
history.ts refactor: centralize history context wrapping 2026-01-10 19:16:26 +01:00
inbound-dedupe.test.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
inbound-dedupe.ts fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
memory-flush.test.ts feat: add pre-compaction memory flush 2026-01-12 05:29:18 +00:00
memory-flush.ts feat: add pre-compaction memory flush 2026-01-12 05:29:18 +00:00
mentions.test.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
mentions.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
model-selection.ts fix: throttle cli credential sync 2026-01-10 17:44:03 +01:00
normalize-reply.ts fix: filter NO_REPLY prefixes 2026-01-09 23:29:05 +00:00
provider-dispatcher.ts refactor: consolidate reply/media helpers 2026-01-10 02:41:16 +01:00
queue.collect-routing.test.ts fix: dedupe followup queue by message id (#600) (thanks @samratjha96) 2026-01-09 20:44:11 +01:00
queue.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
reply-directives.ts refactor: unify inline directives and media fetch 2026-01-10 03:01:04 +01:00
reply-dispatcher.test.ts feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
reply-dispatcher.ts feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
reply-payloads.ts refactor: centralize messaging dedupe helpers 2026-01-10 16:02:56 +01:00
reply-tags.ts refactor: unify inline directives and media fetch 2026-01-10 03:01:04 +01:00
reply-threading.test.ts fix: honor slack reply threading 2026-01-09 15:35:54 +00:00
reply-threading.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
route-reply.test.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
route-reply.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
session-updates.ts feat(sessions): expose label in sessions.list and support label lookup in sessions_send 2026-01-09 15:32:49 +01:00
session.test.ts fix(auto-reply): RawBody commands + locked session updates (#643) 2026-01-10 17:32:31 +01:00
session.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
test-helpers.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing-mode.test.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing-mode.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing.test.ts feat: add typing mode controls 2026-01-07 21:58:54 +00:00
typing.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00