3.0 KiB
3.0 KiB
Changelog
All notable changes to the Specify CLI will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.14] - 2025-09-21
Changed
- Error messages are now shown consistently.
[0.0.13] - 2025-09-21
Added
- Support for Kilo Code. Thank you @shahrukhkhan489 with #394.
- Support for Auggie CLI. Thank you @hungthai1401 with #137.
- Agent folder security notice displayed after project provisioning completion, warning users that some agents may store credentials or auth tokens in their agent folders and recommending adding relevant folders to
.gitignoreto prevent accidental credential leakage.
Changed
- Warning displayed to ensure that folks are aware that they might need to add their agent folder to
.gitignore. - Cleaned up the
checkcommand output.
[0.0.12] - 2025-09-21
Changed
- Added additional context for OpenAI Codex users - they need to set an additional environment variable, as described in #417.
[0.0.11] - 2025-09-20
Added
- Codex CLI support (thank you @honjo-hiroaki-gtt for the contribution in #14)
- Codex-aware context update tooling (Bash and PowerShell) so feature plans refresh
AGENTS.mdalongside existing assistants without manual edits.
[0.0.10] - 2025-09-20
Fixed
- Addressed #378 where a GitHub token may be attached to the request when it was empty.
[0.0.9] - 2025-09-19
Changed
- Improved agent selector UI with cyan highlighting for agent keys and gray parentheses for full names
[0.0.8] - 2025-09-19
Added
- Windsurf IDE support as additional AI assistant option (thank you @raedkit for the work in #151)
- GitHub token support for API requests to handle corporate environments and rate limiting (contributed by @zryfish in #243)
Changed
- Updated README with Windsurf examples and GitHub token usage
- Enhanced release workflow to include Windsurf templates
[0.0.7] - 2025-09-18
Changed
- Updated command instructions in the CLI.
- Cleaned up the code to not render agent-specific information when it's generic.
[0.0.6] - 2025-09-17
Added
- opencode support as additional AI assistant option
[0.0.5] - 2025-09-17
Added
- Qwen Code support as additional AI assistant option
[0.0.4] - 2025-09-14
Added
- SOCKS proxy support for corporate environments via
httpx[socks]dependency
Fixed
N/A
Changed
N/A