provider-codex

Solid

Track and maintain the upstream OpenAI Codex CLI contract. Use when OpenAI ships a Codex release, when a `codex exec` flag/sandbox/approval/resume/subcommand behaviour changes, or when an upstream scan flags drift. Process guidance only; `src/upstream-contracts.ts` is the mechanical source of truth.

AI & Automation 16 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Provider: OpenAI Codex CLI Process guidance for keeping the gateway's Codex (`codex`) integration aligned with the upstream CLI. This skill does **not** define argv/env behaviour; the single mechanical source of truth is `UPSTREAM_CLI_CONTRACTS.codex` in `src/upstream-contracts.ts`, enforced by `validateUpstreamCliArgs` / `validateUpstreamCliEnv`. Never re-encode flags, sandbox/approval modes, or resume rules here or in TOML. ## Identity | Field | Value | | ---------------- | ----------------------------------------------------------------------------- | | CliType | `codex` | | Executable | `codex` | | Package | `@openai/codex` (npm) | | Repo | https://github.com/openai/codex | | Release API | https://api.github.com/repos/openai/codex/releases/latest | | Changelog RSS | https://learn.chatgpt.com/docs/changelog/rss.xml | | Watch categories | `flags`, `sandbox-modes`, `approval-modes`, `session-resume`, `output-schema` | These values mirror `UPSTREAM_CLI_CONTRACTS.codex.upstreamMetadata` and `docs/upstream/provider-sources.dag.toml` (`[providers.codex]`). The Ty...

Details

Author
verivus-oss
Repository
verivus-oss/llm-cli-gateway
Created
5 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category