release: v2.61.0
This commit is contained in:
parent
82906524a8
commit
f6521cd92e
9 changed files with 16 additions and 9 deletions
|
|
@ -6,6 +6,12 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.61.0] - 2026-04-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- stop/backtrack capture classifications for milestone regression (#3488)
|
||||||
|
- GSD context optimization with model routing and context masking
|
||||||
|
|
||||||
## [2.60.0] - 2026-04-04
|
## [2.60.0] - 2026-04-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -2277,7 +2283,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
### Changed
|
### Changed
|
||||||
- License updated to MIT
|
- License updated to MIT
|
||||||
|
|
||||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.60.0...HEAD
|
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.61.0...HEAD
|
||||||
|
[2.61.0]: https://github.com/gsd-build/gsd-2/compare/v2.60.0...v2.61.0
|
||||||
[2.60.0]: https://github.com/gsd-build/gsd-2/compare/v2.59.0...v2.60.0
|
[2.60.0]: https://github.com/gsd-build/gsd-2/compare/v2.59.0...v2.60.0
|
||||||
[2.59.0]: https://github.com/gsd-build/gsd-2/compare/v2.58.0...v2.59.0
|
[2.59.0]: https://github.com/gsd-build/gsd-2/compare/v2.58.0...v2.59.0
|
||||||
[2.58.0]: https://github.com/gsd-build/gsd-2/compare/v2.57.0...v2.58.0
|
[2.58.0]: https://github.com/gsd-build/gsd-2/compare/v2.57.0...v2.58.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-darwin-arm64",
|
"name": "@gsd-build/engine-darwin-arm64",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD native engine binary for macOS ARM64",
|
"description": "GSD native engine binary for macOS ARM64",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-darwin-x64",
|
"name": "@gsd-build/engine-darwin-x64",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD native engine binary for macOS Intel",
|
"description": "GSD native engine binary for macOS Intel",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-linux-arm64-gnu",
|
"name": "@gsd-build/engine-linux-arm64-gnu",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-linux-x64-gnu",
|
"name": "@gsd-build/engine-linux-x64-gnu",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD native engine binary for Linux x64 (glibc)",
|
"description": "GSD native engine binary for Linux x64 (glibc)",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-win32-x64-msvc",
|
"name": "@gsd-build/engine-win32-x64-msvc",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gsd-pi",
|
"name": "gsd-pi",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "GSD — Get Shit Done coding agent",
|
"description": "GSD — Get Shit Done coding agent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd/pi-coding-agent",
|
"name": "@gsd/pi-coding-agent",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"description": "Coding agent CLI (vendored from pi-mono)",
|
"description": "Coding agent CLI (vendored from pi-mono)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"piConfig": {
|
"piConfig": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@glittercowboy/gsd",
|
"name": "@glittercowboy/gsd",
|
||||||
"version": "2.60.0",
|
"version": "2.61.0",
|
||||||
"piConfig": {
|
"piConfig": {
|
||||||
"name": "gsd",
|
"name": "gsd",
|
||||||
"configDir": ".gsd"
|
"configDir": ".gsd"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue