You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-bump every agent-assembly git-SHA pin (aa-sdk-client, aa-proto, and any other shared crate) in native/aa-ffi-node/Cargo.toml to track agent-assembly release v0.0.1-rc.3 (commit 3193b4c5c8e63033e270ba2d933be8c5158a12e4).
Per ADR 0003 all aa-* git deps must share one rev so cargo resolves
a single checkout of the agent-assembly workspace; this PR bumps them
in lockstep (AAASM-3468).
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-sdk realigns the native shim
with the matching upstream tag.
1. CI: ✅ green (MERGEABLE; blocked only on required review). 2. Scope: ✅ aa-ffi-node pin bump to v0.0.1-rc.3 — Cargo.toml + Cargo.lock only. 3. Correctness / side-effects: ✅ git rev pin updated fc90f85d → 3193b4c5c8e63033e270ba2d933be8c5158a12e4, which is exactly the commit v0.0.1-rc.3 tags (the fixed master with the aa-auth publish fix). The fanout ran in the recovered release run, so it captured the correct post-fix SHA — not the withdrawn buggy commit. version literal rc.2 → rc.3. No source change.
Verdict: Ready to merge. Merging lands the rc.3 pin; the ai-agent-assembly/node-sdk rc.3 cut follows (per AAASM-3007).
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
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 every agent-assembly git-SHA pin (
aa-sdk-client,aa-proto, and any other shared crate) innative/aa-ffi-node/Cargo.tomlto track agent-assembly releasev0.0.1-rc.3(commit3193b4c5c8e63033e270ba2d933be8c5158a12e4).Per ADR 0003 all aa-* git deps must share one rev so cargo resolves
a single checkout of the agent-assembly workspace; this PR bumps them
in lockstep (AAASM-3468).
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-rc.3
Source workflow: https://github.com/ai-agent-assembly/agent-assembly/actions/runs/28666538071