@openai/codex 0.43.0-alpha.8 → 0.45.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p>
3
2
 
4
3
  <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
@@ -64,7 +63,6 @@ You can also use Codex with an API key, but this requires [additional setup](./d
64
63
 
65
64
  Codex CLI supports [MCP servers](./docs/advanced.md#model-context-protocol-mcp). Enable by adding an `mcp_servers` section to your `~/.codex/config.toml`.
66
65
 
67
-
68
66
  ### Configuration
69
67
 
70
68
  Codex CLI supports a rich set of configuration options, with preferences stored in `~/.codex/config.toml`. For full configuration options, see [Configuration](./docs/config.md).
@@ -83,8 +81,11 @@ Codex CLI supports a rich set of configuration options, with preferences stored
83
81
  - [**Authentication**](./docs/authentication.md)
84
82
  - [Auth methods](./docs/authentication.md#forcing-a-specific-auth-method-advanced)
85
83
  - [Login on a "Headless" machine](./docs/authentication.md#connecting-on-a-headless-machine)
84
+ - **Automating Codex**
85
+ - [GitHub Action](https://github.com/openai/codex-action)
86
+ - [TypeScript SDK](./sdk/typescript/README.md)
87
+ - [Non-interactive mode (`codex exec`)](./docs/exec.md)
86
88
  - [**Advanced**](./docs/advanced.md)
87
- - [Non-interactive / CI mode](./docs/advanced.md#non-interactive--ci-mode)
88
89
  - [Tracing / verbose logging](./docs/advanced.md#tracing--verbose-logging)
89
90
  - [Model Context Protocol (MCP)](./docs/advanced.md#model-context-protocol-mcp)
90
91
  - [**Zero data retention (ZDR)**](./docs/zdr.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.43.0-alpha.8",
3
+ "version": "0.45.0-alpha.1",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"