gstack/document-release/sections
Kinoko Studio a2b9c67301 Drop deprecated `--enable web_search_cached` from codex calls
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.
2026-07-11 03:27:28 +08:00
..
manifest.json v1.57.0.0 feat: carve-guard system + carve cso/document-release/design-consultation (#1907) 2026-06-07 19:13:24 -07:00
release-body.md Drop deprecated `--enable web_search_cached` from codex calls 2026-07-11 03:27:28 +08:00
release-body.md.tmpl v1.57.10.0 feat: Codex review default-on across review/ship/plan/docs (#1966) 2026-06-10 21:14:58 -07:00