8000 Tags · openai/codex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: openai/codex

Tags

rust-v0.0.2506030956

Toggle rust-v0.0.2506030956's commit message
Release 0.0.2506030956

codex-rs-45519e12f39777b65c05ed498503ddcb60beb289-1-rust-v0.0.2506030956

Toggle codex-rs-45519e12f39777b65c05ed498503ddcb60beb289-1-rust-v0.0.2506030956's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: always send full instructions when using the Responses API (#1207)

This fixes a longstanding error in the Rust CLI where `codex.rs`
contained an errant `is_first_turn` check that would exclude the user
instructions for subsequent "turns" of a conversation when using the
responses API (i.e., when `previous_response_id` existed).

While here, renames `Prompt.instructions` to `Prompt.user_instructions`
since we now have quite a few levels of instructions floating around.
Also removed an unnecessary use of `clone()` in
`Prompt.get_full_instructions()`.

rust-v0.0.2505302325

Toggle rust-v0.0.2505302325's commit message
Release 0.0.2505302325

codex-rs-ca8e97fcbcb991e542b8689f2d4eab9d30c399d6-1-rust-v0.0.2505302325

Toggle codex-rs-ca8e97fcbcb991e542b8689f2d4eab9d30c399d6-1-rust-v0.0.2505302325's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: show the version when starting Codex (#1182)

The TypeScript version of the CLI shows the version when it starts up,
which is helpful when users share screenshots (and nice to know, as a
user).

rust-v0.0.2505301630

Toggle rust-v0.0.2505301630's commit message
Release 0.0.2505301630

codex-rs-378d773f3af95384eef51addf560df30aa9fd15f-1-rust-v0.0.2505301630

Toggle codex-rs-378d773f3af95384eef51addf560df30aa9fd15f-1-rust-v0.0.2505301630's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: dim the timestamp in the exec output (#1180)

This required changing `ts_println!()` to take `$self:ident`, which is a
bit more verbose, but the usability improvement seems worth it.

Also eliminated an unnecessary `.to_string()` while here.

rust-v0.0.2505291659

Toggle rust-v0.0.2505291659's commit message
Release 0.0.2505291659

rust-v0.0.2505291458

Toggle rust-v0.0.2505291458's commit message
Release 0.0.2505291458

codex-rs-dfac02b343605ce61154ab2e075ac6c38f533916-1-rust-v0.0.2505291659

Toggle codex-rs-dfac02b343605ce61154ab2e075ac6c38f533916-1-rust-v0.0.2505291659's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
7224
docs: split the config-related portion of codex-rs/README.md into its…

… own config.md file (#1165)

Also updated the overview on `codex-rs/README.md` while here.

codex-rs-b152435fb95e7f1ab197ae2cdde68ae29a7d219b-1-rust-v0.0.2505291458

Toggle codex-rs-b152435fb95e7f1ab197ae2cdde68ae29a7d219b-1-rust-v0.0.2505291458's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update UI treatment of slash command menu to match that of the T…

…S CLI (#1161)

Uses the same colors as in the TypeScript CLI:


![image](https://github.com/user-attachments/assets/919cd472-ffb4-4654-a46a-d84f0cd9c097)

Now it is also readable on a light theme, e.g., in Ghostty:


![image](https://github.com/user-attachments/assets/468c37b0-ea63-4455-9b48-73dc2c95f0f6)
0