openclaw/src/agents
lbo728 b863316e7b fix(models): preserve user reasoning override when merging with built-in catalog
When a built-in provider model has reasoning:true (e.g. MiniMax-M2.5) and
the user explicitly sets reasoning:false in their config, mergeProviderModels
unconditionally overwrote the user's value with the built-in catalog value.

The merge code refreshes capability metadata (input, contextWindow, maxTokens,
reasoning) from the implicit catalog. This is correct for fields like
contextWindow and maxTokens — the catalog has authoritative values that
shouldn't be stale. But reasoning is a user preference, not just a
capability descriptor: users may need to disable it to avoid 'Message
ordering conflict' errors with certain models or backends.

Fix: check whether 'reasoning' is present in the explicit (user-supplied)
model entry. If the user has set it (even to false), honour that value.
If the user hasn't set it, fall back to the built-in catalog default.

This allows users to configure tools.models.providers.minimax.models with
reasoning:false for MiniMax-M2.5 without being silently overridden.

Fixes #25244
2026-02-24 14:22:02 +00:00
..
auth-profiles refactor!: remove google-antigravity provider support 2026-02-23 05:20:14 +01:00
cli-runner
pi-embedded-helpers fix(auth): classify missing OAuth scopes as auth failures (#24761) 2026-02-24 03:33:44 +00:00
pi-embedded-runner fix: align reasoning payload typing for #24991 (thanks @stakeswky) 2026-02-24 04:34:49 +00:00
pi-extensions refactor: deduplicate shared helpers and test setup 2026-02-23 20:40:44 +00:00
sandbox test: align flaky CI expectations after main changes (#24991) (thanks @stakeswky) 2026-02-24 04:34:49 +00:00
schema
skills fix: guard .trim() calls on potentially undefined workspaceDir (#24875) 2026-02-24 03:22:39 +00:00
test-helpers refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
tools fix(gateway): bind node exec approvals to nodeId 2026-02-24 03:05:58 +00:00
agent-paths.test.ts
agent-paths.ts
agent-scope.test.ts fix(agents): fall back to agents.defaults.model when agent has no model config (#24210) 2026-02-23 03:18:55 -05:00
agent-scope.ts fix(memory): strip null bytes from workspace paths causing ENOTDIR (#24876) 2026-02-24 03:22:42 +00:00
announce-idempotency.ts
anthropic-payload-log.ts
anthropic.setup-token.live.test.ts
api-key-rotation.ts
apply-patch-update.ts
apply-patch.test.ts
apply-patch.ts fix: enforce apply_patch workspaceOnly in sandbox mounts 2026-02-24 02:23:56 +00:00
auth-health.test.ts
auth-health.ts
auth-profiles.chutes.test.ts
auth-profiles.cooldown-auto-expiry.test.ts
auth-profiles.ensureauthprofilestore.test.ts
auth-profiles.getsoonestcooldownexpiry.test.ts
auth-profiles.markauthprofilefailure.test.ts
auth-profiles.resolve-auth-profile-order.does-not-prioritize-lastgood-round-robin-ordering.test.ts
auth-profiles.resolve-auth-profile-order.fixtures.ts
auth-profiles.resolve-auth-profile-order.normalizes-z-ai-aliases-auth-order.test.ts
auth-profiles.resolve-auth-profile-order.orders-by-lastused-no-explicit-order-exists.test.ts
auth-profiles.resolve-auth-profile-order.uses-stored-profiles-no-config-exists.test.ts
auth-profiles.ts Agents: infer auth-profile unavailable failover reason 2026-02-22 16:10:32 -08:00
bash-process-registry.test-helpers.ts
bash-process-registry.test.ts
bash-process-registry.ts
bash-tools.build-docker-exec-args.test.ts
bash-tools.exec-approval-request.test.ts fix(exec): add approval race changelog and regressions 2026-02-24 03:22:05 +00:00
bash-tools.exec-approval-request.ts fix(exec): restore two-phase approval registration flow 2026-02-24 03:16:36 +00:00
bash-tools.exec-host-gateway.ts fix(exec): restore two-phase approval registration flow 2026-02-24 03:16:36 +00:00
bash-tools.exec-host-node.ts fix(exec): restore two-phase approval registration flow 2026-02-24 03:16:36 +00:00
bash-tools.exec-runtime.ts fix(exec): treat shell exit codes 126/127 as failures instead of completed 2026-02-24 04:20:30 +00:00
bash-tools.exec-types.ts fix(exec): harden safe-bin trust and add explicit trusted dirs 2026-02-22 22:43:18 +01:00
bash-tools.exec.approval-id.test.ts fix(exec): add approval race changelog and regressions 2026-02-24 03:22:05 +00:00
bash-tools.exec.background-abort.test.ts test: prune redundant abort case and speed stream cap test 2026-02-23 05:06:34 +00:00
bash-tools.exec.path.test.ts refactor(security): dedupe shell env probe and add path regression test 2026-02-24 03:11:33 +00:00
bash-tools.exec.pty-cleanup.test.ts
bash-tools.exec.pty-fallback-failure.test.ts
bash-tools.exec.pty-fallback.test.ts
bash-tools.exec.pty.test.ts
bash-tools.exec.script-preflight.test.ts
bash-tools.exec.ts fix(exec): restore sandbox as implicit host default 2026-02-23 01:48:24 +01:00
bash-tools.process.poll-timeout.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
bash-tools.process.send-keys.test.ts test(gate): stabilize env- and timing-sensitive process/web-search checks 2026-02-23 19:19:58 +00:00
bash-tools.process.supervisor.test.ts
bash-tools.process.ts fix: clamp poll sleep duration to non-negative in bash-tools process (#24889) 2026-02-24 03:22:58 +00:00
bash-tools.shared.ts
bash-tools.test.ts refactor(test): de-duplicate msteams and bash test helpers 2026-02-23 19:12:27 +00:00
bash-tools.ts
bedrock-discovery.test.ts
bedrock-discovery.ts
bootstrap-cache.test.ts fix(agents): cache bootstrap snapshots per session key 2026-02-23 19:19:45 +00:00
bootstrap-cache.ts fix(agents): cache bootstrap snapshots per session key 2026-02-23 19:19:45 +00:00
bootstrap-files.test.ts
bootstrap-files.ts fix(agents): cache bootstrap snapshots per session key 2026-02-23 19:19:45 +00:00
bootstrap-hooks.test.ts
bootstrap-hooks.ts
byteplus-models.ts
byteplus.live.test.ts
cache-trace.test.ts
cache-trace.ts
channel-tools.test.ts
channel-tools.ts
chutes-oauth.flow.test.ts
chutes-oauth.test.ts
chutes-oauth.ts
claude-cli-runner.test.ts
claude-cli-runner.ts
cli-backends.test.ts
cli-backends.ts
cli-credentials.test.ts
cli-credentials.ts
cli-runner.test.ts
cli-runner.ts fix(exec): apply per-agent exec defaults for opaque session keys 2026-02-22 23:33:14 +01:00
cli-session.ts
cli-watchdog-defaults.ts
cloudflare-ai-gateway.ts
command-poll-backoff.test.ts
command-poll-backoff.ts
compaction.retry.test.ts
compaction.test.ts
compaction.token-sanitize.test.ts Compaction: sanitize token split accounting (#24058) 2026-02-22 20:13:21 -06:00
compaction.tool-result-details.test.ts Compaction: ignore tool result details in oversized checks (#24057) 2026-02-22 20:13:59 -06:00
compaction.ts Compaction: ignore tool result details in oversized checks (#24057) 2026-02-22 20:13:59 -06:00
content-blocks.test.ts
content-blocks.ts
context-window-guard.test.ts
context-window-guard.ts
context.test.ts Providers: skip context1m beta for Anthropic OAuth tokens (#24620) 2026-02-23 12:29:09 -05:00
context.ts Providers: skip context1m beta for Anthropic OAuth tokens (#24620) 2026-02-23 12:29:09 -05:00
current-time.ts
date-time.ts
defaults.ts
docs-path.ts
doubao-models.ts
failover-error.test.ts fix: treat HTTP 502/503/504 as failover-eligible (timeout reason) (#21017) 2026-02-23 03:01:57 -05:00
failover-error.ts fix: treat HTTP 502/503/504 as failover-eligible (timeout reason) (#21017) 2026-02-23 03:01:57 -05:00
glob-pattern.ts
google-gemini-switch.live.test.ts
huggingface-models.test.ts
huggingface-models.ts
identity-avatar.test.ts
identity-avatar.ts
identity-file.test.ts
identity-file.ts
identity.human-delay.test.ts
identity.per-channel-prefix.test.ts
identity.test.ts
identity.ts
image-sanitization.test.ts
image-sanitization.ts
lanes.ts
live-auth-keys.ts
live-model-filter.ts refactor!: remove google-antigravity provider support 2026-02-23 05:20:14 +01:00
memory-search.test.ts test: tighten mistral media and onboarding coverage 2026-02-23 00:19:05 +00:00
memory-search.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
minimax-vlm.normalizes-api-key.test.ts
minimax-vlm.ts
minimax.live.test.ts
model-alias-lines.ts
model-auth-label.ts
model-auth.profiles.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
model-auth.test.ts
model-auth.ts feat: Add Kilo Gateway provider (#20212) 2026-02-23 23:29:27 +00:00
model-catalog.test-harness.ts
model-catalog.test.ts Tests: make model-catalog fixtures type-valid 2026-02-23 21:36:34 -05:00
model-catalog.ts Config: expand Kilo catalog and persist selected Kilo models (#24921) 2026-02-23 21:17:37 -05:00
model-compat.test.ts fix(providers): strip trailing /v1 from Anthropic baseUrl to prevent double-path 2026-02-24 04:20:30 +00:00
model-compat.ts fix(providers): strip trailing /v1 from Anthropic baseUrl to prevent double-path 2026-02-24 04:20:30 +00:00
model-fallback.probe.test.ts Agents: infer auth-profile unavailable failover reason 2026-02-22 16:10:32 -08:00
model-fallback.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
model-fallback.ts fix(agents): fall back to agents.defaults.model when agent has no model config (#24210) 2026-02-23 03:18:55 -05:00
model-forward-compat.ts refactor!: remove google-antigravity provider support 2026-02-23 05:20:14 +01:00
model-scan.test.ts
model-scan.ts
model-selection.test.ts Allow Claude model requests to route through Google Vertex AI (#23985) 2026-02-23 11:04:31 -05:00
model-selection.ts Allow Claude model requests to route through Google Vertex AI (#23985) 2026-02-23 11:04:31 -05:00
models-config.auto-injects-github-copilot-provider-token-is.test.ts
models-config.e2e-harness.ts
models-config.falls-back-default-baseurl-token-exchange-fails.test.ts fix(test): prevent env leak causing models.json CI flake 2026-02-22 22:00:44 +00:00
models-config.fills-missing-provider-apikey-from-env-var.test.ts fix(models): refresh Moonshot Kimi vision capabilities 2026-02-23 12:44:23 +00:00
models-config.normalizes-gemini-3-ids-preview-google-providers.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
models-config.preserves-explicit-reasoning-override.test.ts fix(models): preserve user reasoning override when merging with built-in catalog 2026-02-24 14:22:02 +00:00
models-config.providers.kilocode.test.ts Config: expand Kilo catalog and persist selected Kilo models (#24921) 2026-02-23 21:17:37 -05:00
models-config.providers.kimi-coding.test.ts
models-config.providers.nvidia.test.ts
models-config.providers.ollama.test.ts
models-config.providers.qianfan.test.ts
models-config.providers.ts fix(openrouter): skip reasoning effort injection for 'auto' routing model 2026-02-24 04:33:51 +00:00
models-config.providers.volcengine-byteplus.test.ts
models-config.skips-writing-models-json-no-env-token.test.ts
models-config.test-utils.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
models-config.ts fix(models): preserve user reasoning override when merging with built-in catalog 2026-02-24 14:22:02 +00:00
models-config.uses-first-github-copilot-profile-env-tokens.test.ts
models.profiles.live.test.ts
moonshot.live.test.ts test(agents): add comprehensive kimi regressions 2026-02-23 18:27:36 +00:00
ollama-stream.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
ollama-stream.ts
openai-responses.reasoning-replay.test.ts
openclaw-gateway-tool.test.ts
openclaw-tools.agents.test.ts
openclaw-tools.camera.test.ts fix(gateway): bind node exec approvals to nodeId 2026-02-24 03:05:58 +00:00
openclaw-tools.session-status.test.ts
openclaw-tools.sessions-visibility.test.ts
openclaw-tools.sessions.test.ts fix(security): OC-07 redact session history credentials and enforce webhook secret (#16928) 2026-02-22 18:29:40 -05:00
openclaw-tools.subagents.sessions-spawn-applies-thinking-default.test.ts
openclaw-tools.subagents.sessions-spawn-default-timeout-absent.test.ts feat(agents): configurable default runTimeoutSeconds for subagent spawns 2026-02-24 04:22:43 +00:00
openclaw-tools.subagents.sessions-spawn-default-timeout.test.ts feat(agents): configurable default runTimeoutSeconds for subagent spawns 2026-02-24 04:22:43 +00:00
openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts
openclaw-tools.subagents.sessions-spawn.allowlist.test.ts
openclaw-tools.subagents.sessions-spawn.lifecycle.test.ts Tests/Typing: stabilize subagent completion routing changes 2026-02-24 04:12:25 +00:00
openclaw-tools.subagents.sessions-spawn.model.test.ts
openclaw-tools.subagents.sessions-spawn.test-harness.ts test: speed up sessions_spawn tool harness 2026-02-23 21:13:05 +00:00
openclaw-tools.subagents.steer-failure-clears-suppression.test.ts
openclaw-tools.subagents.test-harness.ts
openclaw-tools.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
opencode-zen-models.test.ts
opencode-zen-models.ts
owner-display.test.ts
owner-display.ts
pi-auth-json.test.ts
pi-auth-json.ts
pi-embedded-block-chunker.test.ts
pi-embedded-block-chunker.ts
pi-embedded-helpers.buildbootstrapcontextfiles.test.ts
pi-embedded-helpers.formatassistanterrortext.test.ts fix(agents): avoid classifying reasoning-required errors as context overflow (#24593) 2026-02-23 10:38:49 -05:00
pi-embedded-helpers.isbillingerrormessage.test.ts fix(auth): classify missing OAuth scopes as auth failures (#24761) 2026-02-24 03:33:44 +00:00
pi-embedded-helpers.sanitize-session-messages-images.removes-empty-assistant-text-blocks-but-preserves.test.ts
pi-embedded-helpers.sanitizeuserfacingtext.test.ts
pi-embedded-helpers.ts
pi-embedded-helpers.validate-turns.test.ts
pi-embedded-messaging.ts
pi-embedded-payloads.ts fix: align reasoning payload typing for #24991 (thanks @stakeswky) 2026-02-24 04:34:49 +00:00
pi-embedded-runner-extraparams.live.test.ts
pi-embedded-runner-extraparams.test.ts fix: expand openrouter thinking-off regression coverage (#24863) (thanks @DevSecTim) 2026-02-24 03:54:29 +00:00
pi-embedded-runner.applygoogleturnorderingfix.test.ts
pi-embedded-runner.buildembeddedsandboxinfo.test.ts
pi-embedded-runner.compaction-safety-timeout.test.ts
pi-embedded-runner.createsystempromptoverride.test.ts
pi-embedded-runner.get-dm-history-limit-from-session-key.falls-back-provider-default-per-dm-not.test.ts
pi-embedded-runner.get-dm-history-limit-from-session-key.returns-undefined-sessionkey-is-undefined.test.ts
pi-embedded-runner.guard.test.ts
pi-embedded-runner.guard.waitforidle-before-flush.test.ts
pi-embedded-runner.history-limit-from-session-key.test.ts
pi-embedded-runner.limithistoryturns.test.ts
pi-embedded-runner.openai-tool-id-preservation.test.ts
pi-embedded-runner.resolvesessionagentids.test.ts fix(exec): apply per-agent exec defaults for opaque session keys 2026-02-22 23:33:14 +01:00
pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.test.ts Agents: infer auth-profile unavailable failover reason 2026-02-22 16:10:32 -08:00
pi-embedded-runner.sanitize-session-history.policy.test.ts
pi-embedded-runner.sanitize-session-history.test-harness.ts
pi-embedded-runner.sanitize-session-history.test.ts test(agents): update test to match universal tool-result repair for OpenAI 2026-02-24 04:33:51 +00:00
pi-embedded-runner.splitsdktools.test.ts
pi-embedded-runner.test.ts test: tighten slow test timeouts and cleanup 2026-02-24 01:16:53 +00:00
pi-embedded-runner.ts
pi-embedded-subscribe.code-span-awareness.test.ts
pi-embedded-subscribe.e2e-harness.ts
pi-embedded-subscribe.handlers.compaction.ts fix(plugins): pass session context to before_compaction hook in subscribe handler 2026-02-24 04:33:50 +00:00
pi-embedded-subscribe.handlers.lifecycle.test.ts
pi-embedded-subscribe.handlers.lifecycle.ts
pi-embedded-subscribe.handlers.messages.test.ts
pi-embedded-subscribe.handlers.messages.ts fix: suppress reasoning payloads from generic channel dispatch path 2026-02-24 04:34:49 +00:00
pi-embedded-subscribe.handlers.tools.media.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
pi-embedded-subscribe.handlers.tools.test.ts fix(agents): await block-reply flush before tool execution starts 2026-02-24 14:11:40 +00:00
pi-embedded-subscribe.handlers.tools.ts fix(agents): await block-reply flush before tool execution starts 2026-02-24 14:11:40 +00:00
pi-embedded-subscribe.handlers.ts
pi-embedded-subscribe.handlers.types.ts
pi-embedded-subscribe.lifecycle-billing-error.test.ts
pi-embedded-subscribe.raw-stream.ts
pi-embedded-subscribe.reply-tags.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.calls-onblockreplyflush-before-tool-execution-start-preserve.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.does-not-append-text-end-content-is.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.does-not-call-onblockreplyflush-callback-is-not.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.does-not-duplicate-text-end-repeats-full.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.does-not-emit-duplicate-block-replies-text.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.emits-block-replies-text-end-does-not.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.emits-reasoning-as-separate-message-enabled.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.filters-final-suppresses-output-without-start-tag.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.includes-canvas-action-metadata-tool-summaries.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.keeps-assistanttexts-final-answer-block-replies-are.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.keeps-indented-fenced-blocks-intact.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.reopens-fenced-blocks-splitting-inside-them.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.splits-long-single-line-fenced-blocks-reopen.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.streams-soft-chunks-paragraph-preference.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.subscribeembeddedpisession.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
pi-embedded-subscribe.subscribe-embedded-pi-session.suppresses-message-end-block-replies-message-tool.test.ts
pi-embedded-subscribe.subscribe-embedded-pi-session.waits-multiple-compaction-retries-before-resolving.test.ts Compaction: count only completed auto-compactions (#24056) 2026-02-22 20:16:45 -06:00
pi-embedded-subscribe.tools.extract.test.ts
pi-embedded-subscribe.tools.media.test.ts
pi-embedded-subscribe.tools.test.ts
pi-embedded-subscribe.tools.ts
pi-embedded-subscribe.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
pi-embedded-subscribe.types.ts
pi-embedded-utils.test.ts
pi-embedded-utils.ts
pi-embedded.ts
pi-model-discovery.ts
pi-settings.test.ts
pi-settings.ts
pi-tool-definition-adapter.after-tool-call.test.ts
pi-tool-definition-adapter.test.ts
pi-tool-definition-adapter.ts
pi-tools-agent-config.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
pi-tools.abort.ts
pi-tools.before-tool-call.integration.test.ts
pi-tools.before-tool-call.test.ts
pi-tools.before-tool-call.ts
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-b.test.ts test: consolidate pi-tools gating assertions 2026-02-23 20:00:11 +00:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-d.test.ts test: consolidate pi-tools gating assertions 2026-02-23 20:00:11 +00:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-f.test.ts
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping.test.ts
pi-tools.policy.test.ts
pi-tools.policy.ts fix(exec): apply per-agent exec defaults for opaque session keys 2026-02-22 23:33:14 +01:00
pi-tools.read.ts fix(agents): allow empty edit replacement text 2026-02-24 04:33:50 +00:00
pi-tools.read.workspace-root-guard.test.ts fix: stabilize ci test typings and mocks 2026-02-22 21:38:47 +00:00
pi-tools.safe-bins.test.ts
pi-tools.sandbox-mounted-paths.workspace-only.test.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
pi-tools.schema.ts refactor!: remove google-antigravity provider support 2026-02-23 05:20:14 +01:00
pi-tools.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
pi-tools.types.ts
pi-tools.whatsapp-login-gating.test.ts
pi-tools.workspace-paths.test.ts fix(agents): allow empty edit replacement text 2026-02-24 04:33:50 +00:00
pty-dsr.ts
pty-keys.test.ts
pty-keys.ts
queued-file-writer.ts
sandbox-agent-config.agent-specific-sandbox-config.test.ts test(sandbox): speed up agent-config coverage with pure resolvers 2026-02-24 01:46:12 +00:00
sandbox-create-args.test.ts fix(sandbox): harden fs bridge path checks and bind mount policy 2026-02-24 02:21:43 +00:00
sandbox-explain.test.ts test(sandbox): use focused modules in lightweight suites 2026-02-24 01:46:12 +00:00
sandbox-media-paths.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
sandbox-merge.test.ts test(sandbox): use focused modules in lightweight suites 2026-02-24 01:46:12 +00:00
sandbox-paths.test.ts
sandbox-paths.ts fix: make windows CI path handling deterministic 2026-02-22 22:34:49 +00:00
sandbox-skills.test.ts test(sandbox): use focused modules in lightweight suites 2026-02-24 01:46:12 +00:00
sandbox-tool-policy.ts
sandbox.resolveSandboxContext.test.ts test(sandbox): use focused modules in lightweight suites 2026-02-24 01:46:12 +00:00
sandbox.ts
sanitize-for-prompt.test.ts
sanitize-for-prompt.ts
session-dirs.ts
session-file-repair.test.ts
session-file-repair.ts
session-slug.test.ts
session-slug.ts
session-tool-result-guard-wrapper.ts
session-tool-result-guard.test.ts
session-tool-result-guard.tool-result-persist-hook.test.ts
session-tool-result-guard.ts
session-transcript-repair.test.ts
session-transcript-repair.ts
session-write-lock.test.ts
session-write-lock.ts
sessions-spawn-hooks.test.ts
sessions-spawn-threadid.test.ts
shell-utils.test.ts
shell-utils.ts
skills-install-download.ts
skills-install-fallback.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
skills-install-output.ts
skills-install.download-test-utils.ts
skills-install.download.test.ts test: speed up skills test suites 2026-02-23 21:02:13 +00:00
skills-install.test-mocks.ts
skills-install.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
skills-install.ts
skills-status.test.ts
skills-status.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
skills.agents-skills-directory.test.ts
skills.build-workspace-skills-prompt.applies-bundled-allowlist-without-affecting-workspace-skills.test.ts
skills.build-workspace-skills-prompt.prefers-workspace-skills-managed-skills.test.ts test: normalize skill prompt path assertions on windows 2026-02-23 21:17:29 +00:00
skills.build-workspace-skills-prompt.syncs-merged-skills-into-target-workspace.test.ts test: normalize skill prompt path assertions on windows 2026-02-23 21:17:29 +00:00
skills.buildworkspaceskillsnapshot.test.ts test: speed up skills test suites 2026-02-23 21:02:13 +00:00
skills.buildworkspaceskillstatus.test.ts test: speed up skills test suites 2026-02-23 21:02:13 +00:00
skills.compact-skill-paths.test.ts
skills.e2e-test-helpers.test.ts
skills.e2e-test-helpers.ts
skills.loadworkspaceskillentries.test.ts
skills.resolveskillspromptforrun.test.ts
skills.summarize-skill-description.test.ts
skills.test-helpers.ts
skills.test.ts
skills.ts
stable-stringify.ts
subagent-announce-queue.test.ts fix: harden queue retry debounce and add regression tests 2026-02-24 03:52:49 +00:00
subagent-announce-queue.ts fix: harden queue retry debounce and add regression tests 2026-02-24 03:52:49 +00:00
subagent-announce.format.test.ts Tests: add regressions for subagent completion fallback and explicit direct route 2026-02-24 04:12:25 +00:00
subagent-announce.timeout.test.ts test: dedupe fixtures and test harness setup 2026-02-23 05:45:54 +00:00
subagent-announce.ts fix(subagents): restore isInternalMessageChannel guard in resolveAnnounceOrigin 2026-02-24 04:13:40 +00:00
subagent-depth.test.ts
subagent-depth.ts
subagent-lifecycle-events.ts
subagent-registry-cleanup.ts
subagent-registry-completion.test.ts
subagent-registry-completion.ts
subagent-registry-queries.ts
subagent-registry-state.ts
subagent-registry.announce-loop-guard.test.ts fix(subagents): reconcile orphaned restored runs 2026-02-24 04:17:56 +00:00
subagent-registry.archive.test.ts
subagent-registry.mocks.shared.ts
subagent-registry.nested.test.ts
subagent-registry.persistence.test.ts chore(status): clarify bootstrap file semantics 2026-02-24 04:17:56 +00:00
subagent-registry.steer-restart.test.ts test(subagents): mock sessions store in steer-restart coverage 2026-02-24 04:17:56 +00:00
subagent-registry.store.ts
subagent-registry.ts fix(subagents): reconcile orphaned restored runs 2026-02-24 04:17:56 +00:00
subagent-registry.types.ts
subagent-spawn.ts feat(agents): configurable default runTimeoutSeconds for subagent spawns 2026-02-24 04:22:43 +00:00
synthetic-models.ts fix(models): refresh Moonshot Kimi vision capabilities 2026-02-23 12:44:23 +00:00
system-prompt-params.test.ts
system-prompt-params.ts
system-prompt-report.test.ts
system-prompt-report.ts
system-prompt-stability.test.ts
system-prompt.test.ts fix: include available_skills in isolated cron agentTurn sessions (closes #24888) 2026-02-24 04:20:30 +00:00
system-prompt.ts chore: remove unused isMinimal param from buildSkillsSection 2026-02-24 04:20:30 +00:00
timeout.ts
together-models.ts
tool-call-id.test.ts
tool-call-id.ts
tool-catalog.ts fix(acp): harden permission auto-approval policy 2026-02-24 01:03:30 +00:00
tool-display-common.ts
tool-display.json
tool-display.test.ts
tool-display.ts
tool-fs-policy.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
tool-images.log.test.ts
tool-images.test.ts fix(security): harden session export image data-url handling 2026-02-24 02:53:39 +00:00
tool-images.ts fix(security): harden session export image data-url handling 2026-02-24 02:53:39 +00:00
tool-loop-detection.test.ts
tool-loop-detection.ts
tool-mutation.test.ts
tool-mutation.ts
tool-policy-pipeline.test.ts
tool-policy-pipeline.ts
tool-policy-shared.ts Gateway/UI: data-driven agents tools catalog with provenance (openclaw#24199) thanks @Takhoffman 2026-02-22 23:55:59 -06:00
tool-policy.conformance.ts
tool-policy.plugin-only-allowlist.test.ts
tool-policy.test.ts Gateway/UI: data-driven agents tools catalog with provenance (openclaw#24199) thanks @Takhoffman 2026-02-22 23:55:59 -06:00
tool-policy.ts
tool-summaries.ts
transcript-policy.policy.test.ts
transcript-policy.test.ts fix: recognize Bedrock as Anthropic-compatible in transcript policy 2026-02-24 04:33:50 +00:00
transcript-policy.ts fix(agents): repair orphaned tool results for OpenAI after history truncation 2026-02-24 04:33:50 +00:00
usage.normalization.test.ts
usage.test.ts
usage.ts
venice-models.ts
volc-models.shared.ts
workspace-dir.ts
workspace-dirs.ts
workspace-run.test.ts
workspace-run.ts
workspace-templates.test.ts
workspace-templates.ts
workspace.bootstrap-cache.test.ts
workspace.defaults.test.ts
workspace.load-extra-bootstrap-files.test.ts
workspace.test.ts fix(agents): include SOUL.md, IDENTITY.md, USER.md in subagent/cron bootstrap allowlist 2026-02-24 04:04:35 +00:00
workspace.ts fix(agents): include SOUL.md, IDENTITY.md, USER.md in subagent/cron bootstrap allowlist 2026-02-24 04:04:35 +00:00
zai.live.test.ts