core-agent-ide/.github
Michael Bolin abcca30d93
docs: update documentation to reflect Rust CLI release (#1440)
As promised on https://github.com/openai/codex/discussions/1405, we are
making the first official release of the Rust CLI as v0.2.0. As part of
this move, we are making it available in Homebrew:

https://github.com/Homebrew/homebrew-core/pull/228615

Ultimately, we also plan to continue to make the CLI available in npm,
as well, though brew is a bit nicer in that `brew install` will download
only the binary for your platform whereas an npm module is expected to
contain the binaries for _all_ supported platforms, so it is a bit more
heavyweight.

A big part of this change is updating the root `README.md` to document
the behavior of the Rust CLI, which differs in a number of ways from the
TypeScript CLI. The existing `README.md` is moved to
`codex-cli/README.md` as part of this PR, as it is still applicable to
that folder.

As this is still early days for the Rust CLI, I encourage folks to
provide feedback on the command line flags and configuration options.
2025-07-01 15:00:31 -07:00
..
actions/codex fix: set --config hide_agent_reasoning=true in the GitHub Action (#1185) 2025-05-30 23:57:05 -07:00
codex feat: initial import of experimental GitHub Action (#1170) 2025-05-30 10:55:28 -07:00
ISSUE_TEMPLATE fix: update bug report template - there is no --revision flag (#614) 2025-04-24 10:48:42 -07:00
workflows docs: update documentation to reflect Rust CLI release (#1440) 2025-07-01 15:00:31 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dotslash-config.json fix: use aarch64-unknown-linux-musl instead of aarch64-unknown-linux-gnu (#1228) 2025-06-05 22:45:45 -07:00