mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
chore(feature) Experimental: Smart Approvals (#10211)
## Summary
Let's start getting feedback on this feature 😅
## Testing
- [x] existing tests pass
This commit is contained in:
@@ -464,7 +464,11 @@ pub const FEATURES: &[FeatureSpec] = &[
|
|||||||
FeatureSpec {
|
FeatureSpec {
|
||||||
id: Feature::RequestRule,
|
id: Feature::RequestRule,
|
||||||
key: "request_rule",
|
key: "request_rule",
|
||||||
stage: Stage::UnderDevelopment,
|
stage: Stage::Experimental {
|
||||||
|
name: "Smart approvals",
|
||||||
|
menu_description: "Get smarter \"Don't ask again\" rule requests.",
|
||||||
|
announcement: "NEW: Try Smart approvals to get smarter \"Don't ask again\" requests. Enable in /experimental!",
|
||||||
|
},
|
||||||
default_enabled: false,
|
default_enabled: false,
|
||||||
},
|
},
|
||||||
FeatureSpec {
|
FeatureSpec {
|
||||||
|
|||||||
Reference in New Issue
Block a user