openclaw/src/auto-reply/reply
2026-01-23 05:12:59 +00:00
..
exec chore(gate): fix lint and protocol 2026-01-18 06:31:02 +00:00
queue feat(slack): add dm-specific replyToMode configuration 2026-01-23 05:07:23 +00:00
abort.test.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00
abort.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00
agent-runner-execution.ts feat: enhance message context with full ID support for replies and caching 2026-01-21 00:45:01 -08:00
agent-runner-helpers.ts fix(slack): respect verbose setting and preserve thread context for tool notifications 2026-01-21 06:29:36 +00:00
agent-runner-memory.ts fix: preserve subagent thread routing (#1241) 2026-01-20 17:22:07 +00:00
agent-runner-payloads.ts fix: send text between tool calls to channel immediately 2026-01-15 20:55:52 -08:00
agent-runner-utils.test.ts refactor: unify threading contexts 2026-01-21 20:35:12 +00:00
agent-runner-utils.ts fix: msteams attachments + plugin prompt hints 2026-01-22 03:37:29 +00:00
agent-runner.authprofileid-fallback.test.ts test(auto-reply): drop auth profile on provider fallback 2026-01-20 23:07:33 -04:00
agent-runner.block-streaming.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.claude-cli.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.heartbeat-typing.runreplyagent-typing-heartbeat.resets-corrupted-gemini-sessions-deletes-transcripts.test.ts fix: sanitize user-facing errors and strip final tags 2026-01-16 03:01:23 +00:00
agent-runner.heartbeat-typing.runreplyagent-typing-heartbeat.retries-after-compaction-failure-by-resetting-session.test.ts fix: stabilize ci checks 2026-01-19 00:34:26 +00:00
agent-runner.heartbeat-typing.runreplyagent-typing-heartbeat.signals-typing-block-replies.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.heartbeat-typing.runreplyagent-typing-heartbeat.signals-typing-normal-runs.test.ts test: align NO_REPLY typing expectations 2026-01-21 17:12:50 +00:00
agent-runner.heartbeat-typing.runreplyagent-typing-heartbeat.still-replies-even-if-session-reset-fails.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.memory-flush.runreplyagent-memory-flush.increments-compaction-count-flush-compaction-completes.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.memory-flush.runreplyagent-memory-flush.runs-memory-flush-turn-updates-session-metadata.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.memory-flush.runreplyagent-memory-flush.skips-memory-flush-cli-providers.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.memory-flush.runreplyagent-memory-flush.skips-memory-flush-sandbox-workspace-is-read.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.memory-flush.runreplyagent-memory-flush.uses-configured-prompts-memory-flush-runs.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.messaging-tools.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.reasoning-tags.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agent-runner.response-usage-footer.test.ts test(usage): cover modes and full footer 2026-01-18 06:01:25 +00:00
agent-runner.ts feat(slack): add dm-specific replyToMode configuration 2026-01-23 05:07:23 +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
bash-command.ts refactor: normalize cli command hints 2026-01-20 07:43:00 +00: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 chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
block-reply-pipeline.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
block-streaming.ts feat: load channel plugins 2026-01-15 02:42:44 +00:00
body.ts refactor: harden session store updates 2026-01-15 23:41:34 +00:00
commands-allowlist.test.ts feat: add /allowlist command 2026-01-21 05:34:53 +00:00
commands-allowlist.ts feat: add /allowlist command 2026-01-21 05:34:53 +00:00
commands-bash.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
commands-compact.ts style: fix formatting 2026-01-22 17:47:52 +00:00
commands-config-writes.test.ts style: apply oxfmt fixes 2026-01-15 01:53:14 +00:00
commands-config.ts fix: enforce plugin config schemas (#1272) (thanks @thewilloftheshadow) 2026-01-20 11:03:17 +00:00
commands-context-report.ts feat: add elevated ask/full modes 2026-01-22 05:41:11 +00:00
commands-context.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
commands-core.ts feat(commands): add /models and fix /model listing UX 2026-01-21 11:53:29 -08:00
commands-info.ts refactor: extend media understanding 2026-01-17 07:17:13 +00:00
commands-models.test.ts fix(models): include configured providers/models + ignore page with all 2026-01-21 13:14:18 -08:00
commands-models.ts fix: finish model list alias + heartbeat session (#1256) (thanks @zknicker) 2026-01-22 01:36:58 +00:00
commands-session.ts Usage: add cost summaries to /usage + mac menu 2026-01-19 00:05:06 +00:00
commands-status.ts fix: hide empty status rows 2026-01-21 03:32:16 +00:00
commands-subagents.ts fix: subagents list uses command session 2026-01-22 05:43:50 +00:00
commands-types.ts feat: add internal hooks system 2026-01-17 01:31:57 +00:00
commands.test.ts fix: subagents list uses command session 2026-01-22 05:43:50 +00:00
commands.ts refactor(auto-reply): split reply pipeline 2026-01-14 09:11:16 +00:00
config-commands.test.ts style: fix biome formatting 2026-01-10 02:11:43 +00:00
config-commands.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00: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 chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
directive-handling.auth.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
directive-handling.fast-lane.ts refactor: require session state for directive handling 2026-01-22 22:42:46 +00:00
directive-handling.impl.model-persist.test.ts refactor: require session state for directive handling 2026-01-22 22:42:46 +00:00
directive-handling.impl.ts refactor: require session state for directive handling 2026-01-22 22:42:46 +00:00
directive-handling.model-picker.ts fix(model-picker): list each provider/model combo separately (#970) 2026-01-15 22:20:11 +00:00
directive-handling.model.chat-ux.test.ts fix: finish model list alias + heartbeat session (#1256) (thanks @zknicker) 2026-01-22 01:36:58 +00:00
directive-handling.model.ts fix: finish model list alias + heartbeat session (#1256) (thanks @zknicker) 2026-01-22 01:36:58 +00:00
directive-handling.parse.ts feat: add /exec session overrides 2026-01-18 06:12:54 +00:00
directive-handling.persist.ts fix: normalize model override auth handling 2026-01-21 06:00:21 +00:00
directive-handling.queue-validation.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
directive-handling.shared.ts feat: add elevated ask/full modes 2026-01-22 05:41:11 +00:00
directive-handling.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
directives.ts feat: add /exec session overrides 2026-01-18 06:12:54 +00:00
dispatch-from-config.test.ts fix: emit diagnostics across channels 2026-01-21 00:30:34 +00:00
dispatch-from-config.ts fix: emit diagnostics across channels 2026-01-21 00:30:34 +00:00
exec.ts feat: add /exec session overrides 2026-01-18 06:12:54 +00:00
followup-runner.compaction.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
followup-runner.messaging-tools.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
followup-runner.ts feat(slack): add dm-specific replyToMode configuration 2026-01-23 05:07:23 +00:00
get-reply-directives-apply.ts refactor: require session state for directive handling 2026-01-22 22:42:46 +00:00
get-reply-directives-utils.ts feat: add /exec session overrides 2026-01-18 06:12:54 +00:00
get-reply-directives.ts refactor: require session state for directive handling 2026-01-22 22:42:46 +00:00
get-reply-inline-actions.ts fix: preserve subagent thread routing (#1241) 2026-01-20 17:22:07 +00:00
get-reply-run.ts feat(slack): add dm-specific replyToMode configuration 2026-01-23 05:07:23 +00:00
get-reply.ts fix: route native status to active agent 2026-01-20 19:04:31 +00:00
groups.test.ts refactor: prune legacy group prefixes 2026-01-17 08:47:25 +00:00
groups.ts refactor: prune legacy group prefixes 2026-01-17 08:47:25 +00:00
history.test.ts refactor: prune legacy group targets 2026-01-17 09:01:47 +00:00
history.ts fix: scope history injection to pending-only 2026-01-16 23:52:42 +00:00
inbound-context.test.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00
inbound-context.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00
inbound-dedupe.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
inbound-dedupe.ts feat: add matrix channel plugin 2026-01-15 08:40:37 +00:00
inbound-sender-meta.test.ts refactor: share inbound envelope label helper 2026-01-17 08:51:31 +00:00
inbound-sender-meta.ts fix: tidy iMessage/Signal sender envelopes (#1080) - thanks @tyler6204 2026-01-17 08:29:54 +00:00
inbound-text.test.ts style: oxfmt format 2026-01-17 05:48:56 +00:00
inbound-text.ts fix: finalize inbound contexts 2026-01-17 05:06:39 +00:00
memory-flush.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
memory-flush.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
mentions.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
mentions.ts feat: load channel plugins 2026-01-15 02:42:44 +00:00
model-selection.inherit-parent.test.ts fix: inherit model overrides for thread sessions 2026-01-22 06:03:23 +00:00
model-selection.ts fix: inherit model overrides for thread sessions 2026-01-22 06:03:23 +00:00
normalize-reply.ts fix: sanitize user-facing errors and strip final tags 2026-01-16 03:01:23 +00:00
provider-dispatcher.ts refactor(security): harden CommandAuthorized plumbing 2026-01-17 10:19:34 +00:00
queue.collect-routing.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
queue.ts fix: hard-abort clears queues on /stop 2026-01-16 21:15: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: add provider-specific tool policies 2026-01-15 03:55:20 +00:00
reply-dispatcher.ts chore: format reply dispatcher 2026-01-15 05:31:03 +00:00
reply-elevated.ts refactor: normalize cli command hints 2026-01-20 07:43:00 +00:00
reply-inline.ts feat(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
reply-payloads.ts refactor: centralize target normalization 2026-01-17 06:45:11 +00:00
reply-reference.test.ts fix: align reply threading refs 2026-01-12 23:41:40 +00:00
reply-reference.ts fix: align reply threading refs 2026-01-12 23:41:40 +00:00
reply-tags.ts refactor: unify inline directives and media fetch 2026-01-10 03:01:04 +01:00
reply-threading.test.ts feat: add slack replyToModeByChatType overrides (#1442) (thanks @stefangalescu) 2026-01-23 05:12:59 +00:00
reply-threading.ts feat(slack): add dm-specific replyToMode configuration 2026-01-23 05:07:23 +00:00
response-prefix-template.test.ts feat: add dynamic template variables to messages.responsePrefix (#923) 2026-01-14 23:05:08 -05:00
response-prefix-template.ts feat: add dynamic template variables to messages.responsePrefix (#923) 2026-01-14 23:05:08 -05:00
route-reply.test.ts fix(slack): respect verbose setting and preserve thread context for tool notifications 2026-01-21 06:29:36 +00:00
route-reply.ts fix: preserve subagent thread routing (#1241) 2026-01-20 17:22:07 +00:00
session-reset-group.test.ts fix: harden whatsapp command auth 2026-01-15 07:54:39 +00:00
session-reset-model.test.ts fix: normalize model override auth handling 2026-01-21 06:00:21 +00:00
session-reset-model.ts fix: normalize model override auth handling 2026-01-21 06:00:21 +00:00
session-updates.test.ts fix: localize system event timestamps 2026-01-22 04:15:39 +00:00
session-updates.ts style: fix formatting 2026-01-22 17:47:52 +00:00
session.sender-meta.test.ts chore: format + regenerate protocol 2026-01-17 03:40:49 +00:00
session.test.ts feat(sessions): add channelIdleMinutes config for per-channel session idle durations (#1353) 2026-01-21 19:10:31 +00:00
session.ts feat(sessions): add channelIdleMinutes config for per-channel session idle durations (#1353) 2026-01-21 19:10:31 +00:00
stage-sandbox-media.ts fix: browser remote tab ops harden (#1057) (thanks @mukhtharcm) 2026-01-17 00:57:35 +00:00
streaming-directives.test.ts fix: carry reply tags across streamed chunks 2026-01-22 08:01:34 +00:00
streaming-directives.ts fix: carry reply tags across streamed chunks 2026-01-22 08:01:34 +00:00
subagents-utils.test.ts feat(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
subagents-utils.ts feat(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
test-ctx.ts style: oxfmt 2026-01-17 10:26:08 +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 feat: implement short ID mapping for BlueBubbles messages and enhance reply context caching 2026-01-21 00:45:01 -08:00
typing-mode.ts feat: implement short ID mapping for BlueBubbles messages and enhance reply context caching 2026-01-21 00:45:01 -08:00
typing.test.ts feat: add typing mode controls 2026-01-07 21:58:54 +00:00
typing.ts feat: enhance BlueBubbles functionality by implementing macOS version checks for message editing and improving server info caching 2026-01-20 12:07:54 +00:00