mirror of
https://github.com/github/spec-kit.git
synced 2026-03-17 02:43:08 +00:00
* fix: rename Qoder CLI to QoderCLI across scripts and documentation * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .github/workflows/scripts/create-release-packages.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
67 lines
1.9 KiB
Markdown
67 lines
1.9 KiB
Markdown
# Changelog
|
|
|
|
<!-- markdownlint-disable MD024 -->
|
|
|
|
All notable changes to the Specify CLI and templates are documented here.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [0.1.4] - Unreleased
|
|
|
|
### Fixed
|
|
|
|
- **Qoder CLI detection**: Renamed `AGENT_CONFIG` key from `"qoder"` to `"qodercli"` to match the actual executable name, fixing `specify check` and `specify init --ai` detection failures
|
|
|
|
## [0.1.3] - Unreleased
|
|
|
|
### Added
|
|
|
|
- **Generic Agent Support**: Added `--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 `$ARGUMENTS` format (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
|
|
|
|
## [0.0.102] - 2026-02-20
|
|
|
|
- fix: include 'src/**' path in release workflow triggers (#1646)
|
|
|
|
## [0.0.101] - 2026-02-19
|
|
|
|
- chore(deps): bump github/codeql-action from 3 to 4 (#1635)
|
|
|
|
## [0.0.100] - 2026-02-19
|
|
|
|
- Add pytest and Python linting (ruff) to CI (#1637)
|
|
- feat: add pull request template for better contribution guidelines (#1634)
|
|
|
|
## [0.0.99] - 2026-02-19
|
|
|
|
- Feat/ai skills (#1632)
|
|
|
|
## [0.0.98] - 2026-02-19
|
|
|
|
- chore(deps): bump actions/stale from 9 to 10 (#1623)
|
|
- feat: add dependabot configuration for pip and GitHub Actions updates (#1622)
|
|
|
|
## [0.0.97] - 2026-02-18
|
|
|
|
- Remove Maintainers section from README.md (#1618)
|
|
|
|
## [0.0.96] - 2026-02-17
|
|
|
|
- fix: typo in plan-template.md (#1446)
|
|
|
|
## [0.0.95] - 2026-02-12
|
|
|
|
- Feat: add a new agent: Google Anti Gravity (#1220)
|
|
|
|
## [0.0.94] - 2026-02-11
|
|
|
|
- Add stale workflow for 180-day inactive issues and PRs (#1594)
|
|
|
|
## [0.0.93] - 2026-02-10
|
|
|
|
- Add modular extension system (#1551)
|