mirror of
https://github.com/openai/codex.git
synced 2026-05-15 08:42:34 +00:00
## Why This adds a checked-in Codex environment configuration so the repo exposes a ready-to-run Codex action from the app environment metadata. ## What changed - Added `.codex/environments/environment.toml` with a generated `Run` action. - The action runs the `codex` binary from `codex-rs/Cargo.toml` with `mcp_oauth_credentials_store=file`. ## Verification - Not run; configuration-only change.
12 lines
250 B
TOML
12 lines
250 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "codex"
|
|
|
|
[setup]
|
|
script = ""
|
|
|
|
[[actions]]
|
|
name = "Run"
|
|
icon = "run"
|
|
command = "cargo +1.93.0 run --manifest-path=codex-rs/Cargo.toml --bin codex -- -c mcp_oauth_credentials_store=file"
|