chore: bump goose backend pin and regenerate ACP SDK - #15
Merged
Conversation
Move the pinned Goose backend from 1c1bd52 to 3373894 (74 upstream commits, including the 1.46.0 minor bump) and regenerate the SDK schema and layer-2 artifacts via `just bump-goose main`. Upstream renamed the ACP-transport MCP server field `id` to `serverId`, which is a breaking wire change. Berd keeps its own `AcpExtensionConfig.id` and adapts at the wire boundary in `src/features/extensions/api/extensions.ts`: the type guard now discriminates on `serverId`, and the read/construct sites map between the internal `id` and the wire `serverId`. The list fixture in `extensions.test.ts` is updated to the new wire shape. Also picked up in the generated SDK: the new `_goose/unstable/session/extensions/apply` method, an optional `parameterScopeId` on `RequestRecipeParams_unstable`, and `x-deserialize-*` schema annotations on nullable protocol fields. Validated with `just ci`. Signed-off-by: Matt Toohey <contact@matttoohey.com>
Move the pinned Goose backend from 3373894 to 11deb56 (3 upstream commits) via `just bump-goose main`. The regenerated SDK schema and layer-2 artifacts are byte-identical to the previous pin, so only the lock file changes. Picked up upstream: ACP sessions now use Goose-generated titles instead of provider-generated ones, visualizer data is rendered as text, and XLSX range reads are bounded. Validated with `just ci`. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Matt Toohey <contact@matttoohey.com>
morgmart
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pinned Goose backend to the latest upstream
main(
1c1bd52→3373894) and regenerates the vendored ACP schema/SDK.Changes
goose-backend.lock.json: new backend commit pin.sdk/schema/*+sdk/src/generated/*: regenerated from the new backend._goose/unstable/session/extensions/apply(
ApplySessionExtensionsRequest_unstable), which rebuilds a session'sprovider so extension list changes reach ACP harness providers.
McpServerAcp.idrenamed toserverId.RequestRecipeParams_unstablegains optionalparameterScopeId.src/features/extensions/api/extensions.ts(+ test): follow theMcpServerAcp.id→serverIdrename in the ACP server detection andto/from conversions. The renderer-facing
ExtensionConfigshape keepsid,so this is wire-level only.
Validation
just checkjust test