From c654e6044f9ed324cee3e0463b816c828379a54f Mon Sep 17 00:00:00 2001 From: geobelsky Date: Tue, 24 Mar 2026 13:13:53 +0000 Subject: [PATCH] =?UTF-8?q?release:=20v0.2.11=20changelog=20=E2=80=94=20ma?= =?UTF-8?q?cOS=20fixes=20+=20install=20path=20hint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86453b..5196968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project follows [Semantic Versioning](https://semver.org/). During alpha (` --- +## [v0.2.11] — 2026-03-24 + +### Fixed +- **macOS: agent key lookup used wrong path** — `loadAgentKey` hardcoded `~/.config` but macOS uses `~/Library/Application Support`; now uses canonical `scenarioAgentsStorePath()` (#73) +- **macOS: SSE race in `examples run`** — agents started after intent was created; SSE init phase skipped the delivery event on high-latency connections. Agents now start before `scenarios apply` (#74) +- **Install script: `ensure_path` false positive** — runtime PATH check returned early when user had a temporary `export`; now checks rc file only (#72) +- Install script and all docs now include `source ~/.zshrc` hint after install command + ## [v0.2.10] — 2026-03-24 ### Changed