mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Remote compaction on by-default (#6866)
This commit is contained in:
@@ -313,7 +313,7 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
id: Feature::RemoteCompaction,
|
||||
key: "remote_compaction",
|
||||
stage: Stage::Experimental,
|
||||
default_enabled: false,
|
||||
default_enabled: true,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::ParallelToolCalls,
|
||||
|
||||
Reference in New Issue
Block a user