Skip to content

Commit 85bb19e

Browse files
authored
Merge branch 'main' into add-github-action-for-nix
2 parents 6bba56c + 5c67dc3 commit 85bb19e

File tree

44 files changed

+1971
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1971
-487
lines changed

codex-rs/Cargo.lock

Lines changed: 80 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ We provide Codex CLI as a standalone, native executable to ensure a zero-depende
44

55
## Installing Codex
66

7-
Today, the easiest way to install Codex is via `npm`, though we plan to publish Codex to other package managers soon.
7+
Today, the easiest way to install Codex is via `npm`:
88

99
```shell
10-
npm i -g @openai/codex@native
10+
npm i -g @openai/codex
1111
codex
1212
```
1313

14-
You can also download a platform-specific release directly from our [GitHub Releases](https://github.com/openai/codex/releases).
14+
You can also install via Homebrew (`brew install codex`) or download a platform-specific release directly from our [GitHub Releases](https://github.com/openai/codex/releases).
1515

1616
## What's new in the Rust CLI
1717

18-
While we are [working to close the gap between the TypeScript and Rust implementations of Codex CLI](https://github.com/openai/codex/issues/1262), note that the Rust CLI has a number of features that the TypeScript CLI does not!
18+
The Rust implementation is now the maintained Codex CLI and serves as the default experience. It includes a number of features that the legacy TypeScript CLI never supported.
1919

2020
### Config
2121

0 commit comments

Comments
 (0)