Files
ccs/src/bin/codex-runtime.ts
T
Tam Nhu Tran 8f60820f33 feat(targets): add native codex runtime target
- add a Codex adapter, detector, runtime aliases, and compatibility matrix

- keep Codex runtime-only while preserving persisted targets for claude and droid

- cover Codex launch, reasoning, wrapper detection, and bridge routing regressions

Refs #773
2026-03-29 13:14:15 -04:00

3 lines
68 B
TypeScript

process.env.CCS_INTERNAL_ENTRY_TARGET = 'codex';
require('../ccs');