release: v2.46.1

This commit is contained in:
github-actions[bot] 2026-03-25 17:13:41 +00:00
parent ab5444fec8
commit 652811212a
9 changed files with 22 additions and 9 deletions

View file

@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
## [2.46.1] - 2026-03-25
### Fixed
- **ci**: prevent windows-portability from blocking pipeline
- **ci**: prevent pipeline race condition on release push
- **gsd**: create empty DB for fresh projects with empty .gsd/ (#2510)
- **remote-questions**: hydrate remote channel tokens from auth.json on startup
### Changed
- trigger CI to pick up pipeline race condition fix
- trigger pipeline with race condition fix
## [2.46.0] - 2026-03-25
### Added
@ -1817,7 +1829,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.46.0...HEAD
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.46.1...HEAD
[2.46.1]: https://github.com/gsd-build/gsd-2/compare/v2.46.0...v2.46.1
[2.46.0]: https://github.com/gsd-build/gsd-2/compare/v2.45.0...v2.46.0
[2.45.0]: https://github.com/gsd-build/gsd-2/compare/v2.44.0...v2.45.0
[2.44.0]: https://github.com/gsd-build/gsd-2/compare/v2.43.0...v2.44.0

View file

@ -1,6 +1,6 @@
{
"name": "@gsd-build/engine-darwin-arm64",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD native engine binary for macOS ARM64",
"os": [
"darwin"

View file

@ -1,6 +1,6 @@
{
"name": "@gsd-build/engine-darwin-x64",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD native engine binary for macOS Intel",
"os": [
"darwin"

View file

@ -1,6 +1,6 @@
{
"name": "@gsd-build/engine-linux-arm64-gnu",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD native engine binary for Linux ARM64 (glibc)",
"os": [
"linux"

View file

@ -1,6 +1,6 @@
{
"name": "@gsd-build/engine-linux-x64-gnu",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD native engine binary for Linux x64 (glibc)",
"os": [
"linux"

View file

@ -1,6 +1,6 @@
{
"name": "@gsd-build/engine-win32-x64-msvc",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD native engine binary for Windows x64 (MSVC)",
"os": [
"win32"

View file

@ -1,6 +1,6 @@
{
"name": "gsd-pi",
"version": "2.46.0",
"version": "2.46.1",
"description": "GSD — Get Shit Done coding agent",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@gsd/pi-coding-agent",
"version": "2.46.0",
"version": "2.46.1",
"description": "Coding agent CLI (vendored from pi-mono)",
"type": "module",
"piConfig": {

View file

@ -1,6 +1,6 @@
{
"name": "@glittercowboy/gsd",
"version": "2.46.0",
"version": "2.46.1",
"piConfig": {
"name": "gsd",
"configDir": ".gsd"