Skip to content

Commit 2ee0b8a

Browse files
chore(release): bump version to v0.2.0
1 parent 422cc9e commit 2ee0b8a

File tree

2 files changed

+26
-57
lines changed

2 files changed

+26
-57
lines changed

CHANGELOG.md

Lines changed: 24 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,59 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [0.1.2] - 2025-09-08
7+
## v0.2.0 2025-09-09
8+
9+
### Changed
10+
11+
- bug-fix/changelog-workflow
12+
- Refactor release workflows and remove changelog prompt
13+
- bug-fix/verup-workflow
14+
- Update version-bump workflow to target package.json version
15+
- bug-fix/verup-workflow
16+
- Fix GitHub Actions output syntax and improve package.json version read
17+
- feature/v0.2.0
18+
- Add changelog update prompt and update CHANGELOG.md for v0.2.0
19+
- Update CHANGELOG.md for v0.1.1 and v0.1.2 releases
20+
- Refactor release workflows and add release process documentation
21+
- Merge pull request #12 from atman-33/feature/improve-create-agents-prompt
22+
- Add steering documentation and related implementation files
23+
- Merge pull request #10 from taj54/action/extension-publish
24+
- add Open VSX publishing to release workflow
25+
- trigger release on release creation
26+
- Update .github/workflows/multi-platform-release.yml
27+
- add release workflow
28+
- Merge pull request #9 from taj54/action/version-bump
29+
- add version bump workflow
30+
- release/v0.1.2
831

9-
### 📝 Documentation
10-
11-
- Fix VS Marketplace badge URLs in README to use the correct `atman-dev` namespace. No functional code changes.
12-
13-
## [0.1.1] - 2025-09-08
14-
15-
### 🔧 Improvements
16-
17-
- Refactor configuration handling:
18-
- Move runtime settings to VS Code settings under the `kfc.*` namespace.
19-
- Simplify project configuration to only manage paths via `.codex/settings/kfc-settings.json`.
20-
- Remove unused configuration interfaces/methods in `src/utils/config-manager.ts` and update related unit tests.
21-
22-
### 📝 Documentation
23-
24-
- Update README to clarify configuration structure and fixed settings file location.
25-
26-
## [0.1.0] - 2025-09-07
27-
28-
Initial public release.
29-
30-
### ✨ New Features
31-
32-
- SPEC management:
33-
- Create specs (requirements → design → tasks) via Codex CLI (`kfc.spec.create`).
34-
- Navigate to requirements/design/tasks from the SPEC explorer.
35-
- CodeLens for tasks in `tasks.md`: execute a single task via Codex and auto‑check it off (`kfc.spec.implTask`).
36-
- STEERING management:
37-
- Generate initial project steering docs (product/tech/structure) (`kfc.steering.generateInitial`).
38-
- Create custom steering documents (`kfc.steering.create`).
39-
- Refine and delete steering docs with Codex updating related docs (`kfc.steering.refine`, `kfc.steering.delete`).
40-
- PROMPTS view:
41-
- Create Markdown prompts under `.codex/prompts` (`kfc.prompts.create`).
42-
- Run prompts in a split terminal with Codex (`kfc.prompts.run`).
43-
- Refresh prompts list (`kfc.prompts.refresh`).
44-
- Overview/Settings:
45-
- Optional settings view and quick links (`kfc.settings.open`, `kfc.help.open`).
46-
- Toggle view visibility from a command (`kfc.menu.open`).
47-
- Codex integration:
48-
- Availability/version check and setup guidance (`kfc.codex.checkAvailability`).
49-
- Headless execution and split‑terminal invocation with retry/error handling.
50-
- Update checker:
51-
- Manual update check command (`kfc.checkForUpdates`).
52-
53-
### 🔧 Improvements
54-
55-
- Default settings include prompts path (`paths.prompts`) and visibility (`views.prompts`).
56-
- File system watchers auto‑refresh SPEC/STEERING/PROMPTS on `.codex/` changes.
57-
- Windows enhancements: WSL path conversion when detected; PowerShell recommended.
58-
59-
### 🚫 Temporarily Disabled / Limitations
60-
61-
- Agents, Hooks, and MCP views are disabled in this build.
62-
- "New Spec with Agents" flow is disabled.

package.json

Lines changed: 2 additions & 2 deletions
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.1.2",
5+
"version": "0.2.0",
66
"author": "atman-33",
77
"publisher": "atman-dev",
88
"icon": "icon.png",
@@ -478,4 +478,4 @@
478478
"webpack": "^5.100.2",
479479
"webpack-cli": "^6.0.1"
480480
}
481-
}
481+
}

0 commit comments

Comments
 (0)