You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.3.1] - 2026-03-20
11
+
12
+
### Added
13
+
14
+
- Double-click and one-command launcher files so non-technical users can install CodexKit from a release package more easily.
15
+
- Interactive workspace creation wrappers for Windows and shell environments.
16
+
17
+
### Changed
18
+
19
+
- README and installation docs now include a detailed release-download path for non-coders.
20
+
- Install scripts now report counts and clearer next steps after completion.
21
+
- CI now validates installed skill counts dynamically and smoke-tests workspace scaffolding.
22
+
- Release packaging now ships a full starter pack with skills, templates, workspaces, playbooks, automations, MCP guides, scripts, and quick-start launchers.
23
+
10
24
## [0.3.0] - 2026-03-20
11
25
12
26
### Added
@@ -45,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
45
59
- Cross-platform skill installation scripts and a validation script.
46
60
- New docs site positioned for OpenAI Codex and ChatGPT users.
By default, both scripts copy every folder from `skills/` into `$HOME/.agents/skills`, which matches the user-scope Codex Skills location documented by OpenAI.
42
60
61
+
Windows double-click install is also available:
62
+
63
+
-`START-HERE-WINDOWS.cmd`: installs the skills into `%USERPROFILE%\.agents\skills`
64
+
-`CREATE-WORKSPACE-WINDOWS.cmd`: asks for a workspace starter and destination folder
65
+
66
+
Shell shortcuts are also available for extracted release packages:
67
+
68
+
-`START-HERE.sh`
69
+
-`CREATE-WORKSPACE.sh`
70
+
43
71
For repository-scoped discovery, install the pack into `.agents/skills` inside the repo:
44
72
45
73
Windows PowerShell:
@@ -58,6 +86,12 @@ Codex scans `.agents/skills` from the current working directory up to the reposi
58
86
59
87
Codex can use skills through explicit invocation or implicit description matching. In CLI and IDE workflows, use `/skills` or type `$` to mention a skill directly. CodexKit keeps `codexkit-cloud-delegation` and `codexkit-automation-designer` explicit-only to avoid accidental activation on sensitive workflows.
60
88
89
+
If the install completed but the skills do not appear:
90
+
91
+
1. Restart Codex.
92
+
2. Check that the skills were copied into `%USERPROFILE%\.agents\skills` on Windows or `$HOME/.agents/skills` on macOS/Linux.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codexkit",
3
-
"version": "0.3.0",
3
+
"version": "0.3.1",
4
4
"private": true,
5
5
"description": "Open-source operating kit for people using OpenAI Codex and ChatGPT across engineering, high-reasoning work, and repeatable office operations.",
0 commit comments