Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

<!-- insert new changelog below this comment -->

## [0.16.5] - 2026-08-19

### Changed

- fix(powershell): stop Out-Null swallowing setup-tasks AVAILABLE_DOCS lines (#4188)
- fix: provision Spec Kit CLI and assess extension in feature-assess host setup steps (#4195)
- fix: provision uv and Python for feature-assess workflow (#4193)
- feat: add feature-assess agentic workflow that installs and runs Spec Kit (#4186)
- [extension] Update Superpowers Implementation Bridge to v1.2.0 (#4183)
- fix(init): stop specify init hanging on arrow-key pickers in agent harnesses (#4178)
- [extension] Add DUBSAR Memory extension to community catalog (#4170)
- Add AgentPay x402 extension to community catalog (#4174)
- Update Keel Discovery extension to v0.2.0 (#4172)
- fix: confine event hook script paths to the project tree (#4133)
- Clarify extension catalog trust model in docs, help, and messaging (#4177)
- Add pay-x402 community extension with correct catalog-addition timestamps (#4175)
- Add ASCII Diagram Renderer extension to community catalog (#4173)
- Update Intake Review Governance preset to v0.2.1 (#4169)
- test(presets): normalize whitespace in resolve output assertion to prevent terminal line-wrap failures (#4166)
- fix(workflows): clean up download temp file on interrupt or typer.Exit (#4134)
- fix(workflows): report a falsy non-mapping overlay manifest as a shape error (#3884)
- fix(bundler): resolve built-in step types when checking bundle component references (#3885)
- Add SpecAssay bundle to community catalog (#4125)
- chore: release 0.16.4, begin 0.16.5.dev0 development (#4124)

## [0.16.4] - 2026-08-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "specify-cli"
version = "0.16.5.dev0"
version = "0.16.6.dev0"
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Loading