openclaw/src/agents
Peter Steinberger de49b26bb1
test: trim acp spawn parent stream resets
2026-04-03 18:56:17 +01:00
..
auth-profiles refactor: clarify auth failover policy 2026-04-04 02:49:18 +09:00
cli-runner fix: prevent gateway attachment offload regressions (#55513) (thanks @Syysean) 2026-03-30 20:54:40 +05:30
command refactor: drop heavy channel outbound test imports 2026-04-03 15:10:48 +01:00
pi-embedded-helpers refactor: clarify auth failover policy 2026-04-04 02:49:18 +09:00
pi-embedded-runner feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
pi-hooks test: fix context pruning runtime fixtures 2026-04-01 16:48:00 +05:30
sandbox feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
schema
skills feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
test-helpers refactor: extract embedded runner failover helpers 2026-04-03 19:28:39 +09:00
tools test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
acp-binding-architecture.guardrail.test.ts
acp-spawn-parent-stream.test.ts test: trim acp spawn parent stream resets 2026-04-03 18:56:17 +01:00
acp-spawn-parent-stream.ts fix(tasks): scope shared run updates by session 2026-04-01 03:41:29 +09:00
acp-spawn.test.ts Revert "refactor: move tasks behind plugin-sdk seam" 2026-04-01 01:30:22 +09:00
acp-spawn.ts refactor(tasks): add owner-key task access boundaries (#58516) 2026-04-01 03:12:33 +09:00
agent-command.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
agent-paths.test.ts
agent-paths.ts
agent-scope.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
agent-scope.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
announce-idempotency.ts
anthropic-payload-log.test.ts
anthropic-payload-log.ts
anthropic-vertex-stream.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
anthropic-vertex-stream.ts
anthropic.setup-token.live.test.ts
api-key-rotation.ts
apply-patch-update.ts
apply-patch.test.ts Agents: pin apply-patch workspace mutations (#56016) 2026-03-30 16:49:49 +01:00
apply-patch.ts Agents: pin apply-patch workspace mutations (#56016) 2026-03-30 16:49:49 +01:00
auth-health.test.ts
auth-health.ts
auth-profiles.chutes.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
auth-profiles.cooldown-auto-expiry.test.ts
auth-profiles.doctor.test.ts
auth-profiles.ensureauthprofilestore.test.ts refactor: dedupe auth profile store normalization 2026-04-01 13:37:37 +01:00
auth-profiles.external-cli-sync.test.ts
auth-profiles.getsoonestcooldownexpiry.test.ts
auth-profiles.markauthprofilefailure.test.ts fix: narrow auth permanent lockouts 2026-04-04 02:35:27 +09:00
auth-profiles.readonly-sync.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.runtime-snapshot-save.test.ts
auth-profiles.runtime.ts
auth-profiles.store-cache.test.ts
auth-profiles.store.save.test.ts
auth-profiles.ts
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-followup.test.ts refactor: simplify exec approval followup delivery 2026-04-02 17:19:42 +01:00
bash-tools.exec-approval-followup.ts refactor: simplify exec approval followup delivery 2026-04-02 17:19:42 +01:00
bash-tools.exec-approval-request.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bash-tools.exec-approval-request.ts fix: widen HostExecApprovalParams.cwd to string | undefined 2026-04-03 02:04:26 +09:00
bash-tools.exec-foreground-failures.test.ts
bash-tools.exec-host-gateway.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bash-tools.exec-host-gateway.ts Fix Telegram exec approval delivery and auto-resume fallback 2026-04-03 00:56:54 +09:00
bash-tools.exec-host-node.ts fix: avoid gateway cwd for node exec (#58977) (thanks @Starhappysh) 2026-04-03 02:04:26 +09:00
bash-tools.exec-host-shared.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
bash-tools.exec-host-shared.ts fix: resolve type errors where workdir (string | undefined) flows to string-only params 2026-04-03 02:04:26 +09:00
bash-tools.exec-runtime.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bash-tools.exec-runtime.ts fix(exec): clarify auto routing semantics (#58897) (thanks @vincentkoc) 2026-04-03 02:37:12 +09:00
bash-tools.exec-types.ts Cron: restrict exec visibility to timeouts 2026-04-03 00:43:42 +09:00
bash-tools.exec.approval-id.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bash-tools.exec.background-abort.test.ts
bash-tools.exec.path.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01: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 fix(security): close fail-open bypass in exec script preflight [AI] (#59398) 2026-04-02 11:00:39 -06:00
bash-tools.exec.ts fix: avoid gateway cwd for node exec (#58977) (thanks @Starhappysh) 2026-04-03 02:04:26 +09:00
bash-tools.process.poll-timeout.test.ts
bash-tools.process.send-keys.test.ts
bash-tools.process.supervisor.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bash-tools.process.ts
bash-tools.shared.test.ts
bash-tools.shared.ts
bash-tools.test.ts
bash-tools.ts
bootstrap-budget.test.ts
bootstrap-budget.ts
bootstrap-cache.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
bootstrap-cache.ts
bootstrap-files.test.ts
bootstrap-files.ts
bootstrap-hooks.test.ts
bootstrap-hooks.ts
btw.test.ts
btw.ts
bundle-mcp.test-harness.ts
byteplus-models.ts
byteplus.live.test.ts
cache-trace.test.ts
cache-trace.ts
channel-tools.test.ts test: dedupe core test teardown paths 2026-04-03 07:14:58 +01:00
channel-tools.ts
chutes-models.test.ts
chutes-models.ts
chutes-oauth.flow.test.ts
chutes-oauth.test.ts
chutes-oauth.ts
claude-cli-runner.test.ts style: apply formatter cleanups 2026-03-30 16:20:27 +01:00
claude-cli-runner.ts
cli-backends.test.ts fix: preserve cli and slack fallback behavior 2026-03-31 20:37:42 +01:00
cli-backends.ts fix: preserve cli and slack fallback behavior 2026-03-31 20:37:42 +01:00
cli-credentials.test.ts
cli-credentials.ts
cli-output.test.ts
cli-output.ts
cli-runner.bundle-mcp.e2e.test.ts
cli-runner.helpers.test.ts
cli-runner.reliability.test.ts
cli-runner.runtime.ts refactor: lazy load cron cli runtime 2026-04-03 16:03:10 +01:00
cli-runner.session.test.ts
cli-runner.spawn.test.ts
cli-runner.test-support.ts
cli-runner.ts
cli-session.test.ts
cli-session.ts fix(plugins): enforce activation before shipped imports (#59136) 2026-04-02 11:18:49 +09:00
cli-watchdog-defaults.ts
codex-native-web-search.test.ts CLI: suppress Codex native search summary when web search is off 2026-04-01 03:30:06 +09:00
codex-native-web-search.ts CLI: suppress Codex native search summary when web search is off 2026-04-01 03:30:06 +09:00
command-poll-backoff.runtime.ts
command-poll-backoff.test.ts
command-poll-backoff.ts
compaction-real-conversation.ts
compaction.identifier-policy.test.ts
compaction.identifier-preservation.test.ts
compaction.retry.test.ts
compaction.test.ts
compaction.token-sanitize.test.ts
compaction.tool-result-details.test.ts
compaction.ts
configured-provider-fallback.ts
console-sanitize.ts
content-blocks.test.ts
content-blocks.ts
context-cache.ts
context-runtime-state.ts refactor: trim test setup agent imports 2026-04-03 14:17:16 +01:00
context-tokens.runtime.ts
context-window-guard.test.ts
context-window-guard.ts
context.lookup.test.ts test: unstick context lookup fake-timer warmup 2026-04-03 14:38:30 +01:00
context.test.ts
context.ts test: unstick context lookup fake-timer warmup 2026-04-03 14:38:30 +01:00
current-time.ts
custom-api-registry.test.ts
custom-api-registry.ts
date-time.ts
deepseek-models.ts
defaults.ts
docs-path.ts
doubao-models.ts
embedded-pi-lsp.ts
embedded-pi-mcp.ts
exec-approval-result.test.ts refactor(agent): share exec parser and runtime context codec 2026-04-03 00:15:43 +09:00
exec-approval-result.ts refactor(agent): share exec parser and runtime context codec 2026-04-03 00:15:43 +09:00
failover-error.test.ts refactor: clarify auth failover policy 2026-04-04 02:49:18 +09:00
failover-error.ts refactor: unify failover signal classification 2026-04-01 21:50:58 +09:00
failover-policy.test.ts
failover-policy.ts
fast-mode.test.ts
fast-mode.ts
github-copilot-token.test.ts fix(providers): classify copilot native endpoints (#59644) 2026-04-02 20:51:46 +09:00
github-copilot-token.ts fix(providers): classify copilot native endpoints (#59644) 2026-04-02 20:51:46 +09:00
glob-pattern.ts
google-gemini-switch.live.test.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
internal-events.ts refactor(agent): share exec parser and runtime context codec 2026-04-03 00:15:43 +09:00
internal-runtime-context.test.ts refactor(agent): share exec parser and runtime context codec 2026-04-03 00:15:43 +09:00
internal-runtime-context.ts refactor(agent): share exec parser and runtime context codec 2026-04-03 00:15:43 +09:00
kilocode-models.test.ts
kilocode-models.ts
lanes.test.ts
lanes.ts
live-auth-keys.ts
live-model-errors.test.ts
live-model-errors.ts
live-model-filter.ts test: require Claude 4.6 for Anthropic live selection 2026-03-31 16:41:50 +01:00
live-model-switch-error.ts refactor: trim cron session startup imports 2026-04-03 16:03:10 +01:00
live-model-switch.test.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
live-model-switch.ts refactor: trim cron session startup imports 2026-04-03 16:03:10 +01:00
live-test-helpers.test.ts
live-test-helpers.ts
mcp-config-shared.ts
mcp-http.ts
mcp-sse.test.ts
mcp-sse.ts
mcp-stdio.ts
mcp-transport-config.test.ts
mcp-transport-config.ts
mcp-transport.ts
memory-search.test.ts
memory-search.ts
minimax-docs.test.ts
minimax-vlm.normalizes-api-key.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
minimax-vlm.ts
minimax.live.test.ts
model-alias-lines.ts
model-allowlist-ref.ts
model-auth-env-vars.ts
model-auth-env.ts fix(plugins): enforce activation before shipped imports (#59136) 2026-04-02 11:18:49 +09:00
model-auth-label.test.ts
model-auth-label.ts
model-auth-markers.test.ts
model-auth-markers.ts
model-auth-runtime-shared.ts
model-auth.profiles.test.ts refactor: move ollama synthetic auth precedence into extension 2026-04-03 21:25:02 +09:00
model-auth.test.ts refactor: move ollama synthetic auth precedence into extension 2026-04-03 21:25:02 +09:00
model-auth.ts refactor: move ollama synthetic auth precedence into extension 2026-04-03 21:25:02 +09:00
model-catalog.runtime.ts
model-catalog.test-harness.ts
model-catalog.test.ts hotfix(ollama): Show only Ollama models after provider selection (#55290) 2026-03-31 16:48:22 -07:00
model-catalog.ts hotfix(ollama): Show only Ollama models after provider selection (#55290) 2026-03-31 16:48:22 -07:00
model-compat.test.ts refactor(providers): share completions format defaults 2026-04-04 02:18:12 +09:00
model-fallback-observation.ts
model-fallback.probe.test.ts
model-fallback.run-embedded.e2e.test.ts fix(agents): harden rate-limit fallback handoff 2026-04-03 18:28:56 +09:00
model-fallback.test.ts refactor: narrow model fallback auth imports 2026-04-03 16:03:10 +01:00
model-fallback.ts refactor: narrow model fallback auth imports 2026-04-03 16:03:10 +01:00
model-fallback.types.ts
model-ref-profile.test.ts
model-ref-profile.ts
model-scan.test.ts
model-scan.ts
model-selection-display.test.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
model-selection-display.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
model-selection.plugin-runtime.test.ts
model-selection.test.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
model-selection.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
model-suppression.runtime.ts
model-suppression.ts
model-tool-support.test.ts
model-tool-support.ts
models-config-state.ts refactor: trim test setup agent imports 2026-04-03 14:17:16 +01:00
models-config.applies-config-env-vars.test.ts
models-config.auto-injects-github-copilot-provider-token-is.test.ts
models-config.e2e-harness.ts feat: add bundled StepFun provider plugin (#60032) 2026-04-02 23:53:50 -07:00
models-config.falls-back-default-baseurl-token-exchange-fails.test.ts
models-config.file-mode.test.ts
models-config.fills-missing-provider-apikey-from-env-var.test.ts
models-config.merge.test.ts
models-config.merge.ts
models-config.normalizes-gemini-3-ids-preview-google-providers.test.ts
models-config.plan.ts
models-config.preserves-explicit-reasoning-override.test.ts
models-config.providers.anthropic-vertex.test.ts
models-config.providers.auth-provenance.test.ts
models-config.providers.chutes.test.ts
models-config.providers.cloudflare-ai-gateway.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.discovery-auth.test.ts
models-config.providers.google-antigravity.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.implicit.ts
models-config.providers.kilocode.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.kimi-coding.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.matrix.test.ts
models-config.providers.minimax.test.ts
models-config.providers.moonshot.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.normalize-keys.test.ts
models-config.providers.normalize.ts
models-config.providers.nvidia.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.ollama-autodiscovery.test.ts
models-config.providers.ollama.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.openai-codex.test.ts
models-config.providers.plugin-allowlist-compat.test.ts
models-config.providers.policy.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
models-config.providers.policy.ts
models-config.providers.qianfan.test.ts
models-config.providers.secrets.ts fix: require doctor migration for legacy web search config 2026-04-01 04:22:41 +09:00
models-config.providers.source-managed.ts
models-config.providers.static.test.ts
models-config.providers.static.ts
models-config.providers.stepfun.test.ts feat: add bundled StepFun provider plugin (#60032) 2026-04-02 23:53:50 -07:00
models-config.providers.ts
models-config.providers.vercel-ai-gateway.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.providers.volcengine-byteplus.test.ts
models-config.runtime-source-snapshot.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
models-config.runtime.ts
models-config.skips-writing-models-json-no-env-token.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
models-config.test-utils.ts
models-config.ts refactor: trim test setup agent imports 2026-04-03 14:17:16 +01:00
models-config.uses-first-github-copilot-profile-env-tokens.test.ts
models-config.write-serialization.test.ts
models.profiles.live.test.ts test: skip unavailable live model providers 2026-03-31 20:37:42 +01:00
moonshot.live.test.ts
ollama-stream.test.ts fix: harden ollama tool-call replay (#52253) (thanks @Adam-Researchh) 2026-04-03 21:06:06 +09:00
openai-completions-compat.ts refactor(providers): share completions format defaults 2026-04-04 02:18:12 +09:00
openai-responses.reasoning-replay.test.ts
openai-transport-stream.test.ts fix(providers): keep native modelstudio streaming usage compat 2026-04-04 02:15:46 +09:00
openai-transport-stream.ts refactor(providers): share completions format defaults 2026-04-04 02:18:12 +09:00
openai-ws-connection.test.ts refactor(providers): normalize transport policy wiring (#59682) 2026-04-02 22:54:34 +09:00
openai-ws-connection.ts refactor(providers): normalize transport policy wiring (#59682) 2026-04-02 22:54:34 +09:00
openai-ws-message-conversion.ts fix: normalize raw MCP schemas for OpenAI Responses (#58299) (thanks @yelog) 2026-04-01 02:30:45 +09:00
openai-ws-stream.e2e.test.ts
openai-ws-stream.test.ts refactor: clarify tool schema normalization 2026-04-03 21:07:19 +09:00
openai-ws-stream.ts fix(providers): unify request policy resolution (#59653) 2026-04-02 21:42:11 +09:00
openclaw-gateway-tool.test.ts
openclaw-tools.agents.test.ts fix: support default subagent allowlists (#59944) (thanks @hclsys) 2026-04-03 19:43:17 +09:00
openclaw-tools.browser-plugin.integration.test.ts
openclaw-tools.camera.test.ts test: avoid rebuilding openclaw tools in camera tests 2026-04-04 01:07:28 +09:00
openclaw-tools.image-generation.test.ts
openclaw-tools.owner-authorization.test.ts
openclaw-tools.pdf-registration.test.ts
openclaw-tools.plugin-context.test.ts
openclaw-tools.runtime.ts
openclaw-tools.session-status.test.ts test: trim session status module resets 2026-04-03 18:55:23 +01:00
openclaw-tools.sessions-visibility.test.ts
openclaw-tools.sessions.test.ts fix: align latest-main gate drift on #60221 2026-04-03 21:52:35 +09:00
openclaw-tools.subagents.scope.test.ts
openclaw-tools.subagents.sessions-spawn-applies-thinking-default.test.ts
openclaw-tools.subagents.sessions-spawn-default-timeout-absent.test.ts
openclaw-tools.subagents.sessions-spawn-default-timeout.test.ts
openclaw-tools.subagents.sessions-spawn-depth-limits.test.ts
openclaw-tools.subagents.sessions-spawn.allowlist.test.ts fix: support default subagent allowlists (#59944) (thanks @hclsys) 2026-04-03 19:43:17 +09:00
openclaw-tools.subagents.sessions-spawn.cron-note.test.ts
openclaw-tools.subagents.sessions-spawn.lifecycle.test.ts
openclaw-tools.subagents.sessions-spawn.model.test.ts
openclaw-tools.subagents.sessions-spawn.test-harness.ts
openclaw-tools.subagents.steer-failure-clears-suppression.test.ts
openclaw-tools.subagents.test-harness.ts
openclaw-tools.ts !feat(plugins): add web fetch provider boundary (#59465) 2026-04-02 20:25:19 +09:00
openclaw-tools.web-runtime.test.ts !feat(plugins): add web fetch provider boundary (#59465) 2026-04-02 20:25:19 +09:00
opencode-zen-models.test.ts
opencode-zen-models.ts
owner-display.test.ts
owner-display.ts
path-policy.test.ts
path-policy.ts
payload-redaction.ts
pi-auth-credentials.ts
pi-auth-json.test.ts
pi-auth-json.ts
pi-bundle-lsp-runtime.ts
pi-bundle-mcp-materialize.ts fix(agents): dispose bundled MCP runtime after local runs (#57520) 2026-03-30 17:12:59 +08:00
pi-bundle-mcp-names.test.ts
pi-bundle-mcp-names.ts
pi-bundle-mcp-runtime.test.ts fix(agents): dispose bundled MCP runtime after local runs (#57520) 2026-03-30 17:12:59 +08:00
pi-bundle-mcp-runtime.ts
pi-bundle-mcp-test-harness.ts
pi-bundle-mcp-tools.materialize.test.ts
pi-bundle-mcp-tools.ts
pi-bundle-mcp-types.ts
pi-embedded-block-chunker.test.ts
pi-embedded-block-chunker.ts
pi-embedded-error-observation.test.ts
pi-embedded-error-observation.ts
pi-embedded-helpers.buildbootstrapcontextfiles.test.ts
pi-embedded-helpers.formatassistanterrortext.test.ts
pi-embedded-helpers.isbillingerrormessage.test.ts refactor: clarify auth failover policy 2026-04-04 02:49:18 +09:00
pi-embedded-helpers.sanitize-session-messages-images.removes-empty-assistant-text-blocks-but-preserves.test.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-embedded-helpers.sanitizeuserfacingtext.test.ts fix(agent): close remaining internal-context leak paths (#59649) 2026-04-02 23:45:06 +09:00
pi-embedded-helpers.ts
pi-embedded-helpers.validate-turns.test.ts
pi-embedded-messaging.ts
pi-embedded-payloads.ts
pi-embedded-queue.runtime.ts
pi-embedded-runner-extraparams.live.test.ts
pi-embedded-runner-extraparams.test.ts refactor(providers): share pi openai reasoning compat gate 2026-04-04 02:25:10 +09:00
pi-embedded-runner.buildembeddedsandboxinfo.test.ts
pi-embedded-runner.bundle-mcp.e2e.test.ts
pi-embedded-runner.compaction-safety-timeout.test.ts
pi-embedded-runner.createsystempromptoverride.test.ts
pi-embedded-runner.e2e.test.ts fix(agents): dispose bundled MCP runtime after local runs (#57520) 2026-03-30 17:12:59 +08:00
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 refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-embedded-runner.resolvesessionagentids.test.ts
pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts refactor: extract embedded runner failover helpers 2026-04-03 19:28:39 +09:00
pi-embedded-runner.sanitize-session-history.policy.test.ts
pi-embedded-runner.sanitize-session-history.test-harness.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-embedded-runner.sanitize-session-history.test.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-embedded-runner.splitsdktools.test.ts
pi-embedded-runner.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-embedded-subscribe.block-reply-rejections.test.ts
pi-embedded-subscribe.code-span-awareness.test.ts
pi-embedded-subscribe.compaction-test-helpers.ts
pi-embedded-subscribe.e2e-harness.ts
pi-embedded-subscribe.handlers.compaction.runtime.ts refactor: lazy load compaction store updates 2026-04-04 01:07:28 +09:00
pi-embedded-subscribe.handlers.compaction.test.ts
pi-embedded-subscribe.handlers.compaction.ts refactor: lazy load compaction store updates 2026-04-04 01:07:28 +09:00
pi-embedded-subscribe.handlers.lifecycle.compaction-reconcile.test.ts
pi-embedded-subscribe.handlers.lifecycle.test.ts fix(agents): resolve compaction wait before channel flush (#59308) 2026-04-01 21:40:23 -04:00
pi-embedded-subscribe.handlers.lifecycle.ts fix(agents): resolve compaction wait before channel flush (#59308) 2026-04-01 21:40:23 -04:00
pi-embedded-subscribe.handlers.messages.test.ts Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
pi-embedded-subscribe.handlers.messages.ts fix: scope #57584 to shell allowlist changes 2026-04-03 01:11:20 +09:00
pi-embedded-subscribe.handlers.tools.media.test.ts
pi-embedded-subscribe.handlers.tools.test.ts Cron: restrict exec visibility to timeouts 2026-04-03 00:43:42 +09:00
pi-embedded-subscribe.handlers.tools.ts Cron: restrict exec visibility to timeouts 2026-04-03 00:43:42 +09:00
pi-embedded-subscribe.handlers.ts Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
pi-embedded-subscribe.handlers.types.ts refactor(agent): dedupe tool error summary 2026-04-02 17:05:05 +01:00
pi-embedded-subscribe.lifecycle-billing-error.test.ts
pi-embedded-subscribe.promise.ts Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
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 Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
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 Matrix: keep partial previews aligned with block streaming (#59384) 2026-04-02 03:39:27 -04:00
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 Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
pi-embedded-subscribe.subscribe-embedded-pi-session.suppresses-message-end-block-replies-message-tool.test.ts Matrix: restore ordered progress delivery with explicit streaming modes (#59266) 2026-04-01 19:35:03 -04:00
pi-embedded-subscribe.subscribe-embedded-pi-session.waits-multiple-compaction-retries-before-resolving.test.ts
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 refactor(agent): dedupe tool error summary 2026-04-02 17:05:05 +01:00
pi-embedded-subscribe.ts Matrix: keep partial previews aligned with block streaming (#59384) 2026-04-02 03:39:27 -04:00
pi-embedded-subscribe.types.ts
pi-embedded-utils.strip-model-special-tokens.test.ts
pi-embedded-utils.test.ts fix: strip antml thinking tags 2026-04-02 14:28:54 +05:30
pi-embedded-utils.ts
pi-embedded.runtime.ts
pi-embedded.ts
pi-model-discovery-runtime.ts
pi-model-discovery.auth.test.ts
pi-model-discovery.compat.e2e.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
pi-model-discovery.ts fix: adapt pi model registry calls to constructor API 2026-03-31 15:28:29 +01:00
pi-project-settings.bundle.test.ts
pi-project-settings.test.ts
pi-project-settings.ts refactor(plugins): separate activation from enablement (#59844) 2026-04-03 03:22:37 +09:00
pi-settings.test.ts
pi-settings.ts
pi-tool-definition-adapter.after-tool-call.fires-once.test.ts
pi-tool-definition-adapter.after-tool-call.test.ts
pi-tool-definition-adapter.logging.test.ts fix: support edit tool edits[] payloads 2026-03-31 19:05:44 +01:00
pi-tool-definition-adapter.test.ts
pi-tool-definition-adapter.ts fix: log malformed tool parameters on failure 2026-03-31 15:50:14 +01:00
pi-tool-handler-state.test-helpers.ts
pi-tools-agent-config.test.ts Fix: move bootstrap session grammar into plugin-owned session-key surfaces (#58400) 2026-03-31 19:41:01 -04:00
pi-tools.abort.ts
pi-tools.before-tool-call.e2e.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
pi-tools.before-tool-call.integration.e2e.test.ts
pi-tools.before-tool-call.runtime.ts
pi-tools.before-tool-call.ts
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-b.test.ts
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-d.test.ts
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 refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
pi-tools.host-edit.ts fix: support edit tool edits[] payloads 2026-03-31 19:05:44 +01:00
pi-tools.message-provider-policy.test.ts
pi-tools.model-provider-collision.test.ts Codex: add native web search for embedded Pi runs 2026-04-01 03:30:06 +09:00
pi-tools.params.test.ts fix(agents): include received keys in missing-param error for write tool (#55317) 2026-04-02 08:54:28 -07:00
pi-tools.params.ts fix(agents): include received keys in missing-param error for write tool (#55317) 2026-04-02 08:54:28 -07:00
pi-tools.policy.test.ts
pi-tools.policy.ts Fix: move bootstrap session grammar into plugin-owned session-key surfaces (#58400) 2026-03-31 19:41:01 -04:00
pi-tools.read.host-edit-access.test.ts
pi-tools.read.host-edit-recovery.test.ts fix: support edit tool edits[] payloads 2026-03-31 19:05:44 +01:00
pi-tools.read.ts
pi-tools.read.workspace-root-guard.test.ts
pi-tools.safe-bins.test.ts Exec approvals: fix policy source attribution (#59367) 2026-04-02 01:28:14 -04:00
pi-tools.sandbox-mounted-paths.workspace-only.test.ts
pi-tools.sandbox-policy.test.ts
pi-tools.schema.test.ts refactor: clarify tool schema normalization 2026-04-03 21:07:19 +09:00
pi-tools.schema.ts refactor: clarify tool schema normalization 2026-04-03 21:07:19 +09:00
pi-tools.ts fix(agents): suppress profile allowlist warnings 2026-04-03 19:55:05 +09:00
pi-tools.types.ts
pi-tools.whatsapp-login-gating.test.ts Gateway: harden node event trust boundaries (#57691) 2026-03-30 14:22:15 +01:00
pi-tools.workspace-only-false.test.ts
pi-tools.workspace-paths.test.ts fix: support edit tool edits[] payloads 2026-03-31 19:05:44 +01:00
plugin-tool-delivery-defaults.ts
prompt-composition-scenarios.ts
prompt-composition.test.ts
provider-attribution.test.ts refactor(providers): share pi openai reasoning compat gate 2026-04-04 02:25:10 +09:00
provider-attribution.ts refactor(providers): share pi openai reasoning compat gate 2026-04-04 02:25:10 +09:00
provider-id.ts
provider-model-normalization.runtime.ts
provider-request-config.test.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
provider-request-config.ts fix(ci): collapse duplicate provider request union 2026-04-03 23:30:25 +09:00
provider-stream.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
pty-dsr.ts
pty-keys.test.ts
pty-keys.ts
queued-file-writer.ts
runtime-auth-refresh.test.ts
runtime-auth-refresh.ts
runtime-plugins.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
runtime-plugins.ts
sandbox-agent-config.agent-specific-sandbox-config.e2e.test.ts
sandbox-create-args.test.ts
sandbox-explain.test.ts
sandbox-media-paths.test.ts
sandbox-media-paths.ts
sandbox-merge.test.ts
sandbox-paths.test.ts
sandbox-paths.ts
sandbox-skills.test.ts
sandbox-tool-policy.test.ts fix(policy): preserve restrictive tool allowlists (#58476) 2026-04-02 12:55:36 -06:00
sandbox-tool-policy.ts fix(policy): preserve restrictive tool allowlists (#58476) 2026-04-02 12:55:36 -06:00
sandbox.resolveSandboxContext.test.ts
sandbox.ts Sandbox: sanitize SSH subprocess env (#57848) 2026-03-30 20:05:57 +01:00
sanitize-for-prompt.test.ts
sanitize-for-prompt.ts
self-hosted-provider-defaults.ts
session-dirs.ts
session-file-repair.test.ts
session-file-repair.ts
session-slug.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
session-slug.ts infra: harden identifier entropy and delay jitter (#57744) 2026-03-30 16:57:30 +01:00
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.transcript-events.test.ts
session-tool-result-guard.ts
session-tool-result-state.ts
session-transcript-repair.attachments.test.ts
session-transcript-repair.test.ts
session-transcript-repair.ts
session-write-lock.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
session-write-lock.ts
sessions-spawn-hooks.test.ts
sessions-spawn-threadid.test.ts
shell-utils.test.ts
shell-utils.ts
simple-completion-runtime.selection.test.ts
simple-completion-runtime.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
simple-completion-runtime.ts
simple-completion-transport.test.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
simple-completion-transport.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
skills-clawhub.test.ts
skills-clawhub.ts
skills-install-download.ts
skills-install-extract.ts
skills-install-fallback.test.ts fix(skills): block UV_PYTHON in workspace dotenv and harden uv installer env [AI] (#59178) 2026-04-03 06:50:43 -07:00
skills-install-output.ts
skills-install-tar-verbose.ts
skills-install-uv-python-env-override.poc.test.ts fix(skills): block UV_PYTHON in workspace dotenv and harden uv installer env [AI] (#59178) 2026-04-03 06:50:43 -07:00
skills-install.download-test-utils.ts
skills-install.download.test.ts
skills-install.test-mocks.ts
skills-install.test.ts Revert "refactor(plugins): remove before_install hook" 2026-04-01 19:57:07 -05:00
skills-install.ts fix(skills): block UV_PYTHON in workspace dotenv and harden uv installer env [AI] (#59178) 2026-04-03 06:50:43 -07:00
skills-status.test.ts
skills-status.ts
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
skills.build-workspace-skills-prompt.syncs-merged-skills-into-target-workspace.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
skills.buildworkspaceskillsnapshot.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
skills.buildworkspaceskillstatus.test.ts
skills.compact-skill-paths.test.ts
skills.e2e-test-helpers.test.ts
skills.e2e-test-helpers.ts
skills.env-path-guidance.test.ts Skills: tighten env path guidance 2026-03-30 16:10:13 +01:00
skills.loadworkspaceskillentries.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
skills.resolveskillspromptforrun.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
skills.sherpa-onnx-tts-bin.test.ts
skills.summarize-skill-description.test.ts
skills.test-helpers.ts refactor: localize workspace skill prompt contract 2026-04-04 01:07:28 +09:00
skills.test.ts feat(skills): add inherited agent skill allowlists (#59992) 2026-04-03 13:41:28 -04:00
skills.ts refactor: split skill command specs from workspace snapshot 2026-04-04 01:07:28 +09:00
spawned-context.test.ts
spawned-context.ts
stable-stringify.ts
stream-message-shared.ts
subagent-announce-delivery.runtime.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce-delivery.test.ts fix: preserve telegram topic delivery routing (#58489) (thanks @cwmine) 2026-04-01 16:13:24 +09:00
subagent-announce-delivery.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce-dispatch.test.ts
subagent-announce-dispatch.ts
subagent-announce-output.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce-queue.test.ts
subagent-announce-queue.ts
subagent-announce.capture-completion-reply.test.ts
subagent-announce.format.e2e.test.ts
subagent-announce.registry.runtime.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce.runtime.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce.test.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce.timeout.test.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-announce.ts test: reduce subagent announce import overhead 2026-04-03 16:03:32 +01:00
subagent-attachments.ts
subagent-capabilities.ts
subagent-control.test.ts
subagent-control.ts refactor: share session model resolution helpers 2026-04-03 19:37:56 +09:00
subagent-depth.test.ts
subagent-depth.ts
subagent-lifecycle-events.ts
subagent-orphan-recovery.test.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-orphan-recovery.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-registry-cleanup.test.ts
subagent-registry-cleanup.ts
subagent-registry-completion.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
subagent-registry-completion.ts
subagent-registry-helpers.ts
subagent-registry-lifecycle.test.ts fix(subagents): harden task-registry lifecycle writes (#58869) 2026-04-01 17:50:52 +09:00
subagent-registry-lifecycle.ts fix(subagents): harden task-registry lifecycle writes (#58869) 2026-04-01 17:50:52 +09:00
subagent-registry-memory.ts
subagent-registry-queries.test.ts
subagent-registry-queries.ts
subagent-registry-read.ts refactor: route cron subagent reads through registry seam 2026-04-03 16:03:10 +01:00
subagent-registry-run-manager.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-registry-runtime.ts
subagent-registry-state.ts
subagent-registry.announce-loop-guard.test.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-registry.archive.e2e.test.ts
subagent-registry.lifecycle-retry-grace.e2e.test.ts
subagent-registry.mocks.shared.ts
subagent-registry.nested.e2e.test.ts
subagent-registry.persistence.test.ts
subagent-registry.runtime.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-registry.steer-restart.test.ts
subagent-registry.store.ts
subagent-registry.test.ts test: merge subagent context-engine coverage into registry suite 2026-04-04 01:07:28 +09:00
subagent-registry.ts refactor: lazy load subagent registry runtime hooks 2026-04-04 01:07:28 +09:00
subagent-registry.types.ts
subagent-spawn.attachments.test.ts
subagent-spawn.model-session.test.ts
subagent-spawn.runtime.ts test: narrow subagent spawn test seams 2026-04-03 13:53:11 +01:00
subagent-spawn.test-helpers.ts test: narrow subagent spawn test seams 2026-04-03 13:53:11 +01:00
subagent-spawn.test.ts fix: pin admin-only subagent gateway scopes (#59555) (thanks @openperf) 2026-04-02 19:40:03 +05:30
subagent-spawn.ts test: narrow subagent spawn test seams 2026-04-03 13:53:11 +01:00
subagent-spawn.workspace.test.ts
synthetic-models.ts
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 Exec approvals: unify effective policy reporting and actions (#59283) 2026-04-01 22:02:39 -04:00
system-prompt.ts Exec approvals: unify effective policy reporting and actions (#59283) 2026-04-01 22:02:39 -04:00
timeout.ts
together-models.ts
tool-call-id.test.ts
tool-call-id.ts
tool-catalog.test.ts
tool-catalog.ts
tool-description-summary.ts
tool-display-common.ts
tool-display-exec-shell.ts
tool-display-exec.ts
tool-display-overrides.json
tool-display.test.ts
tool-display.ts
tool-error-summary.ts refactor(agent): dedupe tool error summary 2026-04-02 17:05:05 +01:00
tool-fs-policy.test.ts
tool-fs-policy.ts
tool-images.log.test.ts
tool-images.test.ts
tool-images.ts
tool-loop-detection.test.ts
tool-loop-detection.ts
tool-mutation.test.ts
tool-mutation.ts
tool-policy-match.ts
tool-policy-pipeline.test.ts fix(agents): suppress profile allowlist warnings 2026-04-03 19:55:05 +09:00
tool-policy-pipeline.ts fix(agents): suppress profile allowlist warnings 2026-04-03 19:55:05 +09:00
tool-policy-shared.ts
tool-policy.conformance.ts
tool-policy.plugin-only-allowlist.test.ts fix(policy): preserve restrictive tool allowlists (#58476) 2026-04-02 12:55:36 -06:00
tool-policy.test.ts fix(policy): preserve restrictive tool allowlists (#58476) 2026-04-02 12:55:36 -06:00
tool-policy.ts fix(policy): preserve restrictive tool allowlists (#58476) 2026-04-02 12:55:36 -06:00
tool-summaries.ts
tools-effective-inventory.integration.test.ts
tools-effective-inventory.test.ts
tools-effective-inventory.ts
trace-base.ts
transcript-policy.policy.test.ts
transcript-policy.test.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
transcript-policy.ts refactor: move provider replay runtime ownership into plugins (#60126) 2026-04-03 23:14:37 +09:00
usage.normalization.test.ts
usage.test.ts
usage.ts
venice-models.test.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
workspace.ts
xai.live.test.ts
zai.live.test.ts