mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-29 02:01:50 +08:00
d1c550bac3
codex-cli 0.147.0 reports `goals` as a stable feature that defaults to true, verified against a clean CODEX_HOME with no config.toml: the flag is on whether or not `[features].goals` is present. The toggle was added in #3089 against codex 0.134.0, when the flag still had to be opted into. The toggle had also become actively misleading. Unchecking it deleted the `goals` line rather than writing `goals = false`, which used to fall back to the old default of off but now falls back to on -- so the box read unchecked while the feature stayed enabled. Removes the two helpers, their TOML patterns, the now-unused hasTomlSectionBodyContent, the checkbox, the enableGoalMode key in all four locales, the covering tests, and the user-manual entries. Release notes for v3.16.0 keep their original text as a historical record.