Codex CLI (0.144.x) deprecated the `web_search_cached` feature — web search
is now enabled by default — and prints a warning on every invocation that
passes `--enable web_search_cached`:
deprecated: `[features].web_search_cached` is deprecated because web search
is enabled by default.
That warning fires on every gstack codex review/adversarial pass (ship,
review, autoplan, plan-*-review, design-consultation, office-hours,
document-release). The flag is a no-op now, so this drops it from the source
templates and resolvers and regenerates the skill docs. Web search stays on
(it's the default), so review behavior is unchanged.
- scripts/resolvers/{review,design}.ts, autoplan/SKILL.md.tmpl,
codex/SKILL.md.tmpl: remove ` --enable web_search_cached`
- codex/SKILL.md.tmpl: reword the "Web search" note (default-on, no flag)
- test/helpers/tool-map.ts: update the stale flag comment
- regenerated all generated SKILL.md via `bun run gen:skill-docs`
- refreshed test/fixtures/golden/factory-ship-SKILL.md + the orphan
test/fixtures/golden-ship-claude.md fixture
Verified: `bun test test/host-config.test.ts` green (golden regression passes);
a live `codex exec` in the new no-flag shape returns cleanly with no
deprecation warning.