From 419a74672ebd0ad7923db7d9fa6efc013c26189e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 23:24:25 +0000 Subject: [PATCH] release: v2.49.0 --- CHANGELOG.md | 17 ++++++++++++++++- 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, 24 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d28f2ce..1fcbc9b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.49.0] - 2026-03-25 + +### Added +- add --yolo flag to /gsd auto for non-interactive project init + +### Fixed +- use full git log in merge tests to match trailer-based milestone IDs +- update parallel-merge test assertion for new trailer format +- clarify regex alternation in test assertion +- verdict gate accepts PARTIAL for mixed/human-experience/live-runtime UATs + +### Changed +- move GSD metadata from commit subject scopes to git trailers + ## [2.48.0] - 2026-03-25 ### Added @@ -1865,7 +1879,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.48.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.49.0...HEAD +[2.49.0]: https://github.com/gsd-build/gsd-2/compare/v2.48.0...v2.49.0 [2.48.0]: https://github.com/gsd-build/gsd-2/compare/v2.47.0...v2.48.0 [2.47.0]: https://github.com/gsd-build/gsd-2/compare/v2.46.1...v2.47.0 [2.46.1]: https://github.com/gsd-build/gsd-2/compare/v2.46.0...v2.46.1 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 17c95a0d3..7d31a0475 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.48.0", + "version": "2.49.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 9892f0569..edce4e811 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.48.0", + "version": "2.49.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 124ae8974..f54c3b77f 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.48.0", + "version": "2.49.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 6329ba2e9..8360897be 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.48.0", + "version": "2.49.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 8daa2f526..77d1d989c 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.48.0", + "version": "2.49.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index ddfda5d6d..9708be1dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.48.0", + "version": "2.49.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 a58074f06..cc529837d 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.48.0", + "version": "2.49.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 111eb227d..1b205a174 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.48.0", + "version": "2.49.0", "piConfig": { "name": "gsd", "configDir": ".gsd"