From b5715c20bb09d02e10e29a3642ba1523855e62e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Mar 2026 21:29:07 +0000 Subject: [PATCH] release: v2.56.0 --- CHANGELOG.md | 19 ++++++++++++++++++- 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, 26 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc4f3e2e..20ca48263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.56.0] - 2026-03-27 + +### Added +- **parallel**: /gsd parallel watch — native TUI overlay for worker monitoring (#2806) + +### Fixed +- **ci**: copy web/components to dist-test for xterm-theme test (#2891) +- **gsd**: prefer PREFERENCES.md in worktrees (#2796) +- **gsd**: resume auto-mode after transient provider pause (#2822) +- **parallel**: resolve session lock contention and 3 related parallel-mode bugs (#2184) (#2800) +- **web**: improve light theme terminal contrast (#2819) +- **gsd**: preserve auto start model through discuss (#2837) + +### Changed +- **test**: compile unit tests with esbuild, reclassify integration tests, fix node_modules symlink (#2809) + ## [2.55.0] - 2026-03-27 ### Added @@ -2095,7 +2111,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.55.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.56.0...HEAD +[2.56.0]: https://github.com/gsd-build/gsd-2/compare/v2.55.0...v2.56.0 [2.55.0]: https://github.com/gsd-build/gsd-2/compare/v2.54.0...v2.55.0 [2.54.0]: https://github.com/gsd-build/gsd-2/compare/v2.53.0...v2.54.0 [2.53.0]: https://github.com/gsd-build/gsd-2/compare/v2.52.0...v2.53.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 3216cd21f..7d1a183bf 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.55.0", + "version": "2.56.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 f30ce8379..958bfcb50 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.55.0", + "version": "2.56.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 2d201f5ee..4eadbb2e9 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.55.0", + "version": "2.56.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 e87092d07..ed98cd9c2 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.55.0", + "version": "2.56.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 159255c52..d7c7e2c62 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.55.0", + "version": "2.56.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index 4b2bcf3d4..0d749d0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.55.0", + "version": "2.56.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 82bcd709a..f6d269b13 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.55.0", + "version": "2.56.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 8387ef366..b3a30644b 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.55.0", + "version": "2.56.0", "piConfig": { "name": "gsd", "configDir": ".gsd"