diff --git a/CHANGELOG.md b/CHANGELOG.md index bf92e695a..c39890e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.58.0] - 2026-03-28 + +### Added +- Added 6 discord.js shard/error/warn event listeners for reconnect… + +### Fixed +- **auto**: guard startAuto() against concurrent invocation (#2923) +- **auto-dispatch**: widen operational verification gate regex (fixes #2866) (#2898) +- **parallel**: three bugs preventing reliable parallel worker execution (#2801) +- **web**: fall back to project totals when dashboard metrics are zero (#2847) +- **gsd**: parse raw YAML under preference headings (#2794) +- **gsd**: persist verification classes in milestone validation (#2820) +- **gsd**: guard reconcileWorktreeDb against same-file ATTACH corruption (#2825) +- **web**: skip shutdown in daemon mode so server survives tab close (#2842) +- **headless**: skip execution_complete for multi-turn commands (auto/next) +- Fixed 3 bugs (launchd JSON parsing, login race condition, interact… + ## [2.57.0] - 2026-03-28 ### Added @@ -2137,7 +2154,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.57.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.58.0...HEAD +[2.58.0]: https://github.com/gsd-build/gsd-2/compare/v2.57.0...v2.58.0 [2.57.0]: https://github.com/gsd-build/gsd-2/compare/v2.56.0...v2.57.0 [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 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index af5391f9f..ac07f8a64 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.57.0", + "version": "2.58.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 faca8d152..ef645779c 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.57.0", + "version": "2.58.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 41ec25972..dea68fe25 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.57.0", + "version": "2.58.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 33f50a871..043a52165 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.57.0", + "version": "2.58.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 5f0bc8ab7..4f56ea3c7 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.57.0", + "version": "2.58.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index cf187ef89..c7f83dad5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.57.0", + "version": "2.58.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 00884b305..70eb8c1ed 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.57.0", + "version": "2.58.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 78783a66e..d0c190750 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.57.0", + "version": "2.58.0", "piConfig": { "name": "gsd", "configDir": ".gsd"