openclaw/src/agents
openperf 56b5ba0dcb fix: address security and review feedback
- Fix CWE-209: use static safe message instead of raw provider error text
- Fix CWE-117: sanitize provider/model in logs via sanitizeForLog
- Hide CLI hints from external channels via shouldSurfaceToControlUi
- Move overload cap check before advanceAuthProfile to save setup latency
- Export MAX_LIVE_SWITCH_RETRIES as module-level constant
- Use exact toBe() assertions in tests
- Correct failover decision label to fallback_model
2026-03-31 20:25:09 +05:30
..
auth-profiles Secrets: hard-fail unsupported SecretRef policy and fix gateway restart token drift (#58141) 2026-03-31 02:37:31 -05:00
cli-runner fix: prevent gateway attachment offload regressions (#55513) (thanks @Syysean) 2026-03-30 20:54:40 +05:30
command fix: prevent gateway attachment offload regressions (#55513) (thanks @Syysean) 2026-03-30 20:54:40 +05:30
pi-embedded-helpers fix(agents): classify Anthropic "unexpected error" api_error as transient (#57441) 2026-03-30 12:56:07 +09:00
pi-embedded-runner fix: address security and review feedback 2026-03-31 20:25:09 +05:30
pi-hooks refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
sandbox fix(agents): reject escaping symlinks in ssh sandbox uploads (#58220) 2026-03-31 19:56:45 +09:00
schema refactor(xai): move bundled xai runtime into plugin 2026-03-28 05:02:41 +00:00
skills fix(exec): block proxy-style env overrides (#58202) 2026-03-31 21:25:36 +09:00
test-helpers test: isolate image read helper coverage 2026-03-29 22:10:37 +01:00
tools refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
acp-binding-architecture.guardrail.test.ts
acp-spawn-parent-stream.test.ts Gateway: track background task lifecycle (#52518) 2026-03-29 12:48:02 +02:00
acp-spawn-parent-stream.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
acp-spawn.test.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
acp-spawn.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
agent-command.ts fix: preserve fallback prompt on model fallback for new sessions (#55632) (thanks @openperf) 2026-03-29 18:35:45 +05:30
agent-paths.test.ts
agent-paths.ts
agent-scope.test.ts test(models): refresh example model fixtures 2026-03-22 23:00:18 -07:00
agent-scope.ts fix: stabilize logging config imports 2026-03-24 17:21:28 +00:00
announce-idempotency.ts
anthropic-payload-log.test.ts
anthropic-payload-log.ts
anthropic-vertex-stream.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
anthropic-vertex-stream.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
anthropic.setup-token.live.test.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
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 fix: normalize auth health provider aliases 2026-03-27 20:45:10 -05:00
auth-health.ts fix: normalize auth health provider aliases 2026-03-27 20:45:10 -05:00
auth-profiles.chutes.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
auth-profiles.cooldown-auto-expiry.test.ts
auth-profiles.doctor.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
auth-profiles.ensureauthprofilestore.test.ts test: cover oauth profile store migration 2026-03-28 11:40:40 +00:00
auth-profiles.external-cli-sync.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
auth-profiles.getsoonestcooldownexpiry.test.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
auth-profiles.markauthprofilefailure.test.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
auth-profiles.readonly-sync.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
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 fix: keep provider discovery on mockable lazy runtime paths 2026-03-28 11:40:40 +00:00
auth-profiles.store-cache.test.ts test: share subagent and policy test fixtures 2026-03-26 16:04:34 +00:00
auth-profiles.store.save.test.ts fix(agents): repair btw reasoning and oauth snapshot refresh (#56001) 2026-03-29 16:58:49 +09:00
auth-profiles.ts
bash-process-registry.test-helpers.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
bash-process-registry.test.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
bash-process-registry.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
bash-tools.build-docker-exec-args.test.ts
bash-tools.exec-approval-followup.test.ts refactor: move tasks into bundled plugin 2026-03-31 15:22:08 +01:00
bash-tools.exec-approval-followup.ts fix(exec): harden async approval followup delivery in webchat-only sessions (#57359) 2026-03-29 20:54:13 -05:00
bash-tools.exec-approval-request.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
bash-tools.exec-approval-request.ts
bash-tools.exec-foreground-failures.test.ts test: isolate exec foreground failure coverage 2026-03-23 04:47:12 +00:00
bash-tools.exec-host-gateway.ts fix(exec): restore strict inline-eval allow-always reuse 2026-03-31 23:45:22 +09:00
bash-tools.exec-host-node.ts fix(security): harden exec approval boundaries 2026-03-22 09:35:25 -07: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(exec): harden async approval followup delivery in webchat-only sessions (#57359) 2026-03-29 20:54:13 -05:00
bash-tools.exec-runtime.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
bash-tools.exec-runtime.ts fix: stabilize exec approval approver routing 2026-03-30 06:25:03 +09:00
bash-tools.exec-types.ts fix(exec): default implicit target to auto 2026-03-30 06:03:08 +09:00
bash-tools.exec.approval-id.test.ts fix(exec): harden shell-side approval guardrails (#57839) 2026-03-30 15:49:24 -07:00
bash-tools.exec.background-abort.test.ts fix(exec): fail closed when sandbox is unavailable and harden deny followups (#56800) 2026-03-28 22:20:49 -07:00
bash-tools.exec.path.test.ts fix(exec): block proxy-style env overrides (#58202) 2026-03-31 21:25:36 +09:00
bash-tools.exec.pty-cleanup.test.ts
bash-tools.exec.pty-fallback-failure.test.ts
bash-tools.exec.pty-fallback.test.ts fix(exec): fail closed when sandbox is unavailable and harden deny followups (#56800) 2026-03-28 22:20:49 -07:00
bash-tools.exec.pty.test.ts fix(exec): fail closed when sandbox is unavailable and harden deny followups (#56800) 2026-03-28 22:20:49 -07:00
bash-tools.exec.script-preflight.test.ts
bash-tools.exec.ts fix(exec): harden shell-side approval guardrails (#57839) 2026-03-30 15:49:24 -07:00
bash-tools.process.poll-timeout.test.ts
bash-tools.process.send-keys.test.ts fix(exec): fail closed when sandbox is unavailable and harden deny followups (#56800) 2026-03-28 22:20:49 -07:00
bash-tools.process.supervisor.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
bash-tools.process.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
bash-tools.shared.test.ts
bash-tools.shared.ts
bash-tools.test.ts fix(exec): fail closed when sandbox is unavailable and harden deny followups (#56800) 2026-03-28 22:20:49 -07:00
bash-tools.ts
bedrock-discovery.test.ts test: fix bedrock discovery seam typing 2026-03-28 14:09:25 +05:30
bootstrap-budget.test.ts Agents: remove unused bootstrap imports 2026-03-17 23:55:13 +00:00
bootstrap-budget.ts Agents: improve prompt cache hit rate and add prompt composition regression tests (#49237) 2026-03-17 16:40:20 -07:00
bootstrap-cache.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
bootstrap-cache.ts
bootstrap-files.test.ts
bootstrap-files.ts
bootstrap-hooks.test.ts
bootstrap-hooks.ts
btw.test.ts fix(agents): repair btw reasoning and oauth snapshot refresh (#56001) 2026-03-29 16:58:49 +09:00
btw.ts fix(agents): repair btw reasoning and oauth snapshot refresh (#56001) 2026-03-29 16:58:49 +09:00
bundle-mcp.test-harness.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
byteplus-models.ts
byteplus.live.test.ts test: stabilize live provider docker probes 2026-03-23 10:16:06 +00:00
cache-trace.test.ts fix(diagnostics): redact credentials from cache-trace diagnostic output 2026-03-23 22:59:09 +01:00
cache-trace.ts fix(diagnostics): redact credentials from cache-trace diagnostic output 2026-03-23 22:59:09 +01:00
channel-tools.test.ts Plugin SDK: require unified message discovery 2026-03-18 03:02:16 +00:00
channel-tools.ts refactor(channels): route core through registered plugin capabilities 2026-03-30 01:03:42 +01:00
chutes-models.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
chutes-models.ts feat: add bundled Chutes extension (#49136) 2026-03-17 09:35:21 -07:00
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: prefer canonical cli backend config keys 2026-03-27 20:38:51 -05:00
cli-backends.ts fix: prefer canonical cli backend config keys 2026-03-27 20:38:51 -05:00
cli-credentials.test.ts test: dedupe config and utility suites 2026-03-28 00:46:53 +00:00
cli-credentials.ts fix: keep provider normalization on local sync paths 2026-03-28 11:40:13 +00:00
cli-output.test.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-output.ts refactor: continue plugin seam cleanup 2026-03-27 13:46:16 +00:00
cli-runner.bundle-mcp.e2e.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
cli-runner.helpers.test.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-runner.reliability.test.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-runner.session.test.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-runner.spawn.test.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-runner.test-support.ts test: stabilize runner and acp mocks 2026-03-30 00:27:52 +01:00
cli-runner.ts refactor: split cli runner pipeline 2026-03-27 00:19:24 +00:00
cli-session.test.ts fix(regression): invalidate stale legacy CLI sessions 2026-03-27 15:52:47 -05:00
cli-session.ts fix(regression): invalidate stale legacy CLI sessions 2026-03-27 15:52:47 -05:00
cli-watchdog-defaults.ts
command-poll-backoff.runtime.ts refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
command-poll-backoff.test.ts
command-poll-backoff.ts
compaction-real-conversation.ts fix(compaction): make compaction guard content-aware to prevent false cancellations in heartbeat sessions (#42119) 2026-03-21 12:27:35 -07:00
compaction.identifier-policy.test.ts
compaction.identifier-preservation.test.ts fix(ci): stabilize module-bound exact regressions (#56085) 2026-03-27 19:44:15 -05:00
compaction.retry.test.ts fix(ci): stabilize module-bound exact regressions (#56085) 2026-03-27 19:44:15 -05:00
compaction.test.ts
compaction.token-sanitize.test.ts
compaction.tool-result-details.test.ts fix: restore provider auth and build checks 2026-03-27 20:20:31 +00:00
compaction.ts fix(ci): replay compaction and skills api drift 2026-03-28 00:47:11 +00:00
configured-provider-fallback.ts refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
console-sanitize.ts perf(auth): reduce plugin auth cold-start heap (#51891) 2026-03-21 15:07:08 -07:00
content-blocks.test.ts
content-blocks.ts
context-cache.ts perf(inbound): trim cold startup import graph (#52082) 2026-03-21 22:32:21 -07:00
context-tokens.runtime.ts perf(reply): lazy-load context token lookup 2026-03-22 18:52:53 -07:00
context-window-guard.test.ts fix(regression): normalize provider aliases in context window guard 2026-03-27 21:47:59 -05:00
context-window-guard.ts fix(regression): normalize provider aliases in context window guard 2026-03-27 21:47:59 -05:00
context.lookup.test.ts fix: normalize explicit context provider aliases 2026-03-27 21:21:32 -05:00
context.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
context.ts fix: normalize explicit context provider aliases 2026-03-27 21:21:32 -05:00
current-time.ts
custom-api-registry.test.ts
custom-api-registry.ts
date-time.ts
deepseek-models.ts fix: refresh DeepSeek pricing to current V3.2 rates (#54143) (thanks @arkyu2077) 2026-03-25 10:34:03 +05:30
defaults.ts
docs-path.ts
doubao-models.ts
embedded-pi-lsp.ts Plugins: add LSP server runtime with stdio JSON-RPC client and agent tool bridge 2026-03-18 00:23:22 -07:00
embedded-pi-mcp.ts
failover-error.test.ts fix(model-fallback): add HTTP 410 to failover reason classification (#55201) 2026-03-28 14:03:20 +03:00
failover-error.ts
failover-policy.test.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
failover-policy.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
fast-mode.test.ts Agents: add per-agent defaults and safe model fallback (#51974) 2026-03-21 22:27:24 -07:00
fast-mode.ts Agents: add per-agent defaults and safe model fallback (#51974) 2026-03-21 22:27:24 -07:00
github-copilot-token.test.ts fix: clamp copilot auth refresh overflow (#55360) (thanks @michael-abdo) 2026-03-26 16:48:06 -07:00
github-copilot-token.ts fix: clamp copilot auth refresh overflow (#55360) (thanks @michael-abdo) 2026-03-26 16:48:06 -07:00
glob-pattern.ts
google-gemini-switch.live.test.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
google-generative-ai.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
huggingface-models.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
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
kilocode-models.test.ts
kilocode-models.ts refactor(kilocode): route shared model constants through core seam 2026-03-22 19:43:19 -07:00
lanes.test.ts
lanes.ts
live-auth-keys.ts
live-model-errors.test.ts test: narrow live transcript scaffolding strip 2026-03-23 07:41:18 +00:00
live-model-errors.ts
live-model-filter.ts fix: normalize live model provider aliases 2026-03-27 21:12:45 -05:00
live-model-switch.test.ts fix(agents): stop transient live-switch mismatches 2026-03-30 07:12:52 +09:00
live-model-switch.ts fix(agents): stop transient live-switch mismatches 2026-03-30 07:12:52 +09:00
live-test-helpers.test.ts fix: unify live model auth gating 2026-03-24 04:28:53 +00:00
live-test-helpers.ts fix: unify live model auth gating 2026-03-24 04:28:53 +00:00
mcp-config-shared.ts refactor: extract MCP transport helpers 2026-03-29 22:21:29 +01:00
mcp-http.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
mcp-sse.test.ts fix: redact sensitive query params in invalid URL error reasons 2026-03-30 04:23:47 +09:00
mcp-sse.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
mcp-stdio.ts refactor: extract MCP transport helpers 2026-03-29 22:21:29 +01:00
mcp-transport-config.test.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
mcp-transport-config.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
mcp-transport.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
memory-search.test.ts refactor: move memory engine behind plugin adapters 2026-03-27 00:47:01 +00:00
memory-search.ts Memory: add configurable FTS5 tokenizer for CJK text support (openclaw#56707) 2026-03-28 20:53:29 -05:00
minimax-docs.test.ts refactor: trim provider model compat seams 2026-03-28 00:17:28 +00:00
minimax-vlm.normalizes-api-key.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
minimax-vlm.ts fix: ensure env proxy dispatcher before MiniMax and OpenAI Codex OAuth flows (openclaw#52228) 2026-03-23 09:26:34 -05:00
minimax.live.test.ts test: stabilize moonshot and minimax live probes 2026-03-24 00:40:17 +00:00
model-alias-lines.ts
model-allowlist-ref.ts fix(ci): stabilize bundled capability contract loading 2026-03-28 07:33:19 +00:00
model-auth-env-vars.ts
model-auth-env.ts fix: resolve loader and test fallout after sdk split 2026-03-27 23:27:55 +00:00
model-auth-label.test.ts test: stabilize targeted harnesses 2026-03-30 00:23:38 +01:00
model-auth-label.ts
model-auth-markers.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
model-auth-markers.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
model-auth-runtime-shared.ts refactor: narrow provider runtime auth seams 2026-03-28 02:04:31 +00:00
model-auth.profiles.test.ts test: cover oauth profile store migration 2026-03-28 11:40:40 +00:00
model-auth.test.ts fix(xai): restore config-backed auth discovery 2026-03-28 21:35:13 +00:00
model-auth.ts agents: remove xAI auth trace logging (#57342) 2026-03-29 20:29:51 -04:00
model-catalog.runtime.ts perf(inbound): narrow reply startup imports (#51943) 2026-03-21 18:18:41 -07:00
model-catalog.test-harness.ts
model-catalog.test.ts style: apply oxfmt drift 2026-03-28 02:55:07 +00:00
model-catalog.ts build: update deps and align pi sdk usage 2026-03-31 22:56:20 +09:00
model-compat.test.ts refactor(xai): move bundled xai runtime into plugin 2026-03-28 05:02:41 +00:00
model-fallback-observation.ts
model-fallback.probe.test.ts test: stabilize test isolation 2026-03-23 23:01:22 +00:00
model-fallback.run-embedded.e2e.test.ts fix: address security and review feedback 2026-03-31 20:25:09 +05:30
model-fallback.test.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
model-fallback.ts fix: per-model cooldown scope, stepped backoff, and user-facing rate-limit message (#49834) 2026-03-25 22:03:49 +03:00
model-fallback.types.ts
model-id-normalization.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
model-ref-profile.test.ts fix(models): preserve @YYYYMMDD version suffixes (#48896) thanks @Alix-007 2026-03-18 13:20:06 +08:00
model-ref-profile.ts fix(models): preserve @YYYYMMDD version suffixes (#48896) thanks @Alix-007 2026-03-18 13:20:06 +08:00
model-scan.test.ts fix: normalize model scan provider filters 2026-03-27 21:23:51 -05:00
model-scan.ts fix: normalize model scan provider filters 2026-03-27 21:23:51 -05:00
model-selection.plugin-runtime.test.ts fix: keep provider discovery on mockable lazy runtime paths 2026-03-28 11:40:40 +00:00
model-selection.test.ts Agents: fix subagent model precedence 2026-03-31 08:38:24 +05:30
model-selection.ts Agents: fix subagent model precedence 2026-03-31 08:38:24 +05:30
model-suppression.runtime.ts refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
model-suppression.ts
model-tool-support.test.ts
model-tool-support.ts
models-config.applies-config-env-vars.test.ts
models-config.auto-injects-github-copilot-provider-token-is.test.ts
models-config.e2e-harness.ts fix: stabilize implicit provider discovery merges 2026-03-28 11:40:40 +00:00
models-config.falls-back-default-baseurl-token-exchange-fails.test.ts feat(discord): add autoThreadName 'generated' strategy (#43366) 2026-03-24 16:27:19 +01:00
models-config.file-mode.test.ts fix(models): cache models.json readiness for embedded runs (#52077) 2026-03-21 21:58:10 -07:00
models-config.fills-missing-provider-apikey-from-env-var.test.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
models-config.merge.test.ts refactor: route models-config internals through split helpers 2026-03-28 01:04:04 +00:00
models-config.merge.ts refactor: use provider config type from split secret helper 2026-03-28 01:06:22 +00:00
models-config.normalizes-gemini-3-ids-preview-google-providers.test.ts fix: ignore moved child rows in subagent status 2026-03-24 18:57:42 -05:00
models-config.plan.ts refactor: make models-config mode resolution synchronous 2026-03-28 01:18:08 +00:00
models-config.preserves-explicit-reasoning-override.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
models-config.providers.anthropic-vertex.test.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
models-config.providers.auth-provenance.test.ts style: apply oxfmt drift 2026-03-28 02:55:07 +00:00
models-config.providers.chutes.test.ts refactor: trim models-config test async wrappers 2026-03-28 01:21:56 +00:00
models-config.providers.cloudflare-ai-gateway.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
models-config.providers.discovery-auth.test.ts Rebase: reconcile xAI post-main conflicts 2026-03-28 21:35:13 +00:00
models-config.providers.google-antigravity.test.ts refactor: route models-config internals through split helpers 2026-03-28 01:04:04 +00:00
models-config.providers.implicit.ts refactor: move remaining provider policy into plugins 2026-03-29 23:05:58 +09:00
models-config.providers.kilocode.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
models-config.providers.kimi-coding.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
models-config.providers.matrix.test.ts
models-config.providers.minimax.test.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
models-config.providers.modelstudio.test.ts refactor: route models-config internals through split helpers 2026-03-28 01:04:04 +00:00
models-config.providers.moonshot.test.ts refactor: route models-config internals through split helpers 2026-03-28 01:04:04 +00:00
models-config.providers.normalize-keys.test.ts refactor: route models-config internals through split helpers 2026-03-28 01:04:04 +00:00
models-config.providers.normalize.ts fix: keep provider normalization on local sync paths 2026-03-28 11:40:13 +00:00
models-config.providers.nvidia.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
models-config.providers.ollama-autodiscovery.test.ts
models-config.providers.ollama.test.ts refactor: trim models-config test async wrappers 2026-03-28 01:21:56 +00: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 refactor: move remaining provider policy into plugins 2026-03-29 23:05:58 +09:00
models-config.providers.qianfan.test.ts
models-config.providers.secrets.ts agents: remove xAI auth trace logging (#57342) 2026-03-29 20:29:51 -04:00
models-config.providers.source-managed.ts refactor: split models-config source-managed helpers 2026-03-28 00:52:20 +00:00
models-config.providers.static.test.ts refactor: load bundled provider catalogs dynamically 2026-03-28 16:57:36 +00:00
models-config.providers.static.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
models-config.providers.ts refactor(plugins): register provider model id hooks 2026-03-28 05:42:46 +00:00
models-config.providers.vercel-ai-gateway.test.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
models-config.providers.volcengine-byteplus.test.ts
models-config.runtime-source-snapshot.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
models-config.runtime.ts perf(inbound): narrow reply startup imports (#51943) 2026-03-21 18:18:41 -07:00
models-config.skips-writing-models-json-no-env-token.test.ts refactor: use split provider config type in models-json test 2026-03-28 01:08:09 +00:00
models-config.test-utils.ts
models-config.ts fix(models): cache models.json readiness for embedded runs (#52077) 2026-03-21 21:58:10 -07:00
models-config.uses-first-github-copilot-profile-env-tokens.test.ts
models-config.write-serialization.test.ts
models.profiles.live.test.ts fix: unblock live harness provider discovery 2026-03-23 23:02:44 -07:00
moonshot-provider-compat.ts fix: resolve loader and test fallout after sdk split 2026-03-27 23:27:55 +00:00
moonshot.live.test.ts test: stabilize moonshot and minimax live probes 2026-03-24 00:40:17 +00:00
ollama-stream.test.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00
openai-responses.reasoning-replay.test.ts
openai-ws-connection.test.ts fix: add OpenAI version attribution header 2026-03-27 20:29:18 +00:00
openai-ws-connection.ts feat(openai): forward text verbosity (#47106) 2026-03-30 12:04:35 +09:00
openai-ws-message-conversion.ts test: add websocket replay planning coverage 2026-03-27 02:16:01 +00:00
openai-ws-stream.e2e.test.ts fix: tighten openai ws reasoning replay (#53856) 2026-03-27 01:49:55 +00:00
openai-ws-stream.test.ts feat(openai): forward text verbosity (#47106) 2026-03-30 12:04:35 +09:00
openai-ws-stream.ts feat(openai): forward text verbosity (#47106) 2026-03-30 12:04:35 +09:00
openclaw-gateway-tool.test.ts Agents: block protected gateway config writes (#55682) 2026-03-27 09:42:15 +00:00
openclaw-tools.agents.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
openclaw-tools.browser-plugin.integration.test.ts fix(ci): stabilize browser bundled integration tests 2026-03-28 08:34:18 +00:00
openclaw-tools.camera.test.ts test: broaden android nodes tool round trips 2026-03-30 11:18:14 +05:30
openclaw-tools.image-generation.test.ts Tools: add x_search via xAI Responses 2026-03-28 21:35:13 +00:00
openclaw-tools.owner-authorization.test.ts
openclaw-tools.pdf-registration.test.ts
openclaw-tools.plugin-context.test.ts gateway: reuse session workspace for HTTP tool loading (#56101) 2026-03-27 23:01:43 -04:00
openclaw-tools.runtime.ts perf(inbound): trim cold startup import graph (#52082) 2026-03-21 22:32:21 -07:00
openclaw-tools.session-status.test.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
openclaw-tools.sessions-visibility.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
openclaw-tools.sessions.test.ts fix: expose spawned session owners in sessions list 2026-03-26 13:41:46 -05: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 fix: dedupe active child session counts 2026-03-24 16:52:50 -05:00
openclaw-tools.subagents.sessions-spawn.allowlist.test.ts fix: add requireAgentId to block sessions_spawn without explicit agen… (#29380) 2026-03-30 23:06:59 -04:00
openclaw-tools.subagents.sessions-spawn.cron-note.test.ts
openclaw-tools.subagents.sessions-spawn.lifecycle.test.ts test: stabilize subagent spawn harnesses 2026-03-30 00:54:09 +01:00
openclaw-tools.subagents.sessions-spawn.model.test.ts Session management improvements and dashboard API (#50101) 2026-03-19 12:12:30 +09:00
openclaw-tools.subagents.sessions-spawn.test-harness.ts Agents: reuse shared subagent hook runner type 2026-03-29 20:06:05 -04:00
openclaw-tools.subagents.steer-failure-clears-suppression.test.ts
openclaw-tools.subagents.test-harness.ts test: stabilize subagent spawn harnesses 2026-03-30 00:54:09 +01:00
openclaw-tools.ts refactor(xai): move code_execution into plugin 2026-03-28 21:35:13 +00:00
openclaw-tools.web-runtime.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01: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 refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
pi-auth-credentials.ts
pi-auth-json.test.ts refactor: migrate more boundary parsing to zod 2026-03-27 05:07:50 +00:00
pi-auth-json.ts refactor: migrate more boundary parsing to zod 2026-03-27 05:07:50 +00:00
pi-bundle-lsp-runtime.ts refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
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 refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-bundle-mcp-names.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
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 refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-bundle-mcp-test-harness.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-bundle-mcp-tools.materialize.test.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-bundle-mcp-tools.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-bundle-mcp-types.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
pi-embedded-block-chunker.test.ts fix: stop newline block streaming from sending per paragraph 2026-03-19 05:40:12 -07:00
pi-embedded-block-chunker.ts fix: stop newline block streaming from sending per paragraph 2026-03-19 05:40:12 -07:00
pi-embedded-error-observation.test.ts
pi-embedded-error-observation.ts perf(auth): reduce plugin auth cold-start heap (#51891) 2026-03-21 15:07:08 -07:00
pi-embedded-helpers.buildbootstrapcontextfiles.test.ts
pi-embedded-helpers.formatassistanterrortext.test.ts fix(telegram): sanitize invalid stream-order errors (#55999) 2026-03-29 16:59:15 +09:00
pi-embedded-helpers.isbillingerrormessage.test.ts fix(agents): classify Anthropic "unexpected error" api_error as transient (#57441) 2026-03-30 12:56:07 +09:00
pi-embedded-helpers.sanitize-session-messages-images.removes-empty-assistant-text-blocks-but-preserves.test.ts fix(agents): preserve anthropic thinking block order (#52961) 2026-03-23 08:18:15 -07:00
pi-embedded-helpers.sanitizeuserfacingtext.test.ts fix(telegram): sanitize invalid stream-order errors (#55999) 2026-03-29 16:59:15 +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 perf(reply): lazy-load embedded queue steering 2026-03-22 18:32:31 -07:00
pi-embedded-runner-extraparams.live.test.ts test: reduce flaky gemini live probe coverage 2026-03-24 00:40:17 +00:00
pi-embedded-runner-extraparams.test.ts fix: use azure-openai-responses for Azure custom providers (#50851) (thanks @kunalk16) 2026-03-30 16:17:03 +05:30
pi-embedded-runner.applygoogleturnorderingfix.test.ts
pi-embedded-runner.buildembeddedsandboxinfo.test.ts
pi-embedded-runner.bundle-mcp.e2e.test.ts feat(mcp): add HTTP transport support and tool namespacing 2026-03-30 07:22:36 +09:00
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
pi-embedded-runner.resolvesessionagentids.test.ts
pi-embedded-runner.run-embedded-pi-agent.auth-profile-rotation.e2e.test.ts fix(ci): restore main green 2026-03-25 16:17:42 -05: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: continue vitest threads migration 2026-03-24 08:37:00 +00:00
pi-embedded-runner.splitsdktools.test.ts
pi-embedded-runner.ts fix(slack): trim DM reply overhead and restore Codex auto transport (#53957) 2026-03-24 15:03:40 -07:00
pi-embedded-subscribe.block-reply-rejections.test.ts
pi-embedded-subscribe.code-span-awareness.test.ts
pi-embedded-subscribe.compaction-test-helpers.ts test: share pi compaction fixtures 2026-03-26 15:19:32 +00:00
pi-embedded-subscribe.e2e-harness.ts
pi-embedded-subscribe.handlers.compaction.test.ts test: share pi compaction fixtures 2026-03-26 15:19:32 +00:00
pi-embedded-subscribe.handlers.compaction.ts fix: reconcile session compaction count after late compaction success (#45493) 2026-03-25 10:00:41 -07:00
pi-embedded-subscribe.handlers.lifecycle.compaction-reconcile.test.ts test: share pi compaction fixtures 2026-03-26 15:19:32 +00:00
pi-embedded-subscribe.handlers.lifecycle.test.ts refactor(agents): unify tool media reply delivery 2026-03-22 00:49:56 -07:00
pi-embedded-subscribe.handlers.lifecycle.ts refactor(agents): unify tool media reply delivery 2026-03-22 00:49:56 -07:00
pi-embedded-subscribe.handlers.messages.test.ts refactor(agents): unify tool media reply delivery 2026-03-22 00:49:56 -07:00
pi-embedded-subscribe.handlers.messages.ts style: apply formatter cleanups 2026-03-30 16:20:27 +01:00
pi-embedded-subscribe.handlers.tools.media.test.ts fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.handlers.tools.test.ts fix: stabilize exec approval approver routing 2026-03-30 06:25:03 +09:00
pi-embedded-subscribe.handlers.tools.ts fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.handlers.ts
pi-embedded-subscribe.handlers.types.ts fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.lifecycle-billing-error.test.ts
pi-embedded-subscribe.raw-stream.ts test: move extension-owned coverage into plugins 2026-03-27 15:11:33 +00:00
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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
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: speed up core runtime suites 2026-03-31 02:25:02 +01:00
pi-embedded-subscribe.subscribe-embedded-pi-session.suppresses-message-end-block-replies-message-tool.test.ts fix: prevent delivery-mirror re-delivery and raise Slack chunk limit (#45489) 2026-03-24 00:11:19 +03:00
pi-embedded-subscribe.subscribe-embedded-pi-session.waits-multiple-compaction-retries-before-resolving.test.ts
pi-embedded-subscribe.tools.extract.test.ts test: move extension-owned coverage into plugins 2026-03-27 15:11:33 +00:00
pi-embedded-subscribe.tools.media.test.ts fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.tools.test.ts
pi-embedded-subscribe.tools.ts Tools: add x_search via xAI Responses 2026-03-28 21:35:13 +00:00
pi-embedded-subscribe.ts style: apply formatter cleanups 2026-03-30 16:20:27 +01:00
pi-embedded-subscribe.types.ts fix(agents): fail closed on silent turns (#52593) 2026-03-29 17:40:20 +09:00
pi-embedded-utils.strip-model-special-tokens.test.ts
pi-embedded-utils.test.ts
pi-embedded-utils.ts
pi-embedded.runtime.ts perf(inbound): trim reply startup imports (#52470) 2026-03-22 14:04:00 -07:00
pi-embedded.ts
pi-model-discovery-runtime.ts
pi-model-discovery.auth.test.ts refactor: generalize provider transport hooks 2026-03-29 23:05:58 +09:00
pi-model-discovery.compat.e2e.test.ts
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 Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
pi-project-settings.test.ts Commands: add /plugins chat command (#48765) 2026-03-16 22:57:44 -07:00
pi-project-settings.ts fix(agents): restore embedded pi and websocket typings 2026-03-16 22:21:18 -07:00
pi-settings.test.ts
pi-settings.ts
pi-tool-definition-adapter.after-tool-call.fires-once.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
pi-tool-definition-adapter.after-tool-call.test.ts
pi-tool-definition-adapter.logging.test.ts fix: log malformed tool parameters on failure 2026-03-31 15:50:14 +01:00
pi-tool-definition-adapter.test.ts fix(gateway): coerce streaming tool-call argument deltas to object in client tools 2026-03-30 07:53:51 +05:30
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 refactor(agents): unify tool media reply delivery 2026-03-22 00:49:56 -07:00
pi-tools-agent-config.test.ts fix(exec): default implicit target to auto 2026-03-30 06:03:08 +09:00
pi-tools.abort.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
pi-tools.before-tool-call.e2e.test.ts feat(hooks): add async requireApproval to before_tool_call (#55339) 2026-03-27 09:06:40 -07:00
pi-tools.before-tool-call.integration.e2e.test.ts Plugins: enforce terminal hook decision semantics for tool/message guards (#54241) 2026-03-25 00:11:13 -05:00
pi-tools.before-tool-call.runtime.ts refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
pi-tools.before-tool-call.ts feat(hooks): add async requireApproval to before_tool_call (#55339) 2026-03-27 09:06:40 -07:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-b.test.ts fix: default and gate apply_patch like write 2026-03-27 01:14:42 +00:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-d.test.ts test: isolate image read helper coverage 2026-03-29 22:10:37 +01:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping-f.test.ts fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
pi-tools.create-openclaw-coding-tools.adds-claude-style-aliases-schemas-without-dropping.test.ts Tools: add x_search via xAI Responses 2026-03-28 21:35:13 +00:00
pi-tools.host-edit.ts fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
pi-tools.message-provider-policy.test.ts
pi-tools.model-provider-collision.test.ts Tools: add x_search via xAI Responses 2026-03-28 21:35:13 +00:00
pi-tools.params.ts refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
pi-tools.policy.test.ts Agents: cover subagent memory tool policy 2026-03-29 01:12:58 -07:00
pi-tools.policy.ts Agents: cover subagent memory tool policy 2026-03-29 01:12:58 -07:00
pi-tools.read.host-edit-access.test.ts
pi-tools.read.host-edit-recovery.test.ts fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
pi-tools.read.ts fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
pi-tools.read.workspace-root-guard.test.ts refactor(media): share local file access guards 2026-03-23 00:58:23 -07:00
pi-tools.safe-bins.test.ts
pi-tools.sandbox-mounted-paths.workspace-only.test.ts fix: default and gate apply_patch like write 2026-03-27 01:14:42 +00:00
pi-tools.sandbox-policy.test.ts fix(sandbox): honor sandbox alsoAllow and explicit re-allows (#54492) 2026-03-25 16:51:13 +02:00
pi-tools.schema.test.ts test: align pi tool schema fixture type 2026-03-28 05:59:27 +00:00
pi-tools.schema.ts refactor(agents): generalize tool schema compat cleanup 2026-03-28 05:42:46 +00:00
pi-tools.ts Gateway: harden node event trust boundaries (#57691) 2026-03-30 14:22:15 +01: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 fix: default and gate apply_patch like write 2026-03-27 01:14:42 +00:00
pi-tools.workspace-paths.test.ts
plugin-tool-delivery-defaults.ts fix(regression): stop cross-channel plugin thread defaults 2026-03-27 20:24:14 -05:00
prompt-composition-scenarios.ts Tools: add x_search via xAI Responses 2026-03-28 21:35:13 +00:00
prompt-composition.test.ts test: harden prompt composition coverage 2026-03-17 21:42:46 -07:00
provider-attribution.test.ts fix: add OpenAI version attribution header 2026-03-27 20:29:18 +00:00
provider-attribution.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
provider-capabilities.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
provider-capabilities.ts refactor: move remaining provider policy into plugins 2026-03-29 23:05:58 +09:00
provider-id.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
provider-model-normalization.runtime.ts fix: keep provider discovery on mockable lazy runtime paths 2026-03-28 11:40:40 +00:00
provider-stream.ts refactor: move provider runtime into extensions 2026-03-27 05:38:58 +00:00
pty-dsr.ts
pty-keys.test.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
pty-keys.ts fix: fail loud when PTY cursor mode is unknown (#51490) (thanks @liuy) 2026-03-25 15:51:27 +05:30
queued-file-writer.ts
runtime-auth-refresh.test.ts fix: clamp copilot auth refresh overflow (#55360) (thanks @michael-abdo) 2026-03-26 16:48:06 -07:00
runtime-auth-refresh.ts fix: clamp copilot auth refresh overflow (#55360) (thanks @michael-abdo) 2026-03-26 16:48:06 -07:00
runtime-plugins.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
runtime-plugins.ts Plugins: share runtime registry resolution 2026-03-28 00:19:33 -04:00
sandbox-agent-config.agent-specific-sandbox-config.e2e.test.ts test: stabilize e2e module isolation 2026-03-23 11:46:54 +00:00
sandbox-create-args.test.ts
sandbox-explain.test.ts refactor(sandbox): remove tool policy facade (#54684) 2026-03-25 23:03:24 +02:00
sandbox-media-paths.test.ts
sandbox-media-paths.ts
sandbox-merge.test.ts
sandbox-paths.test.ts fix(media): harden secondary local path seams 2026-03-23 00:29:46 -07:00
sandbox-paths.ts fix(media): harden secondary local path seams 2026-03-23 00:29:46 -07:00
sandbox-skills.test.ts
sandbox-tool-policy.ts
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 infra: harden identifier entropy and delay jitter (#57744) 2026-03-30 16:57:30 +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 management improvements and dashboard API (#50101) 2026-03-19 12:12:30 +09:00
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 management improvements and dashboard API (#50101) 2026-03-19 12:12:30 +09:00
session-tool-result-guard.ts feat: add context engine transcript maintenance (#51191) 2026-03-20 16:28:27 -07:00
session-tool-result-state.ts
session-transcript-repair.attachments.test.ts
session-transcript-repair.test.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
session-transcript-repair.ts refactor: split MCP runtime and transport seams 2026-03-29 23:36:37 +01:00
session-write-lock.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
session-write-lock.ts Reduce lint suppressions in core tests and runtime 2026-03-27 02:11:26 -05:00
sessions-spawn-hooks.test.ts test: stabilize subagent spawn harnesses 2026-03-30 00:54:09 +01:00
sessions-spawn-threadid.test.ts
shell-utils.test.ts
shell-utils.ts Replace killProcessTree references to shell-utils with process/kill-tree (#55213) 2026-03-27 11:25:56 +00:00
simple-completion-runtime.selection.test.ts feat(discord): add autoThreadName 'generated' strategy (#43366) 2026-03-24 16:27:19 +01:00
simple-completion-runtime.test.ts feat(discord): add autoThreadName 'generated' strategy (#43366) 2026-03-24 16:27:19 +01:00
simple-completion-runtime.ts fix(discord): avoid bundling pi-ai runtime deps 2026-03-24 11:17:08 -05:00
simple-completion-transport.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
simple-completion-transport.ts refactor: move provider runtime into extensions 2026-03-27 05:38:58 +00:00
skills-clawhub.test.ts [codex] harden clawhub plugin publishing and install (#56870) 2026-03-29 11:59:19 -07:00
skills-clawhub.ts [codex] harden clawhub plugin publishing and install (#56870) 2026-03-29 11:59:19 -07:00
skills-install-download.ts
skills-install-extract.ts
skills-install-fallback.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
skills-install-output.ts
skills-install-tar-verbose.ts
skills-install.download-test-utils.ts
skills-install.download.test.ts test: centralize canonical skill fixtures 2026-03-28 03:45:56 +00:00
skills-install.test-mocks.ts
skills-install.test.ts fix: align skill install security gate 2026-03-31 15:53:29 +01:00
skills-install.ts fix: align skill install security gate 2026-03-31 15:53:29 +01:00
skills-status.test.ts test: centralize canonical skill fixtures 2026-03-28 03:45:56 +00:00
skills-status.ts fix(mattermost): detect stale websocket after bot disable/enable cycle (#53604) 2026-03-30 07:54:59 +05:30
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 docs(image-generation): remove nano banana stock docs 2026-03-17 01:09:58 -07:00
skills.buildworkspaceskillsnapshot.test.ts
skills.buildworkspaceskillstatus.test.ts test: centralize canonical skill fixtures 2026-03-28 03:45:56 +00:00
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 fix(skills): replace readFileSync with symlink-safe, root-confined skill file loader (#57519) 2026-03-30 17:03:05 +01:00
skills.resolveskillspromptforrun.test.ts test: centralize canonical skill fixtures 2026-03-28 03:45:56 +00:00
skills.sherpa-onnx-tts-bin.test.ts
skills.summarize-skill-description.test.ts
skills.test-helpers.ts fix(ci): restore skill fixtures and security doc anchors 2026-03-30 11:41:08 +09:00
skills.test.ts fix(exec): block proxy-style env overrides (#58202) 2026-03-31 21:25:36 +09:00
skills.ts
spawned-context.test.ts
spawned-context.ts
stable-stringify.ts
stream-message-shared.ts
subagent-announce-delivery.ts fix(exec): harden async approval followup delivery in webchat-only sessions (#57359) 2026-03-29 20:54:13 -05:00
subagent-announce-dispatch.test.ts fix: report dropped subagent announce queue deliveries 2026-03-24 00:54:46 -05:00
subagent-announce-dispatch.ts fix: report dropped subagent announce queue deliveries 2026-03-24 00:54:46 -05:00
subagent-announce-output.ts refactor: inject subagent announce test seams 2026-03-30 00:40:32 +01:00
subagent-announce-queue.test.ts
subagent-announce-queue.ts
subagent-announce.capture-completion-reply.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
subagent-announce.format.e2e.test.ts fix: include extension channels in subagent announce delivery path (#56348) 2026-03-28 21:15:23 +09:00
subagent-announce.test.ts fix(exec): harden async approval followup delivery in webchat-only sessions (#57359) 2026-03-29 20:54:13 -05:00
subagent-announce.timeout.test.ts fix(test): restore subagent announce timeout mocks 2026-03-30 08:52:04 +09:00
subagent-announce.ts fix(exec): harden async approval followup delivery in webchat-only sessions (#57359) 2026-03-29 20:54:13 -05:00
subagent-attachments.ts
subagent-capabilities.ts
subagent-control.test.ts Avoid stale subagent reply carryover 2026-03-26 22:40:50 -05:00
subagent-control.ts fix(subagents): correct duration display showing 5-6x inflated runtime (#57739) 2026-03-30 23:44:36 +08:00
subagent-depth.test.ts Agents: raise default timeout to 48h (#51874) 2026-03-21 21:54:46 +01:00
subagent-depth.ts fix(config): share json compatibility parsing 2026-03-20 10:17:53 -07:00
subagent-lifecycle-events.ts
subagent-orphan-recovery.test.ts test: dedupe remaining agent test seams 2026-03-26 16:14:45 +00:00
subagent-orphan-recovery.ts fix: avoid duplicate orphaned subagent resumes 2026-03-24 12:08:44 -05:00
subagent-registry-cleanup.test.ts
subagent-registry-cleanup.ts
subagent-registry-completion.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
subagent-registry-completion.ts fix: preserve subagent ended hooks until runtime init 2026-03-24 00:31:48 -05:00
subagent-registry-helpers.ts refactor: split subagent registry helpers 2026-03-27 00:35:41 +00:00
subagent-registry-lifecycle.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
subagent-registry-memory.ts perf: optimize cold import paths 2026-03-26 23:11:00 +00:00
subagent-registry-queries.test.ts fix: ignore moved subagent children on stale parents 2026-03-24 18:46:37 -05:00
subagent-registry-queries.ts fix: ignore moved subagent children on stale parents 2026-03-24 18:46:37 -05:00
subagent-registry-read.ts refactor(config): pin runtime snapshot and drop ttl cache 2026-03-29 22:57:31 +01:00
subagent-registry-run-manager.ts refactor: move tasks behind plugin-sdk seam 2026-03-31 15:22:09 +01:00
subagent-registry-runtime.ts fix: ignore moved child rows in subagent announces 2026-03-24 19:47:36 -05:00
subagent-registry-state.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
subagent-registry.announce-loop-guard.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
subagent-registry.archive.e2e.test.ts fix: clean up attachments when replacing subagent runs 2026-03-24 10:21:15 -05:00
subagent-registry.context-engine.test.ts fix: clean up attachments for released subagent runs 2026-03-24 09:56:20 -05:00
subagent-registry.lifecycle-retry-grace.e2e.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
subagent-registry.mocks.shared.ts
subagent-registry.nested.e2e.test.ts
subagent-registry.persistence.test.ts fix: prefer latest subagent rows for session control 2026-03-24 17:25:14 -05:00
subagent-registry.steer-restart.test.ts fix: ignore stale rows in subagent activity checks 2026-03-24 17:25:14 -05:00
subagent-registry.store.ts
subagent-registry.test.ts fix: clean up attachments for released subagent runs 2026-03-24 09:56:20 -05:00
subagent-registry.ts refactor: inject subagent announce test seams 2026-03-30 00:40:32 +01:00
subagent-registry.types.ts Session management improvements and dashboard API (#50101) 2026-03-19 12:12:30 +09:00
subagent-spawn.attachments.test.ts refactor: dedupe tests and harden suite isolation 2026-03-24 19:16:19 +00:00
subagent-spawn.model-session.test.ts test: share subagent and policy test fixtures 2026-03-26 16:04:34 +00:00
subagent-spawn.test-helpers.ts Agents: reuse shared subagent hook runner type 2026-03-29 20:06:05 -04:00
subagent-spawn.test.ts test: share subagent and policy test fixtures 2026-03-26 16:04:34 +00:00
subagent-spawn.ts fix: add requireAgentId to block sessions_spawn without explicit agen… (#29380) 2026-03-30 23:06:59 -04:00
subagent-spawn.workspace.test.ts test: share subagent and policy test fixtures 2026-03-26 16:04:34 +00:00
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 fix(exec): harden shell-side approval guardrails (#57839) 2026-03-30 15:49:24 -07:00
system-prompt.ts fix(exec): harden shell-side approval guardrails (#57839) 2026-03-30 15:49:24 -07:00
timeout.ts Agents: raise default timeout to 48h (#51874) 2026-03-21 21:54:46 +01:00
together-models.ts
tool-call-id.test.ts
tool-call-id.ts
tool-catalog.test.ts Tools: add xAI-backed code_execution 2026-03-28 21:35:13 +00:00
tool-catalog.ts refactor(xai): move code_execution into plugin 2026-03-28 21:35:13 +00:00
tool-description-summary.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
tool-display-common.ts refactor: split tool display exec parsing 2026-03-27 01:50:32 +00:00
tool-display-exec-shell.ts refactor: split tool display exec parsing 2026-03-27 01:50:32 +00:00
tool-display-exec.ts refactor: split tool display exec parsing 2026-03-27 01:50:32 +00:00
tool-display-overrides.json Tools: add xAI-backed code_execution 2026-03-28 21:35:13 +00:00
tool-display.test.ts
tool-display.ts
tool-fs-policy.test.ts fix(media): require fs access for dynamic local roots (#55946) 2026-03-27 19:06:02 +00:00
tool-fs-policy.ts fix(media): require fs access for dynamic local roots (#55946) 2026-03-27 19:06:02 +00:00
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 fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
tool-mutation.ts fix(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01:00
tool-policy-match.ts fix: default and gate apply_patch like write 2026-03-27 01:14:42 +00:00
tool-policy-pipeline.test.ts test: share subagent and policy test fixtures 2026-03-26 16:04:34 +00:00
tool-policy-pipeline.ts fix: route codex responses over websocket and preserve tool warnings (#53702) (thanks @Nanako0129) 2026-03-26 12:28:17 +05:30
tool-policy-shared.ts
tool-policy.conformance.ts
tool-policy.plugin-only-allowlist.test.ts
tool-policy.test.ts
tool-policy.ts
tool-summaries.ts
tools-effective-inventory.integration.test.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
tools-effective-inventory.test.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
tools-effective-inventory.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
trace-base.ts
transcript-policy.policy.test.ts
transcript-policy.test.ts test: speed up core runtime suites 2026-03-31 02:25:02 +01:00
transcript-policy.ts fix: use azure-openai-responses for Azure custom providers (#50851) (thanks @kunalk16) 2026-03-30 16:17:03 +05:30
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 refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
zai.live.test.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00