diff --git a/CHANGELOG.md b/CHANGELOG.md index 339b53221..d9108d648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.10.7] - 2026-03-14 + +### Added +- GitHub Workflows skill with CI workflow template and `ci_monitor` tool (#294) +- Auto-resolve merge conflicts via LLM-powered fix-merge session +- Auto-update integration branch when user starts auto-mode from a different branch (#300) + +### Changed +- Secrets manifest is re-checked before every dispatch, not just at auto mode start +- Replaced TS parameter properties with explicit fields for Node strip-types compatibility +- Hardened CI publish pipeline to prevent broken releases (#304) + +### Fixed +- Unresolvable artifact paths now correctly treated as stale completion state, preventing OOM crashes (#313) +- Eliminated branch checkout during slice merge that caused STATE.md conflicts (#307) +- Removed infinite delivery retry loop for background job completions (#301) +- Display ⌥ instead of Alt for keybindings on macOS (#299) + +### Removed +- Deprecated legacy dead code from OAuth module + ## [2.10.6] - 2026-03-13 ### Added @@ -432,7 +453,10 @@ 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.10.4...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.10.7...HEAD +[2.10.7]: https://github.com/gsd-build/gsd-2/compare/v2.10.6...v2.10.7 +[2.10.6]: https://github.com/gsd-build/gsd-2/compare/v2.10.5...v2.10.6 +[2.10.5]: https://github.com/gsd-build/gsd-2/compare/v2.10.4...v2.10.5 [2.10.4]: https://github.com/gsd-build/gsd-2/compare/v2.10.2...v2.10.4 [2.10.2]: https://github.com/gsd-build/gsd-2/compare/v2.10.1...v2.10.2 [2.10.1]: https://github.com/gsd-build/gsd-2/compare/v2.10.0...v2.10.1 diff --git a/package-lock.json b/package-lock.json index 65b2d5e21..62e7d93c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gsd-pi", - "version": "2.10.6", + "version": "2.10.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gsd-pi", - "version": "2.10.6", + "version": "2.10.7", "bundleDependencies": [ "@gsd/native", "@gsd/pi-agent-core", diff --git a/package.json b/package.json index 7d153f4cb..a79cf20f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.10.6", + "version": "2.10.7", "description": "GSD — Get Shit Done coding agent", "license": "MIT", "repository": {