mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 15:41:03 +00:00
Deliver Codex-native subagent completions through the generic plugin harness task runtime. Proof: - Autoreview clean on final branch. - Testbox changed gate: tbx_01ks80eqs7d2e3jq3p99zbm4wd, pnpm check:changed, exit 0. - Live Codex harness: tbx_01ks80p4ky32sqv2ksan2p0w0q, codex/gpt-5.5 API-key auth, native parent/child bridge tokens observed, exit 0. Co-authored-by: bryanpearson <bryanmpearson@gmail.com>
4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export const CODEX_NATIVE_SUBAGENT_RUNTIME = "subagent";
|
|
export const CODEX_NATIVE_SUBAGENT_TASK_KIND = "codex-native";
|
|
export const CODEX_NATIVE_SUBAGENT_RUN_ID_PREFIX = "codex-thread:";
|