core-agent-ide/codex-rs/tui/src/onboarding
Michael Bolin e6d913af2d
chore: rename ChatGpt -> Chatgpt in type names (#10244)
When using ChatGPT in names of types, we should be consistent, so this
renames some types with `ChatGpt` in the name to `Chatgpt`. From
https://rust-lang.github.io/api-guidelines/naming.html:

> In `UpperCamelCase`, acronyms and contractions of compound words count
as one word: use `Uuid` rather than `UUID`, `Usize` rather than `USize`
or `Stdin` rather than `StdIn`. In `snake_case`, acronyms and
contractions are lower-cased: `is_xid_start`.

This PR updates existing uses of `ChatGpt` and changes them to
`Chatgpt`. Though in all cases where it could affect the wire format, I
visually inspected that we don't change anything there. That said, this
_will_ change the codegen because it will affect the spelling of type
names.

For example, this renames `AuthMode::ChatGPT` to `AuthMode::Chatgpt` in
`app-server-protocol`, but the wire format is still `"chatgpt"`.

This PR also updates a number of types in `codex-rs/core/src/auth.rs`.
2026-01-30 11:18:39 -08:00
..
auth [device-auth] When headless environment is detected, show device login flow instead. (#8756) 2026-01-08 21:48:30 -08:00
snapshots tui: fix wrapping in trust_directory (#5007) 2025-10-09 17:39:45 +00:00
auth.rs chore: rename ChatGpt -> Chatgpt in type names (#10244) 2026-01-30 11:18:39 -08:00
mod.rs Prompt to turn on windows sandbox when auto mode selected. (#6618) 2025-11-18 11:38:18 -08:00
onboarding_screen.rs fix: ignore key release events during onboarding (#10131) 2026-01-28 22:13:53 -08:00
trust_directory.rs Fix tests so they don't emit an extraneous config.toml in the source tree (#6853) 2025-11-18 15:27:45 -08:00
welcome.rs Raise welcome animation breakpoint to 37 rows (#9778) 2026-01-24 21:50:35 -08:00