AGT upstream just released v4.0.0, which contains the
commit our [patch.crates-io] pin currently overrides:
- Pinned commit:
bae5de307731c399d9121489c4597577f120d040
- Released tag:
v4.0.0
The git override in Cargo.toml can now be removed. To-do:
Rust side
Cargo.toml — set agentmesh and agentmesh-mcp to the released
version (v4.0.0 without the v prefix)
- Delete the
[patch.crates-io] block at the bottom of Cargo.toml
cargo update -p agentmesh -p agentmesh-mcp
cargo check --workspace to verify
npm side
- Rebuild and revendor the AGT TypeScript SDK from upstream
v4.0.0 (run scripts/vendor-agt-sdk.sh once we add it,
or manually clone + npm pack + commit the tarball)
- Or, if the released npm
@microsoft/agent-governance-sdk@v4.0.0
now contains the fix, switch mesh-plugin/package.json and
runtimes/openclaw/package.json back to the published version
and remove vendor/agt/ entirely
Auto-filed by
.github/workflows/check-agt-released.yml on 2026-06-02
AGT upstream just released v4.0.0, which contains the
commit our
[patch.crates-io]pin currently overrides:bae5de307731c399d9121489c4597577f120d040v4.0.0The git override in
Cargo.tomlcan now be removed. To-do:Rust side
Cargo.toml— setagentmeshandagentmesh-mcpto the releasedversion (
v4.0.0without thevprefix)[patch.crates-io]block at the bottom ofCargo.tomlcargo update -p agentmesh -p agentmesh-mcpcargo check --workspaceto verifynpm side
v4.0.0 (run
scripts/vendor-agt-sdk.shonce we add it,or manually clone + npm pack + commit the tarball)
@microsoft/agent-governance-sdk@v4.0.0now contains the fix, switch
mesh-plugin/package.jsonandruntimes/openclaw/package.jsonback to the published versionand remove
vendor/agt/entirelyAuto-filed by
.github/workflows/check-agt-released.ymlon 2026-06-02