Files
openclaw/src/plugin-sdk/codex-native-task-runtime.ts
Mariano 8c75ed3eaa Mirror Codex native subagents into task registry (#79512)
Merged via squash.

Prepared head SHA: 75bc96ad74
Co-authored-by: mbelinky <mbelinky@users.noreply.github.com>
Co-authored-by: marianobelinky <63976030+marianobelinky@users.noreply.github.com>
Reviewed-by: @pashpashpash
2026-05-11 20:52:41 +02:00

11 lines
387 B
TypeScript

// Private helper surface for the bundled Codex plugin. This is intentionally
// local-only so Codex can mirror app-server native subagents into OpenClaw's
// task registry without promoting detached task mutation helpers to the public
// plugin SDK.
export {
createRunningTaskRun,
finalizeTaskRunByRunId,
recordTaskRunProgressByRunId,
} from "../tasks/detached-task-runtime.js";