From 113c5e651899a83131232f2c24e3040d69e2f3f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Mar 2026 00:15:12 +0000 Subject: [PATCH] release: v2.32.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- native/npm/darwin-arm64/package.json | 2 +- native/npm/darwin-x64/package.json | 2 +- native/npm/linux-arm64-gnu/package.json | 2 +- native/npm/linux-x64-gnu/package.json | 2 +- native/npm/win32-x64-msvc/package.json | 2 +- package.json | 2 +- packages/pi-coding-agent/package.json | 2 +- pkg/package.json | 2 +- 9 files changed, 29 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e42831752..efe0cd80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.32.0] - 2026-03-19 + +### Added +- always-on health widget and visualizer health tab expansion (#1286) +- environment health checks, progress score, and status integration (#1263) + +### Fixed +- skip crash recovery when auto.lock was written by current process (#1289) +- load worktree-cli extension modules via jiti instead of static ESM imports (#1285) +- **gsd**: prevent concurrent dispatch during skip chains (#1272) (#1283) +- skip non-artifact UAT dispatch in auto-mode (#1277) + +### Changed +- deduplicate knownUnitTypes and STATE_REBUILD_MIN_INTERVAL_MS constants (#1281) +- extract prompt builder helpers for inlined context and source file lists (#1279) +- extract createGitService() factory, remove debug logs (#1278) +- extract dispatchUnit helper, inline dead buildDocsCommitInstruction (#1275) +- unify unit-type switch statements into lookup map (#1273) + ## [2.31.2] - 2026-03-18 ### Fixed @@ -1270,7 +1289,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.31.2...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.32.0...HEAD +[2.32.0]: https://github.com/gsd-build/gsd-2/compare/v2.31.2...v2.32.0 [2.31.2]: https://github.com/gsd-build/gsd-2/compare/v2.31.1...v2.31.2 [2.31.1]: https://github.com/gsd-build/gsd-2/compare/v2.31.0...v2.31.1 [2.31.0]: https://github.com/gsd-build/gsd-2/compare/v2.30.0...v2.31.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 5c497f741..e8e43d679 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.31.2", + "version": "2.32.0", "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 f547ad0e5..eb7f7edea 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.31.2", + "version": "2.32.0", "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 45f160945..2a808e342 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.31.2", + "version": "2.32.0", "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 6cd070fcb..fc62c2451 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.31.2", + "version": "2.32.0", "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 bf5539fde..5a4286cd8 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.31.2", + "version": "2.32.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index 12b8a20cb..b841eb179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.31.2", + "version": "2.32.0", "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 90149bd2f..13190b261 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.31.2", + "version": "2.32.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 8f8bf1193..b009a40dc 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.31.2", + "version": "2.32.0", "piConfig": { "name": "gsd", "configDir": ".gsd"