openclaw/src/auto-reply
Vincent Koc 0e4c072f37
Models: add native GPT-5.4 mini and nano support (#49289)
* Models: add GPT-5.4 mini and nano support

* Tests: cover OpenAI GPT-5.4 mini and nano extension support
2026-03-17 16:21:39 -07:00
..
reply Plugins: add inspect matrix and trim export 2026-03-17 10:33:35 -07:00
test-helpers refactor(auto-reply): share discord auth registry test fixture 2026-03-07 17:58:31 +00:00
chunk.test.ts perf: harden chunking against quadratic scans 2026-03-07 16:50:35 +00:00
chunk.ts perf: harden chunking against quadratic scans 2026-03-07 16:50:35 +00:00
command-auth.owner-default.test.ts refactor(auto-reply): share discord auth registry test fixture 2026-03-07 17:58:31 +00:00
command-auth.ts refactor: move remaining channel seams into plugins 2026-03-15 23:47:30 -07:00
command-control.test.ts refactor(auto-reply): share discord auth registry test fixture 2026-03-07 17:58:31 +00:00
command-detection.ts
commands-args.test.ts
commands-args.ts Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
commands-registry.data.ts Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
commands-registry.test.ts Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
commands-registry.ts Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
commands-registry.types.ts fix: Discord acp inline actions + bound-thread filter (#33136) (thanks @thewilloftheshadow) (#33136) 2026-03-03 09:30:21 -06:00
dispatch.test.ts
dispatch.ts
envelope.test.ts fix(whatsapp): propagate fromMe through inbound message pipeline 2026-03-02 21:20:21 +00:00
envelope.ts fix(whatsapp): propagate fromMe through inbound message pipeline 2026-03-02 21:20:21 +00:00
fallback-state.test.ts
fallback-state.ts
group-activation.ts
heartbeat-reply-payload.ts
heartbeat.test.ts
heartbeat.ts
inbound-debounce.ts fix(discord): harden slash command routing 2026-03-03 11:32:05 -06:00
inbound.test.ts fix: harden mention pattern regex compilation 2026-03-15 08:44:12 -07:00
media-note.test.ts
media-note.ts
media-understanding.test-fixtures.ts
model-runtime.ts
model.test.ts fix(models): normalize trailing @profile parsing across resolver paths 2026-02-26 14:34:15 +01:00
model.ts fix(models): normalize trailing @profile parsing across resolver paths 2026-02-26 14:34:15 +01:00
reply.block-streaming.test.ts fix: normalize reply media paths 2026-03-07 10:52:16 +05:30
reply.directive.directive-behavior.applies-inline-reasoning-mixed-messages-acks-immediately.test.ts Models: add native GPT-5.4 mini and nano support (#49289) 2026-03-17 16:21:39 -07:00
reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
reply.directive.directive-behavior.e2e-harness.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
reply.directive.directive-behavior.e2e-mocks.ts test: fix tsgo baseline test compatibility 2026-03-03 01:24:20 +00:00
reply.directive.directive-behavior.model-directive-test-utils.ts
reply.directive.directive-behavior.prefers-alias-matches-fuzzy-selection-is-ambiguous.test.ts fix: drop removed minimax lightning model 2026-03-08 04:06:26 +00:00
reply.directive.directive-behavior.shows-current-verbose-level-verbose-has-no.test.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
reply.directive.parse.test.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
reply.heartbeat-typing.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07:00
reply.media-note.test.ts
reply.raw-body.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07:00
reply.stage-sandbox-media.scp-remote-path.test.ts fix(imessage): sanitize SCP remote path to prevent shell metacharacter injection 2026-03-14 00:38:14 +01:00
reply.test-harness.ts
reply.triggers.group-intro-prompts.cases.ts
reply.triggers.trigger-handling.filters-usage-summary-current-model-provider.cases.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
reply.triggers.trigger-handling.stages-inbound-media-into-sandbox-workspace.test.ts refactor(core): dedupe final pairing and sandbox media clones 2026-03-02 21:36:23 +00:00
reply.triggers.trigger-handling.targets-active-session-native-stop.e2e.test.ts test: move integration-heavy suites to e2e lane 2026-03-02 05:33:07 +00:00
reply.triggers.trigger-handling.test-harness.ts refactor: narrow extension public seams 2026-03-17 09:58:33 -07:00
reply.ts
send-policy.ts
skill-commands.test.ts style(skills): align formatting cleanup for dedupe changes 2026-03-05 05:11:06 +00:00
skill-commands.ts style(skills): align formatting cleanup for dedupe changes 2026-03-05 05:11:06 +00:00
stage-sandbox-media.test-harness.ts
status.test.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
status.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
templating.ts refactor: untangle remaining plugin sdk boundaries 2026-03-16 21:16:32 -07:00
thinking.shared.ts fix: align thinking defaults and plugin sdk exports 2026-03-17 03:16:39 +00:00
thinking.test.ts fix: split browser-safe thinking helpers 2026-03-16 08:51:31 +00:00
thinking.ts Infra: restore check after gaxios compat 2026-03-16 01:49:41 -07:00
tokens.test.ts fix: stabilize Telegram draft boundaries and suppress NO_REPLY lead leaks (#33169) 2026-03-03 22:49:33 +05:30
tokens.ts fix: stabilize Telegram draft boundaries and suppress NO_REPLY lead leaks (#33169) 2026-03-03 22:49:33 +05:30
tool-meta.test.ts
tool-meta.ts
types.ts Reply: expose shared interactive payloads 2026-03-15 21:55:45 -07:00