chore: add beta features (#8201)
This commit is contained in:
parent
cea76b85af
commit
1cfacbf56d
1 changed files with 8 additions and 10 deletions
|
|
@ -323,21 +323,19 @@ pub const FEATURES: &[FeatureSpec] = &[
|
|||
FeatureSpec {
|
||||
id: Feature::UnifiedExec,
|
||||
key: "unified_exec",
|
||||
// stage: Stage::Beta {
|
||||
// menu_description: "Run long-running terminal commands in the background.",
|
||||
// announcement: "NEW! Try Background terminals for long running processes. Enable in /experimental!",
|
||||
// },
|
||||
stage: Stage::Experimental,
|
||||
stage: Stage::Beta {
|
||||
menu_description: "Run long-running terminal commands in the background.",
|
||||
announcement: "NEW! Try Background terminals for long running processes. Enable in /experimental!",
|
||||
},
|
||||
default_enabled: false,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::ShellSnapshot,
|
||||
key: "shell_snapshot",
|
||||
// stage: Stage::Beta {
|
||||
// menu_description: "Snapshot your shell environment to avoid re-running login scripts for every command.",
|
||||
// announcement: "NEW! Try shell snapshotting to make your Codex faster. Enable in /experimental!",
|
||||
// },
|
||||
stage: Stage::Experimental,
|
||||
stage: Stage::Beta {
|
||||
menu_description: "Snapshot your shell environment to avoid re-running login scripts for every command.",
|
||||
announcement: "NEW! Try shell snapshotting to make your Codex faster. Enable in /experimental!",
|
||||
},
|
||||
default_enabled: false,
|
||||
},
|
||||
// Unstable features.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue