@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44
55---
66
7+ ## v0.7.0 2025-09-24
8+
9+ ### Added
10+
11+ - replace approval modes with full-auto and yolo options
12+ - replace --full-auto with explicit sandbox and approval flags
13+ - fix terminal command construction for codex provider
14+ - defalt of defaultApprovalMode to full-auto
15+ - update Codex CLI command generation for new approval mode flags
16+ - disable agents explorer view and enable refresh command
17+ - clarify single-pass agent execution in workflow prompts
18+ - add spec-design agent documentation for spec development workflow
19+ - enable agents and settings views by default
20+ - update default model and minimum CLI version
21+ - enable agents UI and update spec workflow instructions
22+ - add --full-auto flag to execution and resume commands
23+ - add resume command after execution
24+ - refactor codex execution to use unified executePlan method
25+
26+ ### Changed
27+
28+ - Merge pull request #48 from atman-33/feature/improve-codex-provider
29+ - update prompt snapshots to reflect spec agent workflow changes
30+ - add approval mode settings to README
31+ - update command args and improve test structure
32+ - add spec-prompt-stress-test doc
33+ - centralize Codex execution through executePlan for cross-platform support
34+ - add integration tests for CodexProvider terminal operations
35+ - chore/arrange-version
36+ - bump package version from 0.4.0 to 0.6.0
37+ - Merge pull request #45 from atman-33/version-bump/v0.6.0
38+
739## v0.6.0 2025-09-18
840
941### Added
0 commit comments