Skip to content

Commit dc2eb9f

Browse files
committed
docs: update CHANGELOG for v0.2.12
1 parent 94cbb4f commit dc2eb9f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.2.12] - 2025-12-08
11+
12+
### ✨ Added
13+
14+
- `klondike agents generate` - Generate AGENTS.md from klondike configuration
15+
- Includes workflow overview, key commands, and configuration settings
16+
- Lists current priority features from progress log
17+
- Added `assets` to FeatureCategory enum for asset-related features
18+
19+
### 🐛 Fixed
20+
21+
- Fixed Windows copilot executable detection - now correctly finds `copilot.cmd` instead of the PowerShell wrapper script (`copilot.ps1`)
22+
- Fixed copilot CLI option - use `--prompt` for non-interactive mode instead of invalid `--message`
23+
24+
### 🔧 Changed
25+
26+
- `klondike copilot start` now uses `--prompt` with reference to `session-start.prompt.md`
27+
- Uses `--allow-all-tools` by default for autonomous operation
28+
- Feature implementation instruction added when `--feature` flag is specified
29+
30+
---
31+
1032
## [0.2.11] - 2025-12-08
1133

1234
### ✨ Added

0 commit comments

Comments
 (0)