core-agent-ide/codex-rs/cli/tests
Josh McKinney 03aee7140f
Add features enable/disable subcommands (#10180)
## Summary
- add `codex features enable <feature>` and `codex features disable
<feature>`
- persist feature flag changes to `config.toml` (respecting profile)
- print the under-development feature warning when enabling prerelease
features
- keep `features list` behavior unchanged and add unit/integration tests

## Testing
- cargo test -p codex-cli
2026-01-29 20:35:03 +00:00
..
execpolicy.rs feat: add justification arg to prefix_rule() in *.rules (#8751) 2026-01-05 21:24:48 +00:00
features.rs Add features enable/disable subcommands (#10180) 2026-01-29 20:35:03 +00:00
mcp_add_remove.rs feat: introduce codex-utils-cargo-bin as an alternative to assert_cmd::Command (#8496) 2025-12-23 19:29:32 -08:00
mcp_list.rs Propagate MCP disabled reason (#9207) 2026-01-15 17:24:00 +00:00