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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
---
8
8
9
+
## [0.1.2] — 2026-06-03
10
+
11
+
### Fixed
12
+
-`squad/VERSION` never existed in upstream `bradygaster/squad` — all startup version reads were broken. Version now read from `squad/package.json` across all modules (`version.ts`, `coordinator.ts`, `system-prompt.ts`, `context/recovery.ts`)
13
+
-`scripts/check-version.ts` pointed to non-existent `{sovereignRoot}/squad/VERSION`; fixed to read `packages/coordinator/squad/package.json`
14
+
15
+
### Changed
16
+
-`scripts/sync-squad.ts` rewritten for git submodule model — replaces legacy tarball download/extract flow with `git fetch --tags` + `git checkout v{version}`
0 commit comments