From f83a85eb7cedfd461fa0a61d6bbf6bffe9021734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 02:50:52 +0000 Subject: [PATCH] release: v2.37.0 --- CHANGELOG.md | 12 +++++++++++- 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, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e858315..75a83e504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.37.0] - 2026-03-20 + +### Added +- **dashboard**: two-column layout with redesigned widget (#1530) +- integrate cmux with gsd runtime (#1532) + +### Fixed +- add session-level search budget to prevent unbounded native web search (#1309) (#1529) + ## [2.36.0] - 2026-03-20 ### Added @@ -1400,7 +1409,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.36.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.37.0...HEAD +[2.37.0]: https://github.com/gsd-build/gsd-2/compare/v2.36.0...v2.37.0 [2.36.0]: https://github.com/gsd-build/gsd-2/compare/v2.35.0...v2.36.0 [2.35.0]: https://github.com/gsd-build/gsd-2/compare/v2.34.0...v2.35.0 [2.34.0]: https://github.com/gsd-build/gsd-2/compare/v2.33.1...v2.34.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index af64bf2ee..bf48c66ea 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.36.0", + "version": "2.37.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 3d16726bd..cdfcdf2bd 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.36.0", + "version": "2.37.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 624fcae03..820fbd901 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.36.0", + "version": "2.37.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 775c6e2d1..83f6378a8 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.36.0", + "version": "2.37.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 3f4dae5fa..fd49988f8 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.36.0", + "version": "2.37.0", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index 962e09ee3..e497a9dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.36.0", + "version": "2.37.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 0e0ecea22..fec76f67b 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.36.0", + "version": "2.37.0", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 38eaa8352..ffa0d3593 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.36.0", + "version": "2.37.0", "piConfig": { "name": "gsd", "configDir": ".gsd"