Releases: codeaholicguy/ai-devkit
Releases · codeaholicguy/ai-devkit
v0.4.2
What's Changed
- Fix Gemini template integration and enhance status indicators by @codeaholicguy in #6
- Fix GitHub Copilot VSCode integration by @codeaholicguy in #7
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Bug fix: cannot copy AGENTS.md file.
v0.4.0
Added
- Multi-Environment Setup - Support for 10 AI development environments
- Interactive environment selection with multi-choice prompts
- Support for Cursor, Claude Code, GitHub Copilot, Google Gemini, OpenAI Codex, Windsurf, KiloCode, AMP, OpenCode, and Roo Code
- Unified template structure with AGENTS.md files for all environments
- Environment-specific command directories and configuration files
- Override protection with confirmation prompts for existing environments
- Config persistence storing selected environments array
Changed
- Breaking Changes - Removed legacy single-environment support for cleaner API
- Renamed
EnvironmentIdtoEnvironmentCodethroughout codebase - Removed legacy
Environmenttype union (cursor | claude | both) - Updated config schema to use
environments: EnvironmentCode[] - All environments now use standardized AGENTS.md context files
- Renamed
Technical Improvements
- Testing Infrastructure - Complete test suite implementation
- Architecture - Modular design improvements