Skip to content

Commit 61e59a1

Browse files
authored
release: v0.2.11 changelog — macOS fixes + install path hint (#75)
1 parent 2f78132 commit 61e59a1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This project follows [Semantic Versioning](https://semver.org/). During alpha (`
66

77
---
88

9+
## [v0.2.11] — 2026-03-24
10+
11+
### Fixed
12+
- **macOS: agent key lookup used wrong path**`loadAgentKey` hardcoded `~/.config` but macOS uses `~/Library/Application Support`; now uses canonical `scenarioAgentsStorePath()` (#73)
13+
- **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)
14+
- **Install script: `ensure_path` false positive** — runtime PATH check returned early when user had a temporary `export`; now checks rc file only (#72)
15+
- Install script and all docs now include `source ~/.zshrc` hint after install command
16+
917
## [v0.2.10] — 2026-03-24
1018

1119
### Changed

0 commit comments

Comments
 (0)