feat(config): surface experimental feature flags

This commit is contained in:
CodeWhale Agent
2026-06-12 13:36:13 -07:00
parent 62e7f0e686
commit 81265ec71b
3 changed files with 172 additions and 2 deletions
+7
View File
@@ -1203,6 +1203,13 @@ You can also override features for a single run:
- `codewhale-tui --disable subagents`
Use `codewhale-tui features list` to inspect known flags and their effective state.
The native `/config` view also includes a read-only **Experimental** section
for experimental feature flags. It shows each flag's effective enabled/disabled
state and whether that state comes from the default or a configured override.
Change feature flags in `[features]` or with `--enable` / `--disable`; the
`/config` section is an audit surface, not a stability promise. Goal and
WhaleFlow preview rows may appear there as placeholders until those workflows
graduate behind real gated flags.
## Web Search Provider