Version 0.1.6
0.1.6 - February 23, 2026
0.1.6 - February 23, 2026
Fixed
Parameter Ordering Issues (#1641)Fixed CLI parameter parsing issue where option flags were incorrectly consumed as values for preceding options.- Added validation to detect when
--aior--ai-commands-dirincorrectly consume following flags like--hereor--ai-skills - Now provides clear error messages: “Invalid value for —ai: ‘—here’”
- Includes helpful hints suggesting proper usage and listing available agents
- Commands like
specify init --ai-skills --ai --herenow fail with actionable feedback instead of confusing “Must specify project name” errors - Added comprehensive test suite (5 new tests) to prevent regressions
Version 0.1.5
0.1.5 - February 21, 2026
0.1.5 - February 21, 2026
Fixed
AI Skills Installation Bug (#1658)Fixed--ai-skills flag not generating skill files for GitHub Copilot and other agents with non-standard command directory structures.- Added
commands_subdirfield toAGENT_CONFIGto explicitly specify the subdirectory name for each agent - Affected agents now work correctly: copilot (
.github/agents/), opencode (.opencode/command/), windsurf (.windsurf/workflows/), codex (.codex/prompts/), kilocode (.kilocode/workflows/), q (.amazonq/prompts/), and agy (.agent/workflows/) - The
install_ai_skills()function now uses the correct path for all agents instead of assumingcommands/for everyone
Version 0.1.4
0.1.4 - February 20, 2026
0.1.4 - February 20, 2026
Fixed
Qoder CLI DetectionRenamedAGENT_CONFIG key from "qoder" to "qodercli" to match the actual executable name, fixing specify check and specify init --ai detection failures.Version 0.1.3
0.1.3 - February 20, 2026
0.1.3 - February 20, 2026
Added
Generic Agent SupportAdded--ai generic option for unsupported AI agents (“bring your own agent”):- Requires
--ai-commands-dir <path>to specify where the agent reads commands from - Generates Markdown commands with
$ARGUMENTSformat (compatible with most agents) - Example:
specify init my-project --ai generic --ai-commands-dir .myagent/commands/ - Enables users to start with Spec Kit immediately while their agent awaits formal support
Version 0.0.102
0.0.102 - February 20, 2026
0.0.102 - February 20, 2026
Fixed
Include ‘src/**’ path in release workflow triggers (#1646)Version 0.0.101
0.0.101 - February 19, 2026
0.0.101 - February 19, 2026
Changed
Dependency update: bump github/codeql-action from 3 to 4 (#1635)Version 0.0.100
0.0.100 - February 19, 2026
0.0.100 - February 19, 2026
Added
- Added pytest and Python linting (ruff) to CI (#1637)
- Added pull request template for better contribution guidelines (#1634)
Version 0.0.99
0.0.99 - February 19, 2026
0.0.99 - February 19, 2026
Added
AI Skills feature (#1632)Version 0.0.98
0.0.98 - February 19, 2026
0.0.98 - February 19, 2026
Changed
- Dependency update: bump actions/stale from 9 to 10 (#1623)
- Added dependabot configuration for pip and GitHub Actions updates (#1622)
Version 0.0.97
0.0.97 - February 18, 2026
0.0.97 - February 18, 2026
Changed
Removed Maintainers section from README.md (#1618)Version 0.0.96
0.0.96 - February 17, 2026
0.0.96 - February 17, 2026
Fixed
Fixed typo in plan-template.md (#1446)Version 0.0.95
0.0.95 - February 12, 2026
0.0.95 - February 12, 2026
Added
Added support for new agent: Google Anti Gravity (#1220)Version 0.0.94
0.0.94 - February 11, 2026
0.0.94 - February 11, 2026
Added
Added stale workflow for 180-day inactive issues and PRs (#1594)Earlier Versions
For the complete version history, see the CHANGELOG.md file in the repository.
Release Cycle
Spec Kit follows semantic versioning:- Major versions (1.0.0) - Breaking changes that require migration
- Minor versions (0.1.0) - New features and enhancements, backward compatible
- Patch versions (0.0.1) - Bug fixes and minor improvements
Staying Updated
To upgrade to the latest version:Watch Releases
Get notified about new versions on GitHub
Star the Repo
Show your support and stay connected