fix: bump goose backend to 51d9effe - #325
Merged
Merged
Conversation
include the upstream astra reasoning-off mapping fix for automatic session titles.
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.
Overview
Category: fix
User Impact: Astra chats can receive automatic titles instead of remaining named “New Chat”.
Problem: The currently pinned Goose backend sends unsupported
reasoning.effort: "none"when generating Astra session titles.Solution: Bump the Goose backend from
5e909259to51d9effeed24f1b319f520c3dae3ac626bd57170. This revision includes aaif-goose/goose#11976, which maps Astra reasoning-off requests to the supportedloweffort while preserving GPT-5.6 behavior.Changes
File changes
goose-backend.lock.json
Update only the backend commit. Preserve the repository, ref, package, and binary settings used by development and bundled releases.
Verification
618d41ee).cargo test --locked -p goose-provider-types --lib gpt6: 2 passed, 0 failed, covering effort mapping and Responses API serialization.git diff --checkpassed.cargo build --locked -p goose-cli --bin goosepassed (debug build).No changes to composer dispatch or queue behavior governed by the chat laws.