Skip to content

Commit dcd9e5b

Browse files
chore(release): bump version to v0.7.0
1 parent 4060a0f commit dcd9e5b

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kiro-for-codex",
33
"displayName": "Kiro for Codex",
44
"description": "Spec-driven development with Codex CLI - inspired by Kiro",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"author": "atman-33",
77
"publisher": "atman-dev",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)