openclaw/src/auto-reply
Rubén Cuevas a0dd5f7e8e
Align documented bootstrap context defaults with runtime values (#67968)
* Fix bootstrap default limit docs to match runtime

* docs(context): fix stale bootstrap max/file example
2026-04-18 09:00:21 +05:30
..
reply Align documented bootstrap context defaults with runtime values (#67968) 2026-04-18 09:00:21 +05:30
test-helpers refactor: dedupe auto-reply trimmed readers 2026-04-08 00:09:42 +01:00
chunk.test.ts test: dedupe routing and text suites 2026-03-28 07:31:40 +00:00
chunk.ts refactor: remove type-only import cycles 2026-04-10 15:14:27 +01:00
command-auth.owner-default.test.ts
command-auth.ts fix(cycles): narrow channel registry imports 2026-04-11 22:59:39 +01:00
command-control.test.ts refactor: dedupe auth and session helpers 2026-04-06 16:52:41 +01:00
command-detection.runtime-types.ts fix(cycles): split command detection runtime types 2026-04-11 23:38:35 +01:00
command-detection.ts fix(commands): split chat command listing surface 2026-04-11 16:58:43 +01:00
command-status-builders.ts fix(trace command): Improve trace raw diagnostics and trace command UX (#66089) 2026-04-13 14:26:57 -05:00
commands-args.test.ts
commands-args.ts refactor: dedupe auto-reply trimmed readers 2026-04-08 00:09:42 +01:00
commands-args.types.ts refactor: remove type-only import cycles 2026-04-10 15:14:27 +01:00
commands-registry-list.ts fix(config): split command flag helpers 2026-04-12 00:05:01 +01:00
commands-registry-normalize.ts perf: split command body normalization 2026-04-11 08:00:26 +01:00
commands-registry.data.ts fix(channels): narrow runtime channel registry caching 2026-04-11 19:12:36 +01:00
commands-registry.runtime-types.ts fix(cycles): split plugin runtime contract leaf types 2026-04-11 15:39:32 +01:00
commands-registry.runtime.ts perf(inbound): narrow reply startup imports (#51943) 2026-03-21 18:18:41 -07:00
commands-registry.shared.ts feat(ui): overhaul settings and slash command UX (#67819) thanks @BunsDev 2026-04-16 20:29:11 -05:00
commands-registry.test.ts Tests: avoid bundled Discord runtime lookup 2026-04-17 20:57:27 -04:00
commands-registry.ts Tests: avoid bundled Discord runtime lookup 2026-04-17 20:57:27 -04:00
commands-registry.types.ts feat(ui): overhaul settings and slash command UX (#67819) thanks @BunsDev 2026-04-16 20:29:11 -05:00
commands-text-routing.ts refactor: dedupe auto-reply lowercase parsers 2026-04-07 12:18:22 +01:00
dispatch-dispatcher.ts fix(reply): split dispatcher shared types 2026-04-11 16:52:18 +01:00
dispatch.test.ts test: fix auto-reply dispatch ci drift 2026-04-07 12:48:05 +01:00
dispatch.ts fix(reply): split dispatcher shared types 2026-04-11 16:52:18 +01:00
envelope.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
envelope.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
fallback-state.test.ts fix: preserve fallback error details 2026-04-07 22:07:12 +01:00
fallback-state.ts fix: extract shared session status runtime (#65807) 2026-04-13 11:51:26 +02:00
get-reply-options.types.ts fix(cycles): split reply payload and option contracts 2026-04-11 22:24:55 +01:00
group-activation.ts refactor: dedupe auto-reply lowercase parsers 2026-04-07 12:18:22 +01:00
heartbeat-filter.test.ts fix: stop heartbeat transcript truncation races (#60998) (thanks @nxmxbbd) 2026-04-06 16:26:38 +05:30
heartbeat-filter.ts fix: stop heartbeat transcript truncation races (#60998) (thanks @nxmxbbd) 2026-04-06 16:26:38 +05:30
heartbeat-reply-payload.ts
heartbeat.test.ts fix: don't bleed top-level interval/prompt into heartbeat task parsing (#64488) 2026-04-10 16:05:09 -07:00
heartbeat.ts fix: don't bleed top-level interval/prompt into heartbeat task parsing (#64488) 2026-04-10 16:05:09 -07:00
inbound-debounce.ts fix(auto-reply): avoid leaking inbound debounce cleanup 2026-04-13 16:36:03 +01:00
inbound.group-require-mention-test-plugins.ts test: keep inbound group policy tests hermetic 2026-04-17 15:50:41 -04:00
inbound.test.ts test: keep inbound group policy tests hermetic 2026-04-17 15:50:41 -04:00
media-note.test.ts fix(auto-reply): preserve image attachment notes (#64918) 2026-04-11 20:49:36 +03:00
media-note.ts fix(auto-reply): preserve image attachment notes (#64918) 2026-04-11 20:49:36 +03:00
media-understanding.test-fixtures.ts fix(auto-reply): preserve image attachment notes (#64918) 2026-04-11 20:49:36 +03:00
model-runtime.ts refactor: dedupe auto-reply trimmed readers 2026-04-08 00:09:42 +01:00
model.test.ts docs(test): refresh stale model refs 2026-04-04 08:05:49 +01:00
model.ts
reply-payload.ts fix(cycles): split reply payload and option contracts 2026-04-11 22:24:55 +01:00
reply.block-streaming.test.ts perf(auto-reply): separate fast and full reply runtime 2026-04-06 21:09:43 +01:00
reply.directive.directive-behavior.e2e-harness.ts feat(codex): add gpt-5.4-pro forward compat (#66453) 2026-04-14 11:05:24 +01:00
reply.directive.directive-behavior.e2e-mocks.ts test: complete directive hook-runner mock 2026-04-11 06:06:09 +01:00
reply.directive.directive-behavior.prefers-alias-matches-fuzzy-selection-is-ambiguous.test.ts test: make fuzzy model directive checks pure 2026-04-11 07:08:23 +01:00
reply.directive.directive-behavior.shows-current-verbose-level-verbose-has-no.test.ts fix(trace command): Improve trace raw diagnostics and trace command UX (#66089) 2026-04-13 14:26:57 -05:00
reply.directive.parse.test.ts fix(trace command): Improve trace raw diagnostics and trace command UX (#66089) 2026-04-13 14:26:57 -05:00
reply.media-note.test.ts fix(auto-reply): preserve image attachment notes (#64918) 2026-04-11 20:49:36 +03:00
reply.raw-body.test.ts test(auto-reply): speed up reply prompt tests 2026-04-06 18:34:08 +01:00
reply.runtime.ts fix(runtime): bypass get-reply barrel exports 2026-04-11 21:56:48 +01:00
reply.stage-sandbox-media.scp-remote-path.test.ts Auto-reply: fast-path sandbox media root resolution 2026-04-17 14:05:49 -04:00
reply.test-harness.ts perf(test): tighten reply fast paths and split unit shards 2026-04-06 19:23:17 +01:00
reply.triggers.group-intro-prompts.cases.ts fix(reply): preserve active session state 2026-04-12 16:07:38 +01:00
reply.triggers.trigger-handling.filters-usage-summary-current-model-provider.cases.ts test: reuse trigger usage reply text 2026-04-10 23:05:48 +01:00
reply.triggers.trigger-handling.stages-inbound-media-into-sandbox-workspace.test.ts Auto-reply: fast-path sandbox media root resolution 2026-04-17 14:05:49 -04:00
reply.triggers.trigger-handling.targets-active-session-native-stop.e2e.test.ts fix(reply): preserve active session state 2026-04-12 16:07:38 +01:00
reply.triggers.trigger-handling.test-harness.ts fix(startup): prioritize bootstrap on fresh sessions 2026-04-16 17:53:07 -05:00
reply.ts Add /trace toggle and fix Active Memory diagnostics 2026-04-12 13:20:22 -05:00
send-policy.ts refactor: dedupe auto-reply lowercase parsers 2026-04-07 12:18:22 +01:00
skill-commands-base.ts refactor: dedupe auto-reply lowercase helpers 2026-04-07 17:50:37 +01:00
skill-commands.runtime.ts perf(inbound): trim cold startup import graph (#52082) 2026-03-21 22:32:21 -07:00
skill-commands.test.ts test: simplify typed conversions 2026-04-11 01:34:25 +01:00
skill-commands.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
stage-sandbox-media.test-harness.ts Auto-reply: fast-path sandbox media root resolution 2026-04-17 14:05:49 -04:00
status.runtime.ts fix(runtime): hide lazy command and context seams from static graph 2026-04-12 12:23:19 +01:00
status.test.ts fix(active-memory): Move active memory recall into the hidden prompt prefix (#66144) 2026-04-13 16:05:43 -05:00
status.tools.test.ts fix(agents): prefer cron for deferred follow-ups (#60811) 2026-04-04 21:11:27 +09:00
status.ts perf: optimize remaining core tests 2026-04-17 16:05:10 +01:00
templating.ts fix: expose telegram topic names in agent context (#65973) (thanks @ptahdunbar) 2026-04-13 23:38:14 +05:30
thinking.shared.ts fix(trace command): Improve trace raw diagnostics and trace command UX (#66089) 2026-04-13 14:26:57 -05:00
thinking.test.ts feat: support xhigh for Claude Opus 4.7 2026-04-17 01:26:11 +01:00
thinking.ts feat: support xhigh for Claude Opus 4.7 2026-04-17 01:26:11 +01:00
tokens.test.ts fix(auto-reply): strip leading NO_REPLY tokens to prevent silent-reply leak (#63068) 2026-04-09 00:30:13 +08:00
tokens.ts fix: harden cron announce NO_REPLY suppression (#65016) (thanks @BKF-Gitty) 2026-04-16 21:36:43 +05:30
tool-meta.test.ts
tool-meta.ts refactor: dedupe reply lowercase helpers 2026-04-07 11:18:18 +01:00
types.ts fix(cycles): split reply payload and option contracts 2026-04-11 22:24:55 +01:00