core-agent-ide/codex-rs/chatgpt
Parker Thompson a075424437
Added allow-expect-in-tests / allow-unwrap-in-tests (#2328)
This PR:
* Added the clippy.toml to configure allowable expect / unwrap usage in
tests
* Removed as many expect/allow lines as possible from tests
* moved a bunch of allows to expects where possible

Note: in integration tests, non `#[test]` helper functions are not
covered by this so we had to leave a few lingering `expect(expect_used`
checks around
2025-08-14 17:59:01 -07:00
..
src Set user-agent (#2230) 2025-08-12 16:40:04 +00:00
tests Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
Cargo.toml Auto format toml (#1745) 2025-07-30 18:37:00 -07:00
README.md Add codex apply to apply a patch created from the Codex remote agent (#1528) 2025-07-11 13:30:11 -04:00

ChatGPT

This crate pertains to first party ChatGPT APIs and products such as Codex agent.

This crate should be primarily built and maintained by OpenAI employees. Please reach out to a maintainer before making an external contribution.