release: v2.57.0
This commit is contained in:
parent
09ee279995
commit
ab7961000e
9 changed files with 36 additions and 9 deletions
29
CHANGELOG.md
29
CHANGELOG.md
|
|
@ -6,6 +6,32 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.57.0] - 2026-03-28
|
||||
|
||||
### Added
|
||||
- Extended DaemonConfig with control_channel_id and orchestrator se…
|
||||
- Created pure-function event formatters (10 functions) mapping RPC…
|
||||
- **models**: add GLM-5.1 to Z.AI provider in custom models
|
||||
- Added discord.js v14, DiscordBot class with auth guard and lifecy…
|
||||
- Created packages/daemon workspace package with DaemonConfig/LogLe…
|
||||
- headless text mode shows tool calls + skip UAT pause in headless
|
||||
- Wire --resume flag to resolve session IDs via prefix matching and…
|
||||
- Migrated headless orchestrator to use execution_complete events,…
|
||||
|
||||
### Fixed
|
||||
- **headless**: match "completed" status from RPC v2 in exit code mapper
|
||||
- show external drives in directory browser on Linux
|
||||
- Regenerate package-lock.json after merge
|
||||
- **gsd**: resume cold auto bootstrap from db
|
||||
- **gsd**: preserve first auto unit model after session reset
|
||||
- Accept flags after positional command in headless arg parser
|
||||
- **gsd**: discover project subagents in .gsd
|
||||
- **model-routing**: use honest unitTypes for discuss dispatches and map all auto-dispatch phases
|
||||
- revert jsonl.ts to inline implementation — @gsd-build/rpc-client not available at source-level test time in CI
|
||||
|
||||
### Changed
|
||||
- auto-commit after complete-milestone
|
||||
|
||||
## [2.56.0] - 2026-03-27
|
||||
|
||||
### Added
|
||||
|
|
@ -2111,7 +2137,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.56.0...HEAD
|
||||
[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.57.0...HEAD
|
||||
[2.57.0]: https://github.com/gsd-build/gsd-2/compare/v2.56.0...v2.57.0
|
||||
[2.56.0]: https://github.com/gsd-build/gsd-2/compare/v2.55.0...v2.56.0
|
||||
[2.55.0]: https://github.com/gsd-build/gsd-2/compare/v2.54.0...v2.55.0
|
||||
[2.54.0]: https://github.com/gsd-build/gsd-2/compare/v2.53.0...v2.54.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-arm64",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD native engine binary for macOS ARM64",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-darwin-x64",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD native engine binary for macOS Intel",
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-arm64-gnu",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-linux-x64-gnu",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD native engine binary for Linux x64 (glibc)",
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd-build/engine-win32-x64-msvc",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD native engine binary for Windows x64 (MSVC)",
|
||||
"os": [
|
||||
"win32"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gsd-pi",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "GSD — Get Shit Done coding agent",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gsd/pi-coding-agent",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"description": "Coding agent CLI (vendored from pi-mono)",
|
||||
"type": "module",
|
||||
"piConfig": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@glittercowboy/gsd",
|
||||
"version": "2.56.0",
|
||||
"version": "2.57.0",
|
||||
"piConfig": {
|
||||
"name": "gsd",
|
||||
"configDir": ".gsd"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue