core-agent-ide/codex-rs/cli
jif-oai f7b4e29609
feat: feature flag (#4948)
Add proper feature flag instead of having custom flags for everything.
This is just for experimental/wip part of the code
It can be used through CLI:
```bash
codex --enable unified_exec --disable view_image_tool
```

Or in the `config.toml`
```toml
# Global toggles applied to every profile unless overridden.
[features]
apply_patch_freeform = true
view_image_tool = false
```

Follow-up:
In a following PR, the goal is to have a default have `bundles` of
features that we can associate to a model
2025-10-14 17:50:00 +00:00
..
src feat: feature flag (#4948) 2025-10-14 17:50:00 +00:00
tests [MCP] Add auth status to MCP servers (#4918) 2025-10-08 17:37:57 -04:00
Cargo.toml Use assert_matches (#4756) 2025-10-05 21:12:31 +00:00