openclaw/src/agents
Tak Hoffman df58b4f5fb
fix: prefer deterministic session id resume targets
2026-03-24 21:18:40 -05:00
..
auth-profiles refactor(auth): unify external CLI credential sync 2026-03-24 10:03:00 -07:00
cli-runner Plugin SDK: use public utility subpaths 2026-03-18 09:43:46 -07:00
command fix: prefer deterministic session id resume targets 2026-03-24 21:18:40 -05:00
pi-embedded-helpers refactor: unify Google Generative AI normalization 2026-03-24 17:09:11 -07:00
pi-embedded-runner fix: verify exact spawned session visibility 2026-03-24 20:39:00 -05:00
pi-extensions test: isolate pi model and reset-model thread fixtures 2026-03-23 04:36:06 -07:00
sandbox refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
schema test: fix base vitest thread regressions 2026-03-22 23:37:31 -07:00
skills test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
test-helpers refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
tools feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
acp-binding-architecture.guardrail.test.ts
acp-spawn-parent-stream.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
acp-spawn-parent-stream.ts
acp-spawn.test.ts test: simplify ACP spawn scenarios 2026-03-22 15:11:22 -07:00
acp-spawn.ts refactor: extract ACP spawn flow helpers 2026-03-22 15:11:22 -07:00
agent-command.ts fix(plugins): forward plugin subagent overrides (#48277) 2026-03-17 07:20:27 -07:00
agent-paths.test.ts
agent-paths.ts Secrets: honor caller env during runtime validation 2026-03-16 12:31:44 +00:00
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-provider.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
anthropic-vertex-stream.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
anthropic-vertex-stream.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04: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 test: fix base vitest thread regressions 2026-03-22 23:37:31 -07:00
apply-patch.ts feat: add remote openshell sandbox mode 2026-03-15 20:28:19 -07:00
auth-health.test.ts
auth-health.ts
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.ensureauthprofilestore.test.ts
auth-profiles.external-cli-sync.test.ts refactor(auth): unify external CLI credential sync 2026-03-24 10:03:00 -07:00
auth-profiles.getsoonestcooldownexpiry.test.ts
auth-profiles.markauthprofilefailure.test.ts fix(auth): prevent stale auth store reverts (#53211) 2026-03-23 15:56:46 -07:00
auth-profiles.readonly-sync.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00: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 refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
auth-profiles.store-cache.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
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.ts
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 refactor: separate exec policy and execution targets 2026-03-23 19:36:44 -07: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.ts
bash-tools.exec-runtime.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
bash-tools.exec-runtime.ts fix: narrow exec exit failure kind typing 2026-03-23 04:58:46 +00:00
bash-tools.exec-types.ts fix(security): harden exec approval boundaries 2026-03-22 09:35:25 -07:00
bash-tools.exec.approval-id.test.ts test: stabilize test isolation 2026-03-23 23:01:22 +00:00
bash-tools.exec.background-abort.test.ts
bash-tools.exec.path.test.ts refactor: dedupe tests and harden suite isolation 2026-03-24 19:16:19 +00:00
bash-tools.exec.pty-cleanup.test.ts
bash-tools.exec.pty-fallback-failure.test.ts
bash-tools.exec.pty-fallback.test.ts
bash-tools.exec.pty.test.ts
bash-tools.exec.script-preflight.test.ts
bash-tools.exec.ts refactor: extract exec outcome and tool result helpers 2026-03-23 04:47:12 +00:00
bash-tools.process.poll-timeout.test.ts
bash-tools.process.send-keys.test.ts
bash-tools.process.supervisor.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
bash-tools.process.ts
bash-tools.shared.test.ts
bash-tools.shared.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
bash-tools.test.ts test: isolate exec foreground failure coverage 2026-03-23 04:47:12 +00:00
bash-tools.ts
bedrock-discovery.test.ts
bedrock-discovery.ts
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 refactor: dedupe tests and harden suite isolation 2026-03-24 19:16:19 +00:00
btw.ts
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 feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05: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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
claude-cli-runner.ts
cli-backends.test.ts
cli-backends.ts
cli-credentials.test.ts refactor(auth): unify external CLI credential sync 2026-03-24 10:03:00 -07:00
cli-credentials.ts refactor(auth): unify external CLI credential sync 2026-03-24 10:03:00 -07:00
cli-runner.bundle-mcp.e2e.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
cli-runner.test.ts fix(test): satisfy cli backend config typing 2026-03-24 13:06:20 -07:00
cli-runner.ts Adjust CLI backend environment handling before spawn (#53921) 2026-03-24 12:58:10 -07:00
cli-session.ts
cli-watchdog-defaults.ts
cloudflare-ai-gateway.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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
compaction.retry.test.ts
compaction.test.ts
compaction.token-sanitize.test.ts
compaction.tool-result-details.test.ts
compaction.ts
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
context-window-guard.ts
context.lookup.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
context.test.ts
context.ts test: harden no-isolate reply teardown 2026-03-23 00:37:32 -07:00
current-time.ts
custom-api-registry.test.ts
custom-api-registry.ts
date-time.ts
deepseek-models.ts fix: refactor deepseek bundled plugin (#48762) (thanks @07akioni) 2026-03-23 05:06:07 -07:00
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 Agents: run bundle MCP tools in embedded Pi (#48611) 2026-03-16 21:46:05 -07:00
failover-error.test.ts
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.ts feat(discord): add autoThreadName 'generated' strategy (#43366) 2026-03-24 16:27:19 +01: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: unify Google Generative AI normalization 2026-03-24 17:09:11 -07:00
google-generative-ai.ts refactor: unify Google Generative AI normalization 2026-03-24 17:09:11 -07:00
huggingface-models.test.ts
huggingface-models.ts
identity-avatar.test.ts
identity-avatar.ts
identity-file.test.ts
identity-file.ts
identity.human-delay.test.ts
identity.per-channel-prefix.test.ts
identity.test.ts
identity.ts
image-sanitization.test.ts
image-sanitization.ts
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 test: prune low-signal live model sweeps 2026-03-24 05:43:07 +00: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-stdio.ts Agents: run bundle MCP tools in embedded Pi (#48611) 2026-03-16 21:46:05 -07:00
memory-search.test.ts
memory-search.ts
minimax-docs.test.ts docs: sync minimax m2.7 references 2026-03-23 00:02:35 -07:00
minimax-vlm.normalizes-api-key.test.ts
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-auth-env-vars.ts refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
model-auth-env.ts fix(test): recycle unit-fast CI batches (#51884) 2026-03-21 14:56:29 -07:00
model-auth-label.test.ts
model-auth-label.ts
model-auth-markers.test.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
model-auth-markers.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
model-auth.profiles.test.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
model-auth.test.ts feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04:00
model-auth.ts fix: restore provider runtime lazy boundary 2026-03-23 09:35:18 +00: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 Plugins: avoid booting bundled providers for catalog hooks 2026-03-16 12:56:48 +00:00
model-catalog.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
model-catalog.ts fix: refactor deepseek bundled plugin (#48762) (thanks @07akioni) 2026-03-23 05:06:07 -07:00
model-compat.test.ts test: prune low-signal live model sweeps 2026-03-24 05:43:07 +00:00
model-compat.ts feat: finish xai provider integration 2026-03-17 21:31:20 -07: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 refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
model-fallback.test.ts test: update codex test fixtures to gpt-5.4 2026-03-23 02:14:00 -07:00
model-fallback.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
model-fallback.types.ts
model-id-normalization.test.ts feat(models): sync pi provider catalogs 2026-03-22 15:40:56 -07:00
model-id-normalization.ts feat(models): sync pi provider catalogs 2026-03-22 15:40:56 -07: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
model-scan.ts
model-selection.test.ts test: update codex test fixtures to gpt-5.4 2026-03-23 02:14:00 -07:00
model-selection.ts refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
model-suppression.runtime.ts refactor: consolidate lazy runtime surfaces 2026-03-17 00:59:20 -07:00
model-suppression.ts Plugins: avoid booting bundled providers for catalog hooks 2026-03-16 12:56:48 +00:00
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 feat: add anthropic-vertex provider for Claude via GCP Vertex AI (#43356) 2026-03-20 18:48:42 -04: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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
models-config.merge.test.ts refactor: finish provider auth extraction and canonicalize kimi 2026-03-16 20:49:38 -07:00
models-config.merge.ts
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 fix(models): preserve stream usage compat opt-ins (#45733) 2026-03-15 20:21:11 +01: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
models-config.providers.chutes.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
models-config.providers.cloudflare-ai-gateway.test.ts fix(plugins): restore provider compatibility fallbacks 2026-03-15 16:09:40 -07:00
models-config.providers.discovery-auth.test.ts
models-config.providers.discovery.ts refactor(plugin-sdk): route core provider and telegram seams through sdk barrels 2026-03-22 19:43:19 -07:00
models-config.providers.google-antigravity.test.ts added a fix for memory leak on 2gb ram (#46522) 2026-03-15 09:01:31 -07:00
models-config.providers.kilocode.test.ts
models-config.providers.kimi-coding.test.ts refactor: finish provider auth extraction and canonicalize kimi 2026-03-16 20:49:38 -07:00
models-config.providers.matrix.test.ts
models-config.providers.minimax.test.ts MiniMax: add M2.7 models and update default to M2.7 (#49691) 2026-03-18 09:24:37 -07:00
models-config.providers.modelstudio.test.ts fix(models): preserve stream usage compat opt-ins (#45733) 2026-03-15 20:21:11 +01:00
models-config.providers.moonshot.test.ts fix(moonshot): refresh kimi k2 catalog 2026-03-22 18:00:51 -07:00
models-config.providers.normalize-keys.test.ts
models-config.providers.nvidia.test.ts
models-config.providers.ollama-autodiscovery.test.ts
models-config.providers.ollama.test.ts
models-config.providers.openai-codex.test.ts
models-config.providers.plugin-allowlist-compat.test.ts fix(plugins): restore provider compatibility fallbacks 2026-03-15 16:09:40 -07:00
models-config.providers.qianfan.test.ts
models-config.providers.static.ts fix: refactor deepseek bundled plugin (#48762) (thanks @07akioni) 2026-03-23 05:06:07 -07:00
models-config.providers.ts fix: verify exact spawned session visibility 2026-03-24 20:39:00 -05:00
models-config.providers.vercel-ai-gateway.test.ts
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 test: continue vitest threads migration 2026-03-24 08:37:00 +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.live.test.ts test: stabilize moonshot and minimax live probes 2026-03-24 00:40:17 +00:00
ollama-defaults.ts Plugin SDK: split setup and sandbox subpaths 2026-03-16 12:06:32 +00:00
ollama-models.test.ts
ollama-models.ts Providers: centralize setup defaults and helper boundaries 2026-03-16 12:06:32 +00:00
ollama-stream.test.ts
ollama-stream.ts Providers: centralize setup defaults and helper boundaries 2026-03-16 12:06:32 +00:00
openai-responses.reasoning-replay.test.ts
openai-ws-connection.test.ts fix(agents): restore embedded pi and websocket typings 2026-03-16 22:21:18 -07:00
openai-ws-connection.ts fix: sync agent and autoreply e2e updates 2026-03-23 01:33:40 -07:00
openai-ws-stream.e2e.test.ts fix: align websocket stream fallback types 2026-03-23 08:59:16 +00:00
openai-ws-stream.test.ts test: inject thread-safe deps for agent tools 2026-03-23 04:16:53 -07:00
openai-ws-stream.ts test: inject thread-safe deps for agent tools 2026-03-23 04:16:53 -07:00
openclaw-gateway-tool.test.ts refactor: dedupe tests and harden suite isolation 2026-03-24 19:16:19 +00:00
openclaw-tools.agents.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
openclaw-tools.camera.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
openclaw-tools.image-generation.test.ts Main recovery: restore formatter and contract checks (#49570) 2026-03-18 00:30:01 -07:00
openclaw-tools.owner-authorization.test.ts
openclaw-tools.pdf-registration.test.ts
openclaw-tools.plugin-context.test.ts fix(plugins): late-binding subagent runtime for non-gateway load paths (#46648) 2026-03-16 14:27:54 -07: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 fix: enforce sandbox visibility for session_status ids 2026-03-24 21:05:25 -05: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: ignore moved subagent children on stale parents 2026-03-24 18:46:37 -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
openclaw-tools.subagents.sessions-spawn.cron-note.test.ts
openclaw-tools.subagents.sessions-spawn.lifecycle.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00: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 Session management improvements and dashboard API (#50101) 2026-03-19 12:12:30 +09:00
openclaw-tools.subagents.steer-failure-clears-suppression.test.ts
openclaw-tools.subagents.test-harness.ts
openclaw-tools.ts test: inject thread-safe deps for agent tools 2026-03-23 04:16:53 -07:00
openclaw-tools.web-runtime.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00: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
pi-auth-json.ts
pi-bundle-lsp-runtime.ts refactor: dedupe helpers and source seams 2026-03-24 21:00:36 +00:00
pi-bundle-mcp-tools.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
pi-bundle-mcp-tools.ts Perf: skip MCP/LSP runtime spawning when no servers are configured 2026-03-18 00:25:53 -07: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(agent): clarify embedded transport errors (#51419) 2026-03-20 21:47:47 -07:00
pi-embedded-helpers.isbillingerrormessage.test.ts fix: generalize api_error detection for fallback model triggering (#49611) 2026-03-24 00:34:27 +03: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(agent): clarify embedded transport errors (#51419) 2026-03-20 21:47:47 -07: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(slack): trim DM reply overhead and restore Codex auto transport (#53957) 2026-03-24 15:03:40 -07:00
pi-embedded-runner.applygoogleturnorderingfix.test.ts
pi-embedded-runner.buildembeddedsandboxinfo.test.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
pi-embedded-runner.bundle-mcp.e2e.test.ts fix: sync agent and autoreply e2e updates 2026-03-23 01:33:40 -07:00
pi-embedded-runner.compaction-safety-timeout.test.ts fix: harden compaction timeout follow-ups 2026-03-15 12:13:23 +05:30
pi-embedded-runner.createsystempromptoverride.test.ts
pi-embedded-runner.e2e.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00: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 test: stabilize e2e module isolation 2026-03-23 11:46:54 +00: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.e2e-harness.ts
pi-embedded-subscribe.handlers.compaction.ts fix(hooks): pass sessionFile and sessionKey in after_compaction hook (#40781) 2026-03-17 08:30:37 -07: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 fix: prevent delivery-mirror re-delivery and raise Slack chunk limit (#45489) 2026-03-24 00:11:19 +03: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(agents): harden edit tool recovery (#52516) 2026-03-24 13:19:16 +01: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
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: continue vitest threads migration 2026-03-24 08:37:00 +00: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: trim import-heavy startup paths 2026-03-22 05:03:10 +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 fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.ts fix(agents): deny local MEDIA paths for MCP results 2026-03-22 22:10:13 -07:00
pi-embedded-subscribe.types.ts
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 fix: unify live model auth gating 2026-03-24 04:28:53 +00:00
pi-model-discovery.compat.e2e.test.ts
pi-model-discovery.ts fix: unify live model auth gating 2026-03-24 04:28:53 +00: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.test.ts
pi-tool-definition-adapter.ts refactor: extract exec outcome and tool result helpers 2026-03-23 04:47:12 +00: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 feat: add openshell sandbox backend 2026-03-15 20:03:22 -07: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 fix: sync agent and autoreply e2e updates 2026-03-23 01:33:40 -07:00
pi-tools.before-tool-call.integration.e2e.test.ts test: stabilize trigger handling and hook e2e tests 2026-03-23 11:06:24 +00: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: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
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 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 test: fix base vitest thread regressions 2026-03-22 23:37:31 -07: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 fix: checkpoint gate fixes before rebase 2026-03-18 15:36:18 +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
pi-tools.policy.ts refactor: move remaining channel seams into plugins 2026-03-15 23:47:30 -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
pi-tools.schema.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
pi-tools.ts fix(security): harden exec approval boundaries 2026-03-22 09:35:25 -07:00
pi-tools.types.ts
pi-tools.whatsapp-login-gating.test.ts
pi-tools.workspace-only-false.test.ts test: harden vitest no-isolate coverage 2026-03-22 10:48:21 -07:00
pi-tools.workspace-paths.test.ts
prompt-composition-scenarios.ts test: harden prompt composition coverage 2026-03-17 21:42:46 -07:00
prompt-composition.test.ts test: harden prompt composition coverage 2026-03-17 21:42:46 -07:00
provider-attribution.test.ts build: bump version to 2026.3.22 2026-03-22 11:58:33 -07:00
provider-attribution.ts Agents: add OpenAI attribution headers (#48737) 2026-03-16 21:47:16 -07:00
provider-capabilities.test.ts Providers: fix kimi fallback normalization 2026-03-24 10:58:03 -07:00
provider-capabilities.ts Providers: fix kimi fallback normalization 2026-03-24 10:58:03 -07:00
provider-id.ts refactor: finish provider auth extraction and canonicalize kimi 2026-03-16 20:49:38 -07:00
pty-dsr.ts
pty-keys.test.ts
pty-keys.ts
queued-file-writer.ts
runtime-plugins.test.ts chore(plugins): remove opik investigation checkpoints 2026-03-23 01:21:19 -07:00
runtime-plugins.ts fix(plugins): preserve live hook registry during gateway runs 2026-03-23 01:05:13 -07: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
sandbox-media-paths.test.ts feat: add remote openshell sandbox mode 2026-03-15 20:28:19 -07:00
sandbox-media-paths.ts feat: add remote openshell sandbox mode 2026-03-15 20:28:19 -07:00
sandbox-merge.test.ts feat: move ssh sandboxing into core 2026-03-15 21:35:30 -07:00
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 feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
sandbox.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
sanitize-for-prompt.test.ts
sanitize-for-prompt.ts
self-hosted-provider-defaults.ts Providers: centralize setup defaults and helper boundaries 2026-03-16 12:06:32 +00:00
session-dirs.ts
session-file-repair.test.ts
session-file-repair.ts
session-slug.test.ts
session-slug.ts
session-tool-result-guard-wrapper.ts Session 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 test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
session-transcript-repair.ts fix: sanitize malformed replay tool calls (#50005) 2026-03-20 15:03:30 -07:00
session-write-lock.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
session-write-lock.ts test: harden threaded shared-worker suites 2026-03-24 08:37:00 +00:00
sessions-spawn-hooks.test.ts
sessions-spawn-threadid.test.ts
sglang-defaults.ts Plugin SDK: split setup and sandbox subpaths 2026-03-16 12:06:32 +00:00
shell-utils.test.ts
shell-utils.ts refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07: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 fix(agents): register simple completion transports 2026-03-21 17:22:31 +05:30
simple-completion-transport.ts fix(agents): register simple completion transports 2026-03-21 17:22:31 +05:30
skills-clawhub.test.ts fix: preserve legacy clawhub skill updates (#53206) (thanks @drobison00) 2026-03-23 19:34:05 -07:00
skills-clawhub.ts refactor: split tracked ClawHub update flows 2026-03-23 20:01:51 -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
skills-install.test-mocks.ts
skills-install.test.ts
skills-install.ts fix: widen installer regex allowlists and deduplicate safeExternalHref calls 2026-03-24 01:46:33 -05: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 docs(image-generation): remove nano banana stock docs 2026-03-17 01:09:58 -07:00
skills.buildworkspaceskillsnapshot.test.ts
skills.buildworkspaceskillstatus.test.ts
skills.compact-skill-paths.test.ts
skills.e2e-test-helpers.test.ts
skills.e2e-test-helpers.ts
skills.loadworkspaceskillentries.test.ts
skills.resolveskillspromptforrun.test.ts
skills.sherpa-onnx-tts-bin.test.ts
skills.summarize-skill-description.test.ts
skills.test-helpers.ts
skills.test.ts fix(agents): prefer runtime snapshot for skill secrets 2026-03-23 13:04:12 -07:00
skills.ts
spawned-context.test.ts
spawned-context.ts
stable-stringify.ts
stream-message-shared.ts
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-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: ignore moved child rows in subagent announces 2026-03-24 19:47:36 -05:00
subagent-announce.test.ts fix: preserve session cleanup hooks after subagent announce 2026-03-24 11:44:10 -05:00
subagent-announce.timeout.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
subagent-announce.ts fix: ignore moved child rows in subagent announces 2026-03-24 19:47:36 -05:00
subagent-attachments.ts
subagent-capabilities.ts
subagent-control.test.ts fix: ignore moved subagent children on stale parents 2026-03-24 18:46:37 -05:00
subagent-control.ts fix: hide moved subagents from stale command targets 2026-03-24 19:15:47 -05: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 fix: avoid duplicate orphaned subagent resumes 2026-03-24 12:08:44 -05: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-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-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 fix: prefer latest subagent rows for session control 2026-03-24 17:25:14 -05: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 refactor: dedupe tests and harden suite isolation 2026-03-24 19:16:19 +00:00
subagent-spawn.test-helpers.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
subagent-spawn.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +00:00
subagent-spawn.ts fix: preserve cleanup hooks after subagent register failure 2026-03-24 11:32:19 -05:00
subagent-spawn.workspace.test.ts refactor: dedupe test and runtime seams 2026-03-24 23:33:30 +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 refactor: tighten embedded prompt and sidecar guards 2026-03-23 22:09:22 -07:00
system-prompt.ts refactor: tighten embedded prompt and sidecar guards 2026-03-23 22:09:22 -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 Deduplicate repeated tool call IDs for OpenAI-compatible APIs (#40996) 2026-03-15 19:46:07 +08:00
tool-call-id.ts Deduplicate repeated tool call IDs for OpenAI-compatible APIs (#40996) 2026-03-15 19:46:07 +08:00
tool-catalog.test.ts feat(image-generation): add image_generate tool 2026-03-17 01:09:58 -07:00
tool-catalog.ts feat(image-generation): add image_generate tool 2026-03-17 01:09:58 -07:00
tool-description-summary.ts feat: add /tools runtime availability view (#54088) 2026-03-24 21:09:51 -05:00
tool-display-common.ts
tool-display-overrides.json
tool-display.test.ts
tool-display.ts
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 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 Security: trim audit policy import surfaces 2026-03-15 22:55:26 -07:00
tool-policy-pipeline.test.ts fix(slack): trim DM reply overhead and restore Codex auto transport (#53957) 2026-03-24 15:03:40 -07:00
tool-policy-pipeline.ts fix(slack): trim DM reply overhead and restore Codex auto transport (#53957) 2026-03-24 15:03:40 -07:00
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: continue vitest threads migration 2026-03-24 08:37:00 +00:00
transcript-policy.ts Deduplicate repeated tool call IDs for OpenAI-compatible APIs (#40996) 2026-03-15 19:46:07 +08:00
usage.normalization.test.ts
usage.test.ts
usage.ts
venice-models.test.ts
venice-models.ts
vercel-ai-gateway.ts
vllm-defaults.ts Plugin SDK: split setup and sandbox subpaths 2026-03-16 12:06:32 +00:00
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 refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
workspace.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
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