Skip to content

Commit b5e2d1f

Browse files
committed
Merge upstream/main
Merge changes from upstream main branch: - Keep fork version (0.0.123) and package name (agentic-sdlc-specify-cli) - Merge upstream v0.2.1 changelog entries with our v0.0.123 entry - Preserve fork-specific docs: architecture.md, discovery.md, triage-framework.md - Resolve conflicts in pyproject.toml and CHANGELOG.md
2 parents f672640 + 0f1cbd7 commit b5e2d1f

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,53 @@ All notable changes to the Specify CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
99

10+
## [0.2.1] - 2026-03-11
11+
12+
### Changed
13+
14+
- Added February 2026 newsletter (#1812)
15+
- feat: add Kimi Code CLI agent support (#1790)
16+
- docs: fix broken links in quickstart guide (#1759) (#1797)
17+
- docs: add catalog cli help documentation (#1793) (#1794)
18+
- fix: use quiet checkout to avoid exception on git checkout (#1792)
19+
- feat(extensions): support .extensionignore to exclude files during install (#1781)
20+
- feat: add Codex support for extension command registration (#1767)
21+
- chore: bump version to 0.2.0 (#1786)
22+
- fix: sync agent list comments with actual supported agents (#1785)
23+
- feat(extensions): support multiple active catalogs simultaneously (#1720)
24+
- Pavel/add tabnine cli support (#1503)
25+
- Add Understanding extension to community catalog (#1778)
26+
- Add ralph extension to community catalog (#1780)
27+
- Update README with project initialization instructions (#1772)
28+
- feat: add review extension to community catalog (#1775)
29+
- Add fleet extension to community catalog (#1771)
30+
- Integration of Mistral vibe support into speckit (#1725)
31+
- fix: Remove duplicate options in specify.md (#1765)
32+
- fix: use global branch numbering instead of per-short-name detection (#1757)
33+
- Add Community Walkthroughs section to README (#1766)
34+
- feat(extensions): add Jira Integration to community catalog (#1764)
35+
- Add Azure DevOps Integration extension to community catalog (#1734)
36+
- Fix docs: update Antigravity link and add initialization example (#1748)
37+
- fix: wire after_tasks and after_implement hook events into command templates (#1702)
38+
- make c ignores consistent with c++ (#1747)
39+
- chore: bump version to 0.1.13 (#1746)
40+
- feat: add kiro-cli and AGENT_CONFIG consistency coverage (#1690)
41+
- feat: add verify extension to community catalog (#1726)
42+
- Add Retrospective Extension to community catalog README table (#1741)
43+
- fix(scripts): add empty description validation and branch checkout error handling (#1559)
44+
- fix: correct Copilot extension command registration (#1724)
45+
- fix(implement): remove Makefile from C ignore patterns (#1558)
46+
- Add sync extension to community catalog (#1728)
47+
- fix(checklist): clarify file handling behavior for append vs create (#1556)
48+
- fix(clarify): correct conflicting question limit from 10 to 5 (#1557)
49+
- chore: bump version to 0.1.12 (#1737)
50+
- fix: use RELEASE_PAT so tag push triggers release workflow (#1736)
51+
- fix: release-trigger uses release branch + PR instead of direct push to main (#1733)
52+
- fix: Split release process to sync pyproject.toml version with git tags (#1732)
53+
54+
55+
## [Unreleased]
56+
1057
## [0.0.123] - 2026-03-12
1158

1259
### Fixed

0 commit comments

Comments
 (0)