diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a83e504..f2e91d0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.37.1] - 2026-03-20 + +### Fixed +- interactive guard menu for remote auto-mode sessions (#1507) (#1524) +- use pull_request_target so AI triage has secret access on PRs +- cmux library directory incorrectly loaded as extension (#1537) +- separate pi-tui-dependent layout utils to fix report generation (#1527) +- clarify session lock loss diagnostics (#1535) +- **#1526**: auto-mode worktree commits land on main instead of milestone branch (#1534) + ## [2.37.0] - 2026-03-20 ### Added @@ -1409,7 +1419,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Changed - License updated to MIT -[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.37.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.37.1...HEAD +[2.37.1]: https://github.com/gsd-build/gsd-2/compare/v2.37.0...v2.37.1 [2.37.0]: https://github.com/gsd-build/gsd-2/compare/v2.36.0...v2.37.0 [2.36.0]: https://github.com/gsd-build/gsd-2/compare/v2.35.0...v2.36.0 [2.35.0]: https://github.com/gsd-build/gsd-2/compare/v2.34.0...v2.35.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index bf48c66ea..45a94ee03 100644 --- a/native/npm/darwin-arm64/package.json +++ b/native/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-darwin-arm64", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD native engine binary for macOS ARM64", "os": [ "darwin" diff --git a/native/npm/darwin-x64/package.json b/native/npm/darwin-x64/package.json index cdfcdf2bd..eddba8c89 100644 --- a/native/npm/darwin-x64/package.json +++ b/native/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-darwin-x64", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD native engine binary for macOS Intel", "os": [ "darwin" diff --git a/native/npm/linux-arm64-gnu/package.json b/native/npm/linux-arm64-gnu/package.json index 820fbd901..f2f83bfd8 100644 --- a/native/npm/linux-arm64-gnu/package.json +++ b/native/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-linux-arm64-gnu", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD native engine binary for Linux ARM64 (glibc)", "os": [ "linux" diff --git a/native/npm/linux-x64-gnu/package.json b/native/npm/linux-x64-gnu/package.json index 83f6378a8..b044a4d38 100644 --- a/native/npm/linux-x64-gnu/package.json +++ b/native/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-linux-x64-gnu", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD native engine binary for Linux x64 (glibc)", "os": [ "linux" diff --git a/native/npm/win32-x64-msvc/package.json b/native/npm/win32-x64-msvc/package.json index fd49988f8..e8f6e116e 100644 --- a/native/npm/win32-x64-msvc/package.json +++ b/native/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-win32-x64-msvc", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index e497a9dfc..7e4c41780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.37.0", + "version": "2.37.1", "description": "GSD — Get Shit Done coding agent", "license": "MIT", "repository": { diff --git a/packages/pi-coding-agent/package.json b/packages/pi-coding-agent/package.json index fec76f67b..dbeaefff0 100644 --- a/packages/pi-coding-agent/package.json +++ b/packages/pi-coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@gsd/pi-coding-agent", - "version": "2.37.0", + "version": "2.37.1", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index ffa0d3593..170bad474 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.37.0", + "version": "2.37.1", "piConfig": { "name": "gsd", "configDir": ".gsd"