Add computer_use feature requirement key (#19071)

## Summary
- add the `computer_use` requirements-only feature key
- include it in generated config schema output
- cover the new key in feature metadata tests

## Testing
- `cargo test -p codex-features`
- `just write-config-schema`
- `just fmt`
- `just fix -p codex-features`

cc @xl-openai

---------

Co-authored-by: Dylan Hurd <dylan.hurd@openai.com>
This commit is contained in:
Leo Shimonaka
2026-04-22 22:49:26 -07:00
committed by GitHub
parent 08b5e96678
commit 7730fb3ab8
3 changed files with 20 additions and 0 deletions

View File

@@ -378,6 +378,9 @@
"collaboration_modes": {
"type": "boolean"
},
"computer_use": {
"type": "boolean"
},
"connectors": {
"type": "boolean"
},
@@ -2532,6 +2535,9 @@
"collaboration_modes": {
"type": "boolean"
},
"computer_use": {
"type": "boolean"
},
"connectors": {
"type": "boolean"
},