openclaw/src/agents/pi-embedded-runner
2026-04-03 23:06:22 +09:00
..
run fix: harden ollama tool-call replay (#52253) (thanks @Adam-Researchh) 2026-04-03 21:06:06 +09:00
abort.ts
anthropic-cache-retention.ts fix(agents): honor cacheRetention for custom anthropic providers (#59049) 2026-04-02 14:34:01 +09:00
anthropic-family-tool-payload-compat.ts refactor(anthropic): move stream wrappers into plugin 2026-04-01 09:21:48 +01:00
bedrock-stream-wrappers.ts refactor: split bedrock provider stream helpers 2026-03-28 01:40:30 +00:00
cache-ttl.test.ts
cache-ttl.ts
compact-reasons.test.ts fix(compaction): surface safeguard cancel reasons and clarify /compact skips (#51072) 2026-03-25 11:03:22 -07:00
compact-reasons.ts fix(compaction): surface safeguard cancel reasons and clarify /compact skips (#51072) 2026-03-25 11:03:22 -07:00
compact.hooks.harness.ts fix: honor authHeader provider config by injecting Authorization Bear… (#54390) 2026-04-01 13:18:37 -07:00
compact.hooks.test.ts fix(compaction): resolve model override in runtime context for all context engines (#56710) 2026-03-31 15:25:16 -07:00
compact.runtime.ts
compact.ts [Fix] Isolate teardown steps so session lock release is unconditional (#59194) 2026-04-03 17:07:24 +08:00
compaction-hooks.ts refactor: split compaction hooks 2026-03-27 01:36:13 +00:00
compaction-runtime-context.test.ts fix(compaction): resolve model override in runtime context for all context engines (#56710) 2026-03-31 15:25:16 -07:00
compaction-runtime-context.ts fix(compaction): resolve model override in runtime context for all context engines (#56710) 2026-03-31 15:25:16 -07:00
compaction-safety-timeout.ts
context-engine-maintenance.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
context-engine-maintenance.ts
extensions.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
extensions.ts fix: align cache-ttl pruning with thinking replay sanitization 2026-04-01 16:33:57 +05:30
extra-params.cache-retention-default.test.ts fix(agents): honor cacheRetention for custom anthropic providers (#59049) 2026-04-02 14:34:01 +09:00
extra-params.google.test.ts refactor: dedupe test helpers and harnesses 2026-03-24 21:41:46 +00:00
extra-params.kilocode.test.ts test: continue vitest threads migration 2026-03-24 08:37:00 +00:00
extra-params.ollama.test.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00
extra-params.openai.test.ts fix: add OpenAI version attribution header 2026-03-27 20:29:18 +00:00
extra-params.openrouter-cache-control.test.ts fix: preserve anthropic thinking replay (#58916) 2026-04-01 16:23:47 +05:30
extra-params.pi-ai-mock.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00
extra-params.test-support.ts fix: use azure-openai-responses for Azure custom providers (#50851) (thanks @kunalk16) 2026-03-30 16:17:03 +05:30
extra-params.ts fix(agents): honor cacheRetention for custom anthropic providers (#59049) 2026-04-02 14:34:01 +09:00
extra-params.xai-tool-payload.test.ts xAI: strip unsupported payload fields 2026-03-28 21:35:13 +00:00
extra-params.zai-tool-stream.test.ts refactor: dedupe test helpers and harnesses 2026-03-24 21:41:46 +00:00
google-stream-wrappers.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00
google.test.ts
google.ts refactor: add provider replay runtime hook surfaces (#59143) 2026-04-01 13:45:41 -07:00
history.test.ts fix: normalize history session provider lookup 2026-03-27 21:19:09 -05:00
history.ts fix: normalize history session provider lookup 2026-03-27 21:19:09 -05:00
kilocode.test.ts
lanes.test.ts
lanes.ts
logger.ts
message-action-discovery-input.test.ts
message-action-discovery-input.ts
minimax-stream-wrappers.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
model.forward-compat.errors-and-overrides.test.ts refactor: move provider runtime into extensions 2026-03-27 05:38:58 +00:00
model.forward-compat.test-support.ts refactor: dedupe test helpers and harnesses 2026-03-24 21:41:46 +00:00
model.forward-compat.test.ts
model.provider-normalization.ts refactor: generalize provider transport hooks 2026-03-29 23:05:58 +09:00
model.provider-runtime.test-support.ts build: update deps and align pi sdk usage 2026-03-31 22:56:20 +09:00
model.startup-retry.test.ts fix: apply Mistral compat across proxy transports 2026-03-29 16:32:31 +09:00
model.test-harness.ts build: update deps and align pi sdk usage 2026-03-31 22:56:20 +09:00
model.test.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
model.ts feat(providers): add llm transport adapter seam (#60264) 2026-04-03 22:45:47 +09:00
moonshot-stream-wrappers.test.ts fix: decouple moonshot stream wrappers from provider runtime 2026-03-27 00:40:51 +00:00
moonshot-stream-wrappers.ts refactor(providers): centralize request capabilities (#59636) 2026-04-02 20:26:22 +09:00
moonshot-thinking-stream-wrappers.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00
openai-stream-wrappers.ts fix(providers): unify request policy resolution (#59653) 2026-04-02 21:42:11 +09:00
openrouter-model-capabilities.test.ts test: reduce agent test import churn 2026-04-03 04:41:09 +01:00
openrouter-model-capabilities.ts
proxy-stream-wrappers.test.ts
proxy-stream-wrappers.ts fix(providers): unify request policy resolution (#59653) 2026-04-02 21:42:11 +09:00
run.codex-server-error-fallback.test.ts fix(agents): fail over and sanitize Codex server_error payloads (#42892) 2026-03-27 16:51:39 +03:00
run.incomplete-turn.test.ts fix(agents): harden rate-limit fallback handoff 2026-04-03 18:28:56 +09:00
run.overflow-compaction.fixture.ts refactor: extract embedded runner failover helpers 2026-04-03 19:28:39 +09:00
run.overflow-compaction.harness.ts fix(agents): harden rate-limit fallback handoff 2026-04-03 18:28:56 +09:00
run.overflow-compaction.loop.test.ts
run.overflow-compaction.test.ts test(agents): cover undersized model dispatch guard (#55369) 2026-03-26 20:30:20 -04:00
run.timeout-triggered-compaction.test.ts test: share msteams monitor and pi runner fixtures 2026-03-26 15:40:51 +00:00
run.ts refactor: extract embedded runner failover helpers 2026-04-03 19:28:39 +09:00
runs.test.ts fix: apply live model switches during active retries 2026-03-27 12:01:55 +00:00
runs.ts fix: apply live model switches during active retries 2026-03-27 12:01:55 +00:00
sandbox-info.ts
sanitize-session-history.tool-result-details.test.ts
session-manager-cache.test.ts
session-manager-cache.ts
session-manager-init.ts
session-truncation.test.ts
session-truncation.ts
sessions-yield.orchestration.test.ts
skills-runtime.integration.test.ts
skills-runtime.test.ts
skills-runtime.ts
stream-payload-utils.ts
system-prompt.test.ts
system-prompt.ts
thinking.test.ts fix(ci): tighten thinking recovery stream types 2026-04-02 19:47:52 +09:00
thinking.ts fix(ci): tighten thinking recovery stream types 2026-04-02 19:47:52 +09:00
tool-name-allowlist.ts
tool-result-char-estimator.ts
tool-result-context-guard.test.ts
tool-result-context-guard.ts
tool-result-truncation.test.ts refactor: simplify reply-threading and test helpers 2026-04-03 23:06:22 +09:00
tool-result-truncation.ts
tool-split.ts
transcript-rewrite.test.ts refactor: simplify reply-threading and test helpers 2026-04-03 23:06:22 +09:00
transcript-rewrite.ts
types.ts fix: preserve cli sessions across model changes 2026-03-26 20:25:20 +00:00
usage-accumulator.test.ts fix: unify pi runner usage snapshot fallback 2026-03-24 10:33:18 -07:00
usage-accumulator.ts fix: unify pi runner usage snapshot fallback 2026-03-24 10:33:18 -07:00
usage-reporting.test.ts refactor: extract embedded runner failover helpers 2026-04-03 19:28:39 +09:00
utils.ts
wait-for-idle-before-flush.ts
zai-stream-wrappers.ts refactor: move stream payload compat into provider seams 2026-03-28 00:10:39 +00:00