Skip to content

Commit 6f43f32

Browse files
committed
Update CHANGELOG.md with v0.1.0 to v0.1.2 release notes
- Document new features, improvements, and changes for v0.1.0 initial release - Add v0.1.1 changes including config refactoring and README updates - Include v0.1.2 fix for VS Marketplace badge URLs - Maintain chronological order of release notes
1 parent 2ee0b8a commit 6f43f32

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,59 @@ All notable changes to this project will be documented in this file.
2929
- add version bump workflow
3030
- release/v0.1.2
3131

32+
## v0.1.2 2025-09-08
33+
34+
### 📝 Documentation
35+
36+
- Fix VS Marketplace badge URLs in README to use the correct `atman-dev` namespace. No functional code changes.
37+
38+
## v0.1.1 2025-09-08
39+
40+
### 🔧 Improvements
41+
42+
- Refactor configuration handling:
43+
- Move runtime settings to VS Code settings under the `kfc.*` namespace.
44+
- Simplify project configuration to only manage paths via `.codex/settings/kfc-settings.json`.
45+
- Remove unused configuration interfaces/methods in `src/utils/config-manager.ts` and update related unit tests.
46+
47+
### 📝 Documentation
48+
49+
- Update README to clarify configuration structure and fixed settings file location.
50+
51+
## v0.1.0 2025-09-07
52+
53+
Initial public release.
54+
55+
### ✨ New Features
56+
57+
- SPEC management:
58+
- Create specs (requirements → design → tasks) via Codex CLI (`kfc.spec.create`).
59+
- Navigate to requirements/design/tasks from the SPEC explorer.
60+
- CodeLens for tasks in `tasks.md`: execute a single task via Codex and auto‑check it off (`kfc.spec.implTask`).
61+
- STEERING management:
62+
- Generate initial project steering docs (product/tech/structure) (`kfc.steering.generateInitial`).
63+
- Create custom steering documents (`kfc.steering.create`).
64+
- Refine and delete steering docs with Codex updating related docs (`kfc.steering.refine`, `kfc.steering.delete`).
65+
- PROMPTS view:
66+
- Create Markdown prompts under `.codex/prompts` (`kfc.prompts.create`).
67+
- Run prompts in a split terminal with Codex (`kfc.prompts.run`).
68+
- Refresh prompts list (`kfc.prompts.refresh`).
69+
- Overview/Settings:
70+
- Optional settings view and quick links (`kfc.settings.open`, `kfc.help.open`).
71+
- Toggle view visibility from a command (`kfc.menu.open`).
72+
- Codex integration:
73+
- Availability/version check and setup guidance (`kfc.codex.checkAvailability`).
74+
- Headless execution and split‑terminal invocation with retry/error handling.
75+
- Update checker:
76+
- Manual update check command (`kfc.checkForUpdates`).
77+
78+
### 🔧 Improvements
79+
80+
- Default settings include prompts path (`paths.prompts`) and visibility (`views.prompts`).
81+
- File system watchers auto‑refresh SPEC/STEERING/PROMPTS on `.codex/` changes.
82+
- Windows enhancements: WSL path conversion when detected; PowerShell recommended.
83+
84+
### 🚫 Temporarily Disabled / Limitations
85+
86+
- Agents, Hooks, and MCP views are disabled in this build.
87+
- "New Spec with Agents" flow is disabled.

0 commit comments

Comments
 (0)