mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
- override startup tooltips with model availability NUX and persist per-model show counts in config - stop showing each model after four exposures and fall back to normal tooltips
7 lines
183 B
Rust
7 lines
183 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod model_availability_nux;
|
|
mod no_panic_on_startup;
|
|
mod status_indicator;
|
|
mod vt100_history;
|
|
mod vt100_live_commit;
|