Bump Agent Mode Goose pin to 1.47.0 - #819
Draft
AnthonyRonning wants to merge 1 commit into
Draft
Conversation
Deploying maple with
|
| Latest commit: |
8fe7b55
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f0f51309.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-goose147-maple.maple-ca8.pages.dev |
AnthonyRonning
force-pushed
the
codex-goose147-maple
branch
from
August 22, 2026 18:24
67d2ccf to
91a314c
Compare
Pin official aaif-goose crates to the v1.47.0 release and unify Maple's direct ACP SDK on 2.0.0 / schema 1.5.0 so cargo can resolve the new goose graph. Keep Maple ACP on protocol v1. Compatibility: - route unhandled ACP responses through route_with_result - fill StreamableHttp OAuth client fields as unset - render the new Authentication message-error kind - keep the 400 context-length classifier locally after goose hid it
AnthonyRonning
force-pushed
the
codex-goose147-maple
branch
from
August 23, 2026 04:12
91a314c to
8fe7b55
Compare
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.
Summary
aaif-goose/goosecrates from98c11ce2(v1.46.0) to thev1.47.0release commitf9c7aaccde4834810dfd13d5efa8f0d39ba28a20agent-client-protocolcrate from=1.0.1/ schema1.1.0to=2.0.0/ schema1.5.0so cargo can resolve goose 1.47 (exact 1.x schema pins cannot coexist)system.mdmatches the current Maple templateCompatibility
Dispatch::Responsenow usesroute_with_result(1.0.1'srespond_with_resultwas renamed)client_id/client_secret_key/scopes)MessageErrorKind::Authenticationis_context_length_exceeded_messageprivateMaple's 4k-line ACP adapter did not need a transport rewrite: ACP 2.0.0 still exposes the
Lines+HandleDispatchFrompath Maple already uses.Validation
cargo test --locked --all-targetswith desktop ONNX: 376 + 3 passed, 0 failed, 2 ignored (OCR model-backed)cargo fmt --checkandcargo clippy --locked -- -D warningspass