Resolve merge conflicts integrating Codexsupport with upstream Windsurf updates

This commit is contained in:
honjo-hiroaki-gtt
2025-09-20 23:42:36 +09:00
15 changed files with 630 additions and 201 deletions

View File

@@ -5,14 +5,38 @@ All notable changes to the Specify CLI will be documented in this file.
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).
## [Unreleased]
## [0.0.7] - 2025-09-18
## [0.0.10] - 2025-09-20
### Added
- Codex CLI support across the Specify CLI, documentation, and bootstrap scripts, including automatic command template provisioning and upgrades.
- Codex-aware updates to agent context automation so `update-agent-context.sh` can manage Codex project state alongside existing assistants.
- Codex CLI support across the Specify CLI, documentation, and bootstrap scripts, including automatic slash-command provisioning and prompt mirroring into `${CODEX_HOME:-~/.codex}/prompts`.
- Codex-aware context update tooling (Bash and PowerShell) so feature plans refresh `AGENTS.md` alongside existing assistants without manual edits.
## [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
- 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