openclaw/src/auto-reply
YuzuruS 310344b6e4 fix: read thinking/verbose/reasoning levels from session entry in status
buildStatusMessage resolved thinkLevel, verboseLevel, and reasoningLevel
without falling back to sessionEntry, unlike elevatedLevel which already
had this fallback. When session_status tool calls buildStatusMessage
without passing resolvedThink/resolvedVerbose/resolvedReasoning, the
levels always fell back to agent defaults or "off", ignoring the
runtime-set session values.

Add sessionEntry fallback for thinkingLevel, verboseLevel, and
reasoningLevel, consistent with how elevatedLevel already works.

Closes #30126

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 14:42:34 +05:30
..
reply fix(memoryFlush): correct context token accounting for flush gating (#5343) 2026-02-28 16:54:57 -08:00
chunk.test.ts test: streamline auto-reply and tts suites 2026-02-21 21:44:01 +00:00
chunk.ts fix(security): harden account-key handling against prototype pollution 2026-02-24 01:09:31 +00:00
command-auth.ts fix(commands): restrict commands.allowFrom to sender principals 2026-02-24 02:01:01 +00:00
command-control.test.ts fix(commands): restrict commands.allowFrom to sender principals 2026-02-24 02:01:01 +00:00
command-detection.ts
commands-args.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
commands-args.ts refactor(auto-reply): share command action arg formatting 2026-02-18 17:23:44 +00:00
commands-registry.data.ts Discord: thread bindings idle + max-age lifecycle (#27845) (thanks @osolmaz) 2026-02-27 10:02:39 +01:00
commands-registry.test.ts Tests: validate discord slash command options 2026-02-27 18:41:16 -06:00
commands-registry.ts fix(slack): land #29032 /agentstatus alias from @maloqab 2026-02-27 19:09:38 +00:00
commands-registry.types.ts
dispatch.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
dispatch.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
envelope.test.ts refactor(test): dedupe env setup in envelope and config tests 2026-02-21 19:13:47 +00:00
envelope.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
fallback-state.test.ts feat(auto-reply): add model fallback lifecycle visibility in status, verbose logs, and WebUI (#20704) 2026-02-19 14:33:02 -08:00
fallback-state.ts feat(auto-reply): add model fallback lifecycle visibility in status, verbose logs, and WebUI (#20704) 2026-02-19 14:33:02 -08:00
group-activation.ts
heartbeat-reply-payload.ts
heartbeat.test.ts
heartbeat.ts
inbound-debounce.ts Telegram: coalesce forwarded text+media bursts into one inbound turn (#19476) 2026-02-22 21:41:09 +05:30
inbound.test.ts Telegram: coalesce forwarded text+media bursts into one inbound turn (#19476) 2026-02-22 21:41:09 +05:30
media-note.test.ts chore: Fix types in tests 42/N. 2026-02-17 15:50:07 +09:00
media-note.ts
media-understanding.test-fixtures.ts
model-runtime.ts feat(auto-reply): add model fallback lifecycle visibility in status, verbose logs, and WebUI (#20704) 2026-02-19 14:33:02 -08:00
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 test(reply): replace heavy resets in media and runner helper specs 2026-02-22 08:15:28 +00:00
reply.directive.directive-behavior.applies-inline-reasoning-mixed-messages-acks-immediately.test.ts test: consolidate directive behavior suites for faster runs 2026-02-23 21:48:12 +00:00
reply.directive.directive-behavior.defaults-think-low-reasoning-capable-models-no.test.ts test: fix gate regressions 2026-02-24 04:39:53 +00:00
reply.directive.directive-behavior.e2e-harness.ts test(auto-reply): share elevated-off status assertion 2026-02-18 17:01:22 +00:00
reply.directive.directive-behavior.e2e-mocks.ts
reply.directive.directive-behavior.model-directive-test-utils.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
reply.directive.directive-behavior.prefers-alias-matches-fuzzy-selection-is-ambiguous.test.ts test: consolidate directive behavior suites for faster runs 2026-02-23 21:48:12 +00:00
reply.directive.directive-behavior.shows-current-verbose-level-verbose-has-no.test.ts test: consolidate directive behavior suites for faster runs 2026-02-23 21:48:12 +00:00
reply.directive.parse.test.ts
reply.heartbeat-typing.test.ts refactor(test): centralize trigger and cron test helpers 2026-02-22 20:04:51 +00:00
reply.media-note.test.ts test(reply): replace heavy resets in media and runner helper specs 2026-02-22 08:15:28 +00:00
reply.raw-body.test.ts test(core): use lightweight clears in runtime and telegram setup 2026-02-22 08:09:14 +00:00
reply.test-harness.ts
reply.triggers.group-intro-prompts.cases.ts test: consolidate trigger handling suites 2026-02-23 19:41:47 +00:00
reply.triggers.trigger-handling.filters-usage-summary-current-model-provider.cases.ts test: prune redundant trigger handling integration coverage 2026-02-23 20:00:11 +00:00
reply.triggers.trigger-handling.stages-inbound-media-into-sandbox-workspace.test.ts test: consolidate trigger handling suites 2026-02-23 19:41:47 +00:00
reply.triggers.trigger-handling.targets-active-session-native-stop.test.ts test: prune redundant trigger handling integration coverage 2026-02-23 20:00:11 +00:00
reply.triggers.trigger-handling.test-harness.ts test: reduce trigger test redundancy and speed up model coverage 2026-02-23 13:41:47 +00:00
reply.ts
send-policy.ts
skill-commands.test.ts
skill-commands.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
stage-sandbox-media.test-harness.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
status.test.ts fix: read thinking/verbose/reasoning levels from session entry in status 2026-03-01 14:42:34 +05:30
status.ts fix: read thinking/verbose/reasoning levels from session entry in status 2026-03-01 14:42:34 +05:30
templating.ts feat(feishu): add parent/root inbound context for quote support (openclaw#18529) 2026-02-28 09:55:50 -06:00
thinking.test.ts test: remove duplicate extra-high think-level case 2026-02-19 08:30:26 +00:00
thinking.ts
tokens.test.ts fix(auto-reply): tighten silent token semantics and prefix streaming 2026-02-26 16:04:48 +05:30
tokens.ts docs(auto-reply): align silent token comment with regex 2026-02-26 16:04:48 +05:30
tool-meta.test.ts
tool-meta.ts
types.ts fix: harden typing lifecycle and cross-channel suppression 2026-02-26 17:01:09 +01:00