mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 13:44:47 +00:00
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
11 lines
387 B
TypeScript
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";
|