Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes are documented here. AI Environment Optimizer follows semantic
versioning.

## Unreleased
## 0.3.0 - 2026-09-05

- Detect Claude and Codex desktop bundles separately from standalone PATH CLIs,
including the verified Codex bundle distributed under the ChatGPT app name.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ skills, repositories, or launchd unless you explicitly add `--schedule`.
Example:

```text
AI Environment Optimizer 0.2.0
AI Environment Optimizer 0.3.0

[PASS] system.macos - macOS is supported
[PASS] tools.claude.present - Claude Code is available
Expand Down Expand Up @@ -230,7 +230,7 @@ The direct path verifies the installer before it runs, then the installer
verifies the release archive before changing live paths:

```sh
VERSION=0.2.0
VERSION=0.3.0
curl -fLO "https://github.com/nyldn/ai-env-optimizer/releases/download/v$VERSION/install.sh"
curl -fLO "https://github.com/nyldn/ai-env-optimizer/releases/download/v$VERSION/install.sh.sha256"
shasum -a 256 -c install.sh.sha256
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0