chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.3.0 - #1801
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.3.0#1801dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
simple-agent-manager Bot
pushed a commit
that referenced
this pull request
Aug 17, 2026
Brings #1801, #1790, #1792, #1796 in as one reviewable unit and fixes what each Dependabot commit left half-done. #1801 @agentclientprotocol/sdk 0.25.0 -> 1.3.0: REMOVED instead of bumped. An exhaustive sweep (all file types, tsconfig paths/types, vite/vitest/eslint configs, every workspace package.json, Go modules) found zero importers. packages/acp-client hand-rolls its ACP payload types in src/hooks/useAcpMessagePayloads.ts and src/transport/types.ts, and transport/websocket.ts deliberately types the ACP payload as `unknown`. The canonical wire contract lives in the Go VM agent. Carrying a 1.3.0 dep whose deprecated ClientSideConnection/ndJsonStream surface implies an integration that does not exist is worse than carrying none. AGENTS.md claimed the SDK "defines the ACP wire protocol types" — corrected to describe reality. #1790 node 22 -> 26-bookworm-slim: taken, comment desync fixed. None of the seven globally-installed agent CLIs declares an engines.node upper bound, so no EBADENGINE is possible; the digest resolves to node 26.7.0 and bookworm is still published for 26. #1792 cloudflare/sandbox 0.12.1 -> 0.12.5: Dependabot moved only the image. The npm client stayed at ^0.12.1 while the Dockerfile comment still asserted they MUST match. Pinned @cloudflare/sandbox to exactly 0.12.5 — an exact pin, because a range lets the client drift from the digest-pinned image on any unrelated install. #1796 @astrojs/starlight 0.40.0 -> 0.41.7: root cause of all five red checks was peer astro@^7.0.2 vs pinned astro@6.4.8. The newer peer graph pulls @astrojs/mdx@7.0.5, which imports `chunkToString` from astro/runtime/server/index.js — absent in Astro 6. Upgraded astro to 7.2.2 (pinned in exactly one place, apps/www). Astro 7's rolldown pipeline then resolves dynamic imports inside processed <script> blocks, so the mermaid lazy-loader in BlogPost.astro needed is:inline; /scripts/blog-mermaid.js is an esbuild output emitted to public/ at build time, i.e. a runtime URL rather than a resolvable module. Build is clean: 181 pages + Pagefind + sitemap. Also corrects a bad @types/node resolution combo the lockfile text-merge produced across the two npm PRs. Process fix: the existing Docker governance test asserted digest pinning only, so it passed straight through BOTH stale-comment bugs. Adds two tests to scripts/quality/dependency-governance.test.ts — reviewed-source-tag comments must match their FROM tag, and @cloudflare/sandbox must be an exact pin equal to the image tag. Both verified discriminating: each goes red on the exact pre-fix state Dependabot produced.
Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.25.0 to 1.3.0. - [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases) - [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md) - [Commits](agentclientprotocol/typescript-sdk@v0.25.0...v1.3.0) --- updated-dependencies: - dependency-name: "@agentclientprotocol/sdk" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0
branch
from
August 17, 2026 10:33
67ad3ce to
4eade04
Compare
|
Contributor
Author
|
Superseded by #1914. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0
branch
August 25, 2026 21:01
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.



Bumps @agentclientprotocol/sdk from 0.25.0 to 1.3.0.
Release notes
Sourced from @agentclientprotocol/sdk's releases.
... (truncated)
Changelog
Sourced from @agentclientprotocol/sdk's changelog.
... (truncated)
Commits
fa32570chore(main): release 1.3.0 (#224)cb61107feat: Update to schema v1.20.0 and v2.0.0-alpha.2 (#225)26cdeb4feat(experimental): Add experimental ACP v2 API (#223)0daecaechore(deps-dev): bump nanoid from 3.3.15 to 3.3.16 (#222)32c3bc1chore(deps): bump the minor group with 16 updates (#221)3eecb54chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#220)76da032chore(deps): bump the minor group with 42 updates (#216)26da1aechore(main): release 1.2.1 (#214)e323221fix: Preserve extensible union semantics in TS schemas (#215)2adee0ffix(http): make SSE close and response delivery deterministic (#209)