Skip to content

Commit 3bdd519

Browse files
committed
Update CHANGELOG.md
1 parent 1a75f5e commit 3bdd519

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.0] - 2025-10-31
9+
10+
### Added
11+
- **Multi-Environment Setup** - Support for 10 AI development environments
12+
- Interactive environment selection with multi-choice prompts
13+
- Support for Cursor, Claude Code, GitHub Copilot, Google Gemini, OpenAI Codex, Windsurf, KiloCode, AMP, OpenCode, and Roo Code
14+
- Unified template structure with AGENTS.md files for all environments
15+
- Environment-specific command directories and configuration files
16+
- Override protection with confirmation prompts for existing environments
17+
- Config persistence storing selected environments array
18+
19+
### Changed
20+
- **Breaking Changes** - Removed legacy single-environment support for cleaner API
21+
- Renamed `EnvironmentId` to `EnvironmentCode` throughout codebase
22+
- Removed legacy `Environment` type union (cursor | claude | both)
23+
- Updated config schema to use `environments: EnvironmentCode[]`
24+
- All environments now use standardized AGENTS.md context files
25+
26+
### Technical Improvements
27+
- **Testing Infrastructure** - Complete test suite implementation
28+
- **Architecture** - Modular design improvements
29+
830
## [0.3.0] - 2025-10-15
931

1032
### Added

0 commit comments

Comments
 (0)