From b095e352a7274b8e52efdf43154d3e570f835493 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 21:40:31 +0000 Subject: [PATCH] release: v2.31.0 --- CHANGELOG.md | 20 +++++++++++++++++++- 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, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e873b9273..aae1e5699 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.31.0] - 2026-03-18 + +### Added +- add aws-auth extension for automatic Bedrock credential refresh (#1253) +- add -w/--worktree CLI flag for isolated worktree sessions (#1247) + +### Fixed +- remove stale git-commit assertion in worktree test after commit_docs removal +- remove commit_docs test that broke CI after type removal (#1258) +- replace blanket git clean .gsd/ with targeted runtime file removal (#1252) +- invalidate caches inside discuss loop to detect newly written slice context (#1249) +- robust prose slice header parsing — handle H1-H4, bold, dots, no-separator variants (#1248) +- clean up stranded .gsd.lock/ directory to prevent false lock conflicts (#1251) + +### Changed +- remove dead commit_docs preference (incompatible with external .gsd/ state) (#1258) + ## [2.30.0] - 2026-03-18 ### Added @@ -1243,7 +1260,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.30.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.31.0...HEAD +[2.31.0]: https://github.com/gsd-build/gsd-2/compare/v2.30.0...v2.31.0 [2.30.0]: https://github.com/gsd-build/gsd-2/compare/v2.29.0...v2.30.0 [2.29.0]: https://github.com/gsd-build/gsd-2/compare/v2.28.0...v2.29.0 [2.28.0]: https://github.com/gsd-build/gsd-2/compare/v2.27.0...v2.28.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 98e443266..eb56dda05 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.30.0", + "version": "2.31.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 91f2d98b9..421fb9a28 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.30.0", + "version": "2.31.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 151b89158..e410924ae 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.30.0", + "version": "2.31.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 0ccdc9e7e..213f5b272 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.30.0", + "version": "2.31.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 b78f53633..75de743bd 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.30.0", + "version": "2.31.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index a9362cd2c..dc43935c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.30.0", + "version": "2.31.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 9a8d5a59e..64388ec57 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.30.0", + "version": "2.31.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 9c5c25e63..03a38e5f8 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.30.0", + "version": "2.31.0", "piConfig": { "name": "gsd", "configDir": ".gsd"