🤖 (aa-ffi-node): Bump aa-sdk-client pin to v0.0.1-beta.3#169
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…ency) The release.yml FFI-pin bot bumped only aa-sdk-client to the beta.3 rev ebc4d7dc, leaving aa-proto at the old rev fdff8e40. cargo then resolved two checkouts of the agent-assembly workspace, tripping the native-pin- consistency gate (ADR 0003 lockstep invariant) and the napi-build. Align aa-proto to the same rev so all agent-assembly git deps share one git rev; Cargo.lock regenerated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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.



Auto-bump
aa-sdk-clientgit-SHA pin innative/aa-ffi-node/Cargo.tomlto track agent-assembly release
v0.0.1-beta.3(commitebc4d7dc9da81cdf4f265d681c138500ca6e98e7).Why: without this PR, the SDK source pin drifts behind the published
agent-assembly binaries (AAASM-2880 observed an 8-day drift behind
alpha-9). Merging this PR on
node-sdkrealigns the native shimwith the matching upstream tag.
Upstream tag: https://github.com/ai-agent-assembly/agent-assembly/releases/tag/v0.0.1-beta.3
Source workflow: https://github.com/ai-agent-assembly/agent-assembly/actions/runs/27861438009