mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
V1
This commit is contained in:
@@ -72,6 +72,10 @@ pub struct Cli {
|
||||
#[arg(long = "search", default_value_t = false)]
|
||||
pub web_search: bool,
|
||||
|
||||
/// Disable automatic conversation history compaction triggered near the model token limit.
|
||||
#[arg(long = "disable-auto-compaction", default_value_t = false)]
|
||||
pub disable_auto_compaction: bool,
|
||||
|
||||
#[clap(skip)]
|
||||
pub config_overrides: CliConfigOverrides,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user