mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-12 12:26:03 +00:00
* refactor: remove unused internal helpers * refactor(ui): remove unused compatibility helpers * refactor(android): remove unused talk cleanup shim * refactor(android): remove orphaned legacy UI * refactor: remove unused private exports * refactor(docs-i18n): remove dead matcher and satisfy lint
6 lines
355 B
TypeScript
6 lines
355 B
TypeScript
/** Runtime label used for Codex-native subagent task records. */
|
|
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:";
|
|
export const CODEX_NATIVE_SUBAGENT_STALE_ERROR = "Codex native subagent stopped reporting progress";
|