Commit graph

2 commits

Author SHA1 Message Date
jif-oai
eace7c6610
feat: land sqlite (#12141) 2026-02-23 16:12:23 +00:00
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