# spec-kit v0.16.2 — Spec Kit - 0.16.2 - Product: spec-kit (https://whatsnew.fyi/product/spec-kit) - Vendor: github - Date: 2026-08-10 - Version: v0.16.2 - Original notes: https://github.com/github/spec-kit/releases/tag/v0.16.2 - Permalink: https://whatsnew.fyi/product/spec-kit/releases/v0.16.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add Command Code integration to spec-kit - **added** — Add Keel Discovery extension to community catalog - **added** — Add Model Routing Governance preset to community catalog - **changed** — Update Reconcile Extension to v1.1.0 - **fixed** — Strip a resolved condition before the true/false check in workflows - **fixed** — Guard a non-string overlay edit operation in workflows - **fixed** — Bound response read in integration catalog fetch - **fixed** — Fix Python dependency provisioning for bug-test - **fixed** — Escape Rich markup in bundle CLI error and status output - **fixed** — Skip an unreadable restore source in preset remove - **fixed** — Show error details in preset catalog config read failure - **fixed** — Use missing_ok=True in integration JSON removal - **fixed** — Use missing_ok=True in extension cache clear - **fixed** — Reject duplicate provides.templates and provides.scripts names in extensions - **fixed** — Treat an unreadable core template as missing in presets - **fixed** — Fix preset-wrap-drops-argument-hint by inheriting argument-hint from core template - **added** — Accept provides.templates and provides.scripts in extension manifest - **changed** — Resolve constitution templates at command time in presets ##### Install ```bash uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.16.2 specify init my-project ``` ##### What's Changed - chore: bump version to 0.16.2 - Add Command Code integration to spec-kit (#4019) - fix(workflows): strip a resolved condition before the true/false check (#3883) - fix(workflows): guard a non-string overlay edit 'operation' (#3881) - fix: bound response read in integration catalog fetch (#3818) - Fix bug-test Python dependency provisioning (#4030) - fix(bundle): escape Rich markup in bundle CLI error and status output (#4023) - fix(presets): skip an unreadable restore source in `preset remove` (#4020) - Add Keel Discovery extension to community catalog (#4035) - fix: show error details in preset catalog config read failure (#3840) - Update Reconcile Extension to v1.1.0 (#4034) - Add Model Routing Governance preset to community catalog (#4033) - fix: use missing_ok=True in integration JSON removal (#3846) - fix: use missing_ok=True in extension cache clear (#3845) - fix(extensions): reject duplicate provides.templates/scripts names (#4016) - feat(presets): resolve constitution templates at command time (#3984) - [bug-fix] Fix preset-wrap-drops-argument-hint: inherit argument-hint from core template (#3996) - docs: document installing specify-cli from a custom package index (#4032) - feat(extensions): accept provides.templates and provides.scripts in manifest (#4012) - fix(presets): treat an unreadable core template as missing (#3961) - chore: release 0.16.1, begin 0.16.2.dev0 development (#4014)