Merge pull request #319 from gsd-build/release/v2.10.7
release: v2.10.7
This commit is contained in:
commit
d5f99ef626
3 changed files with 28 additions and 4 deletions
26
CHANGELOG.md
26
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
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue