Skip to content

chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.3.0 - #1801

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0
Closed

chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.3.0#1801
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @agentclientprotocol/sdk from 0.25.0 to 1.3.0.

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v1.3.0

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

v1.2.1

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

v1.2.0

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

v1.1.0

1.1.0 (2026-06-29)

Features

  • Expose request ids in handler contexts (#202) (eda849c)

v1.0.0

1.0.0 (2026-06-24)

Features

  • schema: Update to v1.16.0 of the schema (#199) (de58791)

... (truncated)

Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

1.1.0 (2026-06-29)

Features

  • Expose request ids in handler contexts (#202) (eda849c)

1.0.0 (2026-06-24)

Features

  • schema: Update to v1.16.0 of the schema (#199) (de58791)

Miscellaneous Chores

0.29.0 (2026-06-22)

... (truncated)

Commits
  • fa32570 chore(main): release 1.3.0 (#224)
  • cb61107 feat: Update to schema v1.20.0 and v2.0.0-alpha.2 (#225)
  • 26cdeb4 feat(experimental): Add experimental ACP v2 API (#223)
  • 0daecae chore(deps-dev): bump nanoid from 3.3.15 to 3.3.16 (#222)
  • 32c3bc1 chore(deps): bump the minor group with 16 updates (#221)
  • 3eecb54 chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#220)
  • 76da032 chore(deps): bump the minor group with 42 updates (#216)
  • 26da1ae chore(main): release 1.2.1 (#214)
  • e323221 fix: Preserve extensible union semantics in TS schemas (#215)
  • 2adee0f fix(http): make SSE close and response delivery deterministic (#209)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0 (4eade04) with main (1b89bf5)

Open in CodSpeed

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
dependabot Bot force-pushed the dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0 branch from 67ad3ce to 4eade04 Compare August 17, 2026 10:33
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1914.

@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0 branch August 25, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants