2.24.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fe61c3cacd
commit
ad4e68551d
7 changed files with 7 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
- Prevent runaway execute-task when task plan missing after failed research
|
- Prevent runaway execute-task when task plan missing after failed research
|
||||||
- Fix read-only file permissions after cpSync from Nix store
|
- Fix read-only file permissions after cpSync from Nix store
|
||||||
- Fix parallel sendMessage calls missing required fields
|
- Fix parallel sendMessage calls missing required fields
|
||||||
|
- Strip clack UI from postinstall, keep silent Playwright download
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Lazy-load LLM provider SDKs to reduce startup time
|
- Lazy-load LLM provider SDKs to reduce startup time
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gsd-build/engine-darwin-arm64",
|
"name": "@gsd-build/engine-darwin-arm64",
|
||||||
"version": "2.23.0",
|
"version": "2.24.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.23.0",
|
"version": "2.24.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.23.0",
|
"version": "2.24.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.23.0",
|
"version": "2.24.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.23.0",
|
"version": "2.24.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.23.0",
|
"version": "2.24.0",
|
||||||
"description": "GSD — Get Shit Done coding agent",
|
"description": "GSD — Get Shit Done coding agent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue