Skip to content

chore(deps): bump the minor-and-patch group with 50 updates#126

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-29c612a01d
Open

chore(deps): bump the minor-and-patch group with 50 updates#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-29c612a01d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 50 updates:

Package From To
@ai-sdk/react 3.0.205 3.0.210
@openrouter/ai-sdk-provider 2.9.0 2.9.1
ai 6.0.203 6.0.208
ox 0.13.2 0.14.29
@gitlawb/openclaude 0.14.0 0.19.0
turbo 2.9.14 2.9.18
@base-org/account 2.5.5 2.5.6
@base-ui/react 1.4.1 1.5.0
@coinbase/cdp-sdk 1.49.2 1.51.0
@opentelemetry/api-logs 0.57.2 0.219.0
@react-email/render 2.0.8 2.0.9
@sentry/nextjs 10.55.0 10.58.0
@tanstack/react-query 5.100.6 5.101.0
@upstash/redis 1.37.0 1.38.0
@vercel/blob 2.3.3 2.4.0
@vercel/sdk 1.19.40 1.27.0
@workflow/core 4.2.4 4.5.0
@worldcoin/agentkit 0.1.8 0.2.0
@x402/core 2.14.0 2.15.0
@x402/evm 2.14.0 2.15.0
@x402/express 2.11.0 2.15.0
@x402/extensions 2.12.0 2.15.0
@x402/next 2.14.0 2.15.0
ethers 5.7.2 5.8.0
geist 1.7.0 1.7.2
mppx 0.4.12 0.7.0
next 16.2.7 16.2.9
next-auth 4.24.12 4.24.14
pg 8.20.0 8.21.0
react-email 6.6.0 6.6.3
resend 6.12.4 6.14.0
shadcn 4.6.0 4.11.0
svix 1.95.1 1.95.2
tailwind-merge 3.5.0 3.6.0
three 0.183.2 0.184.0
viem 2.50.4 2.52.2
wagmi 3.6.16 3.6.17
workflow 4.2.4 4.5.0
zod 4.3.6 4.4.3
zustand 5.0.12 5.0.14
@playwright/test 1.59.1 1.61.0
@typescript-eslint/eslint-plugin 8.60.1 8.61.1
@typescript-eslint/parser 8.60.1 8.61.1
eslint-config-next 16.2.7 16.2.9
jest-environment-jsdom 30.3.0 30.4.1
postcss 8.5.10 8.5.15
@openrouter/sdk 0.10.2 0.13.7
@sentry/node 10.55.0 10.58.0
ts-jest 29.4.9 29.4.11
ws 8.20.1 8.21.0

Updates @ai-sdk/react from 3.0.205 to 3.0.210

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​3.0.210

Patch Changes

  • Updated dependencies [8261640]
  • Updated dependencies [f994df3]
    • ai@6.0.208

@​ai-sdk/react@​3.0.209

Patch Changes

  • Updated dependencies [779f5cd]
    • @​ai-sdk/provider-utils@​4.0.30
    • ai@6.0.207
Changelog

Sourced from @​ai-sdk/react's changelog.

3.0.210

Patch Changes

  • Updated dependencies [8261640]
  • Updated dependencies [f994df3]
    • ai@6.0.208

3.0.209

Patch Changes

  • Updated dependencies [779f5cd]
    • @​ai-sdk/provider-utils@​4.0.30
    • ai@6.0.207

3.0.208

Patch Changes

  • ai@6.0.206

3.0.207

Patch Changes

  • ai@6.0.205

3.0.206

Patch Changes

  • ai@6.0.204
Commits

Updates @openrouter/ai-sdk-provider from 2.9.0 to 2.9.1

Release notes

Sourced from @​openrouter/ai-sdk-provider's releases.

2.9.1

What's Changed

Full Changelog: OpenRouterTeam/ai-sdk-provider@2.9.0...2.9.1

Changelog

Sourced from @​openrouter/ai-sdk-provider's changelog.

2.9.1

Patch Changes

  • #506 e9cff3a Thanks @​robert-j-y! - Send content: null instead of content: "" for assistant messages that contain only tool calls. Fixes AWS Bedrock Nova rejecting requests with "The text field in the ContentBlock object is blank."
Commits

Updates ai from 6.0.203 to 6.0.208

Release notes

Sourced from ai's releases.

ai@6.0.208

Patch Changes

  • 8261640: fix(ai): handle partial unicode escapes in fixJson
  • f994df3: Serialize undefined tool output to null in UI message chunks

ai@6.0.207

Patch Changes

  • 779f5cd: fix(provider-utils): cancel response body on download rejection to prevent socket leak

    When a download was rejected early — because the Content-Length header exceeded the size limit, the response status was not ok, or a redirect resolved to a blocked URL — the fetch response body was left unconsumed and uncancelled. With WHATWG Fetch/undici this leaves the underlying TCP socket open instead of returning it to the connection pool, allowing an attacker-controlled origin to exhaust file descriptors and cause a denial of service. The body is now cancelled on all early-rejection paths in readResponseWithSizeLimit, download, and downloadBlob, and fetchWithValidatedRedirects cancels each redirect hop's body before following or rejecting the next hop.

  • Updated dependencies [5bfde36]

  • Updated dependencies [779f5cd]

    • @​ai-sdk/gateway@​3.0.133
    • @​ai-sdk/provider-utils@​4.0.30
Changelog

Sourced from ai's changelog.

6.0.208

Patch Changes

  • 8261640: fix(ai): handle partial unicode escapes in fixJson
  • f994df3: Serialize undefined tool output to null in UI message chunks

6.0.207

Patch Changes

  • 779f5cd: fix(provider-utils): cancel response body on download rejection to prevent socket leak

    When a download was rejected early — because the Content-Length header exceeded the size limit, the response status was not ok, or a redirect resolved to a blocked URL — the fetch response body was left unconsumed and uncancelled. With WHATWG Fetch/undici this leaves the underlying TCP socket open instead of returning it to the connection pool, allowing an attacker-controlled origin to exhaust file descriptors and cause a denial of service. The body is now cancelled on all early-rejection paths in readResponseWithSizeLimit, download, and downloadBlob, and fetchWithValidatedRedirects cancels each redirect hop's body before following or rejecting the next hop.

  • Updated dependencies [5bfde36]

  • Updated dependencies [779f5cd]

    • @​ai-sdk/gateway@​3.0.133
    • @​ai-sdk/provider-utils@​4.0.30

6.0.206

Patch Changes

  • Updated dependencies [e962dda]
    • @​ai-sdk/gateway@​3.0.132

6.0.205

Patch Changes

  • Updated dependencies [6160ced]
  • Updated dependencies [c9b8abd]
    • @​ai-sdk/gateway@​3.0.131

6.0.204

Patch Changes

  • Updated dependencies [c5d4716]
    • @​ai-sdk/gateway@​3.0.130
Commits

Updates ox from 0.13.2 to 0.14.29

Release notes

Sourced from ox's releases.

ox@0.14.29

Patch Changes

  • #268 ed93945 Thanks @​jxom! - viem/tempo: Added genesisConfig shorthand to TIP-1061 multisig helpers and renamed configIdgenesisConfigId on the typed SignatureEnvelope.Multisig.

ox@0.14.28

Patch Changes

  • #265 f5328d2 Thanks @​jxom! - viem/tempo: Added support for TIP-1061 native multisig accounts.

ox@0.14.27

Patch Changes

  • #263 451a442 Thanks @​jxom! - ox/tempo: Added the ReceivePolicyReceipt module for encoding/decoding TIP-1028 receive-policy claim receipts (ClaimReceiptV1 witnesses) with decode, encode, from, fromLog, and fromTransactionReceipt (returns one receipt per TransferBlocked log).

ox@0.14.26

Patch Changes

  • #262 b1ac8c8 Thanks @​jxom! - ox/tempo: Added support for TIP-1049 (admin access keys) via optional isAdmin and account fields on KeyAuthorization that bind into the signing hash.

  • #260 581ccee Thanks @​jxom! - ox/tempo: Added support for TIP-1053 (witnesses in key authorizations) via an optional 32-byte witness field on KeyAuthorization that is included in the signing hash.

ox@0.14.25

Patch Changes

  • #256 ad7610b Thanks @​jxom! - Renamed ChannelDescriptor.from to Channel.from, made Channel.Channel the descriptor type, and changed Channel.computeId to receive channel and options separately.

ox@0.14.24

Patch Changes

  • #254 d837628 Thanks @​jxom! - Added ChannelDescriptor.from for normalizing TIP-20 channel reserve descriptors.

ox@0.14.23

Patch Changes

  • #252 19cd833 Thanks @​jxom! - Added TIP-20 channel reserve constants, channel id computation, and voucher signing helpers.

ox@0.14.22

Patch Changes

  • #227 ffa64c0 Thanks @​Genmin! - Fixed Secp256k1.verify narrowing signature branches before address recovery.

ox@0.14.21

Patch Changes

  • #246 32cf459 Thanks @​0xrusowsky! - Added TxEnvelopeTempo.encodeForSigning to expose the raw Tempo sender-signing preimage bytes.

  • #248 e0474e9 Thanks @​jxom! - Added blockTimestamp support to transaction RPC conversions.

ox@0.14.20

... (truncated)

Commits
  • 58ca601 chore: version packages (#269)
  • ed93945 feat(tempo): add genesisConfig shorthand to multisig helpers (#268)
  • ad3330f chore: version packages (#267)
  • 4b3fe3e chore: version packages (#266)
  • ef64a52 ci(tempo): use edge image (tracks main) instead of latest
  • b8a0714 test(tempo): skip TIP-1049 admin e2e until tempo release ships PR #4265
  • f5328d2 feat(tempo): native multisig (#265)
  • ae54345 ci: bump vitest hookTimeout to 60s for tempo localnet cold start
  • 7bb96ea chore: version packages (#264)
  • 451a442 feat(tempo): add ReceivePolicyReceipt module for TIP-1028 claim receipts (#263)
  • Additional commits viewable in compare view

Updates @gitlawb/openclaude from 0.14.0 to 0.19.0

Release notes

Sourced from @​gitlawb/openclaude's releases.

v0.19.0

0.19.0 (2026-06-16)

Features

  • add NEAR AI provider integration (#1594) (eacc7d8)
  • add redacted diagnostic issue reports (#1647) (7c034c5)
  • add Vietnamese i18n for slash command descriptions (#1431) (89d0531)
  • agent-routing: model-only agent routes (set the verifier or any agent's model on the current provider) (#1617) (9e902db)
  • compact: auto-compact prompt on /resume + determinate progress bar (#1386) (716c1d4)
  • config: add compactModel option to use a separate model for compaction (#1445) (#1629) (0c45e16)
  • ctx: add /ctx context window visualization and token bars to /cost (#1610) (c2cf603)
  • gemini-vertex: native Gemini Vertex client and auth helpers (1/3) (#1607) (b9c65de)
  • provider: add Fireworks AI as official OpenAI-compatible provider (#1590) (0b24b60)
  • web: rebuild landing as Astro static site with gitlawb theme and full docs (#1606) (d08593d)

Bug Fixes

  • avoid file suggestion OOM on large repos (#1074) (8f92346)
  • copilot: limit sub-agent concurrency to reduce Premium Request usage (#678) (#1534) (822eff3)
  • gitDiff: keep hunk content lines beginning with -- or ++ (#1646) (241d52a)
  • mcp: demote successful stdio startup stderr (#1622) (9fbcd75)
  • Ollama max output token override (#1659) (bac74aa)
  • ollama: parse text-based tool calls as fallback (#1053) (#1076) (a3f144b)
  • plugins: prevent ENOENT on Windows marketplace cache finalization (#1500) (#1531) (a7d6580)
  • read: improve oversized file guidance (#1626) (5fd4a09)
  • rename "Claude" to "OpenClaude" in feedback survey prompt (#1598) (d00b105)
  • sandbox temp dir fallback (#1662) (c3db798)
  • security: bundle real sandbox runtime in open CLI (#1641) (bd3ad89)
  • session: filter Anthropic-only params from 3P provider requests (#248) (#1533) (db2d093)
  • startup provider validation fallback (#1658) (b036e9f)
  • suggestions: stop slash-command dropdown freezing on a throwing getter (#1657) (00ff6de)
  • tool-search: enable MCP tool deferral on converted-wire providers (#1608) (614a8d9)
  • typecheck: correct fetch mock type casts in test files (#1592) (794ccd4)
  • typecheck: expand cachedMicrocompact stub exports (#1591) (bb19392)
  • typecheck: recreate missing CLI Transport interface (#1581) (3752dfe)
  • typecheck: reduce error baseline by 89 across 8 files (#1595) (9db9427)
  • vision handling for OpenAI-compatible models (#1663) (7be9dce)

Performance Improvements

  • cli: restore --version fast path with dynamic provider imports (#1611) (a3a3c36)

v0.18.0

0.18.0 (2026-06-10)

... (truncated)

Changelog

Sourced from @​gitlawb/openclaude's changelog.

0.19.0 (2026-06-16)

Features

  • add NEAR AI provider integration (#1594) (eacc7d8)
  • add redacted diagnostic issue reports (#1647) (7c034c5)
  • add Vietnamese i18n for slash command descriptions (#1431) (89d0531)
  • agent-routing: model-only agent routes (set the verifier or any agent's model on the current provider) (#1617) (9e902db)
  • compact: auto-compact prompt on /resume + determinate progress bar (#1386) (716c1d4)
  • config: add compactModel option to use a separate model for compaction (#1445) (#1629) (0c45e16)
  • ctx: add /ctx context window visualization and token bars to /cost (#1610) (c2cf603)
  • gemini-vertex: native Gemini Vertex client and auth helpers (1/3) (#1607) (b9c65de)
  • provider: add Fireworks AI as official OpenAI-compatible provider (#1590) (0b24b60)
  • web: rebuild landing as Astro static site with gitlawb theme and full docs (#1606) (d08593d)

Bug Fixes

  • avoid file suggestion OOM on large repos (#1074) (8f92346)
  • copilot: limit sub-agent concurrency to reduce Premium Request usage (#678) (#1534) (822eff3)
  • gitDiff: keep hunk content lines beginning with -- or ++ (#1646) (241d52a)
  • mcp: demote successful stdio startup stderr (#1622) (9fbcd75)
  • Ollama max output token override (#1659) (bac74aa)
  • ollama: parse text-based tool calls as fallback (#1053) (#1076) (a3f144b)
  • plugins: prevent ENOENT on Windows marketplace cache finalization (#1500) (#1531) (a7d6580)
  • read: improve oversized file guidance (#1626) (5fd4a09)
  • rename "Claude" to "OpenClaude" in feedback survey prompt (#1598) (d00b105)
  • sandbox temp dir fallback (#1662) (c3db798)
  • security: bundle real sandbox runtime in open CLI (#1641) (bd3ad89)
  • session: filter Anthropic-only params from 3P provider requests (#248) (#1533) (db2d093)
  • startup provider validation fallback (#1658) (b036e9f)
  • suggestions: stop slash-command dropdown freezing on a throwing getter (#1657) (00ff6de)
  • tool-search: enable MCP tool deferral on converted-wire providers (#1608) (614a8d9)
  • typecheck: correct fetch mock type casts in test files (#1592) (794ccd4)
  • typecheck: expand cachedMicrocompact stub exports (#1591) (bb19392)
  • typecheck: recreate missing CLI Transport interface (#1581) (3752dfe)
  • typecheck: reduce error baseline by 89 across 8 files (#1595) (9db9427)
  • vision handling for OpenAI-compatible models (#1663) (7be9dce)

Performance Improvements

  • cli: restore --version fast path with dynamic provider imports (#1611) (a3a3c36)

0.18.0 (2026-06-10)

Features

... (truncated)

Commits
  • 5c0e661 chore(main): release 0.19.0 (#1596)
  • 7be9dce fix: vision handling for OpenAI-compatible models (#1663)
  • bac74aa fix: Ollama max output token override (#1659)
  • 0c45e16 feat(config): add compactModel option to use a separate model for compaction ...
  • c3db798 fix: sandbox temp dir fallback (#1662)
  • a36ef46 docs(readme): add social links and clarify license line (#1660)
  • 241d52a fix(gitDiff): keep hunk content lines beginning with -- or ++ (#1646)
  • bd3ad89 fix(security): bundle real sandbox runtime in open CLI (#1641)
  • 7c034c5 feat: add redacted diagnostic issue reports (#1647)
  • b036e9f fix: startup provider validation fallback (#1658)
  • Additional commits viewable in compare view

Updates turbo from 2.9.14 to 2.9.18

Release notes

Sourced from turbo's releases.

Turborepo v2.9.18

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.17...v2.9.18

Turborepo v2.9.17

What's Changed

Changelog

... (truncated)

Commits

Updates @base-org/account from 2.5.5 to 2.5.6

Release notes

Sourced from @​base-org/account's releases.

account: v2.5.6

2.5.6 (2026-05-08)

Bug Fixes

  • BAFB-166: bump @​coinbase/cdp-sdk to ^1.48.3 to fix missing bs58 dep (#292) (001530b)
Commits
  • 24ab30c chore(master): release account 2.5.6 (#293)
  • 001530b fix(BAFB-166): bump @​coinbase/cdp-sdk to ^1.48.3 to fix missing bs58 dep (#292)
  • 0971520 feat(testapp): add COOP simulation toggle (#290)
  • 5c9c044 ci: rename release-account-manual.yml to release-account.yml (#289)
  • See full diff in compare view

Updates @base-ui/react from 1.4.1 to 1.5.0

Release notes

Sourced from @​base-ui/react's releases.

v1.5.0

General changes

  • Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by @​atomiks
  • Use local document for virtual arrow (#4662) by @​lyzno1
  • Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by @​arturbien
  • Drop unnecessary memoization (#4693) by @​flaviendelangle
  • Do not use Math.random() in useStableCallback() (#4732) by @​michaldudak
  • Fix return focus when reference disconnects (#4655) by @​atomiks
  • Don't steal initial focus if focus already moved inside a popup (#4775) by @​stefee

Alert Dialog

Autocomplete

Checkbox

Combobox

Dialog

Drawer

Field

Form

Menu

... (truncated)

Changelog

Sourced from @​base-ui/react's changelog.

v1.5.0

May 19, 2026

General changes

  • Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by @​atomiks
  • Use local document for virtual arrow (#4662) by @​lyzno1
  • Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by @​arturbien
  • Drop unnecessary memoization (#4693) by @​flaviendelangle
  • Do not use Math.random() in useStableCallback() (#4732) by @​michaldudak
  • Fix return focus when reference disconnects (#4655) by @​atomiks
  • Don't steal initial focus if focus already moved inside a popup (#4775) by @​stefee

Alert Dialog

  • Fix handle defaults (

Bumps the minor-and-patch group with 50 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `3.0.205` | `3.0.210` |
| [@openrouter/ai-sdk-provider](https://github.com/OpenRouterTeam/ai-sdk-provider) | `2.9.0` | `2.9.1` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.203` | `6.0.208` |
| [ox](https://github.com/wevm/ox) | `0.13.2` | `0.14.29` |
| [@gitlawb/openclaude](https://github.com/Gitlawb/openclaude) | `0.14.0` | `0.19.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.14` | `2.9.18` |
| [@base-org/account](https://github.com/base/account-sdk) | `2.5.5` | `2.5.6` |
| [@base-ui/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.4.1` | `1.5.0` |
| [@coinbase/cdp-sdk](https://github.com/coinbase/cdp-sdk) | `1.49.2` | `1.51.0` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.57.2` | `0.219.0` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `2.0.8` | `2.0.9` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.55.0` | `10.58.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.6` | `5.101.0` |
| [@upstash/redis](https://github.com/upstash/redis-js) | `1.37.0` | `1.38.0` |
| [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob) | `2.3.3` | `2.4.0` |
| [@vercel/sdk](https://github.com/vercel/sdk) | `1.19.40` | `1.27.0` |
| [@workflow/core](https://github.com/vercel/workflow/tree/HEAD/packages/core) | `4.2.4` | `4.5.0` |
| [@worldcoin/agentkit](https://github.com/worldcoin/agentkit/tree/HEAD/x402) | `0.1.8` | `0.2.0` |
| [@x402/core](https://github.com/x402-foundation/x402) | `2.14.0` | `2.15.0` |
| [@x402/evm](https://github.com/x402-foundation/x402) | `2.14.0` | `2.15.0` |
| [@x402/express](https://github.com/x402-foundation/x402) | `2.11.0` | `2.15.0` |
| [@x402/extensions](https://github.com/x402-foundation/x402) | `2.12.0` | `2.15.0` |
| [@x402/next](https://github.com/x402-foundation/x402) | `2.14.0` | `2.15.0` |
| [ethers](https://github.com/ethers-io/ethers.js) | `5.7.2` | `5.8.0` |
| [geist](https://github.com/vercel/geist-font/tree/HEAD/packages/next) | `1.7.0` | `1.7.2` |
| [mppx](https://github.com/wevm/mppx) | `0.4.12` | `0.7.0` |
| [next](https://github.com/vercel/next.js) | `16.2.7` | `16.2.9` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.12` | `4.24.14` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.20.0` | `8.21.0` |
| [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `6.6.0` | `6.6.3` |
| [resend](https://github.com/resend/resend-node) | `6.12.4` | `6.14.0` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.6.0` | `4.11.0` |
| [svix](https://github.com/svix/svix-webhooks) | `1.95.1` | `1.95.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` |
| [three](https://github.com/mrdoob/three.js) | `0.183.2` | `0.184.0` |
| [viem](https://github.com/wevm/viem) | `2.50.4` | `2.52.2` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `3.6.16` | `3.6.17` |
| [workflow](https://github.com/vercel/workflow/tree/HEAD/packages/workflow) | `4.2.4` | `4.5.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.12` | `5.0.14` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.59.1` | `1.61.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.60.1` | `8.61.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.61.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.7` | `16.2.9` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.3.0` | `30.4.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.10` | `8.5.15` |
| [@openrouter/sdk](https://github.com/OpenRouterTeam/typescript-sdk) | `0.10.2` | `0.13.7` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `10.55.0` | `10.58.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.9` | `29.4.11` |
| [ws](https://github.com/websockets/ws) | `8.20.1` | `8.21.0` |


Updates `@ai-sdk/react` from 3.0.205 to 3.0.210
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/react@3.0.210/packages/react/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/react@3.0.210/packages/react)

Updates `@openrouter/ai-sdk-provider` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/OpenRouterTeam/ai-sdk-provider/releases)
- [Changelog](https://github.com/OpenRouterTeam/ai-sdk-provider/blob/main/CHANGELOG.md)
- [Commits](OpenRouterTeam/ai-sdk-provider@2.9.0...2.9.1)

Updates `ai` from 6.0.203 to 6.0.208
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.208/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.208/packages/ai)

Updates `ox` from 0.13.2 to 0.14.29
- [Release notes](https://github.com/wevm/ox/releases)
- [Commits](https://github.com/wevm/ox/compare/ox@0.13.2...ox@0.14.29)

Updates `@gitlawb/openclaude` from 0.14.0 to 0.19.0
- [Release notes](https://github.com/Gitlawb/openclaude/releases)
- [Changelog](https://github.com/Gitlawb/openclaude/blob/main/CHANGELOG.md)
- [Commits](Gitlawb/openclaude@v0.14.0...v0.19.0)

Updates `turbo` from 2.9.14 to 2.9.18
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.14...v2.9.18)

Updates `@base-org/account` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/base/account-sdk/releases)
- [Commits](base/account-sdk@account-v2.5.5...account-v2.5.6)

Updates `@base-ui/react` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/mui/base-ui/releases)
- [Changelog](https://github.com/mui/base-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/base-ui/commits/v1.5.0/packages/react)

Updates `@coinbase/cdp-sdk` from 1.49.2 to 1.51.0
- [Changelog](https://github.com/coinbase/cdp-sdk/blob/main/RELEASE.md)
- [Commits](https://github.com/coinbase/cdp-sdk/commits)

Updates `@opentelemetry/api-logs` from 0.57.2 to 0.219.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.2...experimental/v0.219.0)

Updates `@react-email/render` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/render/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/render@2.0.9/packages/render)

Updates `@sentry/nextjs` from 10.55.0 to 10.58.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.55.0...10.58.0)

Updates `@tanstack/react-query` from 5.100.6 to 5.101.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.0/packages/react-query)

Updates `@upstash/redis` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/upstash/redis-js/releases)
- [Commits](https://github.com/upstash/redis-js/compare/@upstash/redis@1.37.0...@upstash/redis@1.38.0)

Updates `@vercel/blob` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/blob/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/blob@2.4.0/packages/blob)

Updates `@vercel/sdk` from 1.19.40 to 1.27.0
- [Release notes](https://github.com/vercel/sdk/releases)
- [Changelog](https://github.com/vercel/sdk/blob/main/RELEASES.md)
- [Commits](vercel/sdk@v1.19.40...v1.27.0)

Updates `@workflow/core` from 4.2.4 to 4.5.0
- [Release notes](https://github.com/vercel/workflow/releases)
- [Changelog](https://github.com/vercel/workflow/blob/workflow@4.5.0/packages/core/CHANGELOG.md)
- [Commits](https://github.com/vercel/workflow/commits/workflow@4.5.0/packages/core)

Updates `@worldcoin/agentkit` from 0.1.8 to 0.2.0
- [Release notes](https://github.com/worldcoin/agentkit/releases)
- [Changelog](https://github.com/worldcoin/agentkit/blob/main/x402/CHANGELOG.md)
- [Commits](https://github.com/worldcoin/agentkit/commits/@worldcoin/agentkit@0.2.0/x402)

Updates `@x402/core` from 2.14.0 to 2.15.0
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/core@v2.14.0...npm-@x402/core@v2.15.0)

Updates `@x402/evm` from 2.14.0 to 2.15.0
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/evm@v2.14.0...npm-@x402/evm@v2.15.0)

Updates `@x402/express` from 2.11.0 to 2.15.0
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/express@v2.11.0...npm-@x402/express@v2.15.0)

Updates `@x402/extensions` from 2.12.0 to 2.15.0
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/extensions@v2.12.0...npm-@x402/extensions@v2.15.0)

Updates `@x402/next` from 2.14.0 to 2.15.0
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/next@v2.14.0...npm-@x402/next@v2.15.0)

Updates `ethers` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v5.8.0)

Updates `geist` from 1.7.0 to 1.7.2
- [Release notes](https://github.com/vercel/geist-font/releases)
- [Changelog](https://github.com/vercel/geist-font/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/geist-font/commits/v1.7.2/packages/next)

Updates `mppx` from 0.4.12 to 0.7.0
- [Release notes](https://github.com/wevm/mppx/releases)
- [Changelog](https://github.com/wevm/mppx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/mppx/compare/mppx@0.4.12...mppx@0.7.0)

Updates `next` from 16.2.7 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.7...v16.2.9)

Updates `next-auth` from 4.24.12 to 4.24.14
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.12...next-auth@4.24.14)

Updates `pg` from 8.20.0 to 8.21.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg)

Updates `react-email` from 6.6.0 to 6.6.3
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@6.6.3/packages/react-email)

Updates `resend` from 6.12.4 to 6.14.0
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](https://github.com/resend/resend-node/commits)

Updates `shadcn` from 4.6.0 to 4.11.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.11.0/packages/shadcn)

Updates `svix` from 1.95.1 to 1.95.2
- [Release notes](https://github.com/svix/svix-webhooks/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.95.1...v1.95.2)

Updates `tailwind-merge` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0)

Updates `three` from 0.183.2 to 0.184.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `viem` from 2.50.4 to 2.52.2
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.50.4...viem@2.52.2)

Updates `wagmi` from 3.6.16 to 3.6.17
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/HEAD/packages/react)

Updates `workflow` from 4.2.4 to 4.5.0
- [Release notes](https://github.com/vercel/workflow/releases)
- [Changelog](https://github.com/vercel/workflow/blob/workflow@4.5.0/packages/workflow/CHANGELOG.md)
- [Commits](https://github.com/vercel/workflow/commits/workflow@4.5.0/packages/workflow)

Updates `zod` from 4.3.6 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

Updates `zustand` from 5.0.12 to 5.0.14
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.12...v5.0.14)

Updates `@playwright/test` from 1.59.1 to 1.61.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.59.1...v1.61.0)

Updates `@typescript-eslint/eslint-plugin` from 8.60.1 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/parser)

Updates `eslint-config-next` from 16.2.7 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.9/packages/eslint-config-next)

Updates `jest-environment-jsdom` from 30.3.0 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom)

Updates `postcss` from 8.5.10 to 8.5.15
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.10...8.5.15)

Updates `@openrouter/sdk` from 0.10.2 to 0.13.7
- [Release notes](https://github.com/OpenRouterTeam/typescript-sdk/releases)
- [Changelog](https://github.com/OpenRouterTeam/typescript-sdk/blob/main/RELEASES.md)
- [Commits](OpenRouterTeam/typescript-sdk@v0.10.2...v0.13.7)

Updates `@sentry/node` from 10.55.0 to 10.58.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.55.0...10.58.0)

Updates `ts-jest` from 29.4.9 to 29.4.11
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.9...v29.4.11)

Updates `ws` from 8.20.1 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.20.1...8.21.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.210
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@openrouter/ai-sdk-provider"
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ai
  dependency-version: 6.0.208
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ox
  dependency-version: 0.14.29
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@gitlawb/openclaude"
  dependency-version: 0.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: turbo
  dependency-version: 2.9.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@base-org/account"
  dependency-version: 2.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@base-ui/react"
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@coinbase/cdp-sdk"
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-email/render"
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@upstash/redis"
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vercel/blob"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vercel/sdk"
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@workflow/core"
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@worldcoin/agentkit"
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@x402/core"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@x402/evm"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@x402/express"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@x402/extensions"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@x402/next"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ethers
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: geist
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: mppx
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: next-auth
  dependency-version: 4.24.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pg
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-email
  dependency-version: 6.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: resend
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: shadcn
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: svix
  dependency-version: 1.95.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwind-merge
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: three
  dependency-version: 0.184.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: viem
  dependency-version: 2.52.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wagmi
  dependency-version: 3.6.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: workflow
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zustand
  dependency-version: 5.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 16.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jest-environment-jsdom
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@openrouter/sdk"
  dependency-version: 0.13.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/node"
  dependency-version: 10.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
@ecc-tools

ecc-tools Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Analyzing 200 commits...

@ecc-tools

ecc-tools Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Analysis Complete

Generated ECC bundle from 1 commits | Confidence: 50%

View Pull Request #129

Repository Profile
Attribute Value
Language TypeScript
Framework Next.js
Commit Convention conventional
Test Directory separate
Changed Files (5)
Metric Value
Files changed 5
Additions 17689
Deletions 15239

Top hotspots

Path Status +/-
package-lock.json modified +17635 / -15185
web/package.json modified +42 / -42
package.json modified +6 / -6
agentbot-backend/package.json modified +5 / -5
gateway/package.json modified +1 / -1

Top directories

Directory Files Total changes
. 2 32832
web 1 84
agentbot-backend 1 10
gateway 1 2
Analysis Depth Readiness (commit-history, 7%)

ECC Tools uses this to decide whether recommendations should stay at commit-history/setup guidance or expand into CI, security, harness, reference-set, AI-routing, and team backlog work.

Area Status Evidence / Next Step
Commit history Partial 1 commits sampled
CI/CD signals Missing Add workflow files or CI troubleshooting evidence so ECC Tools can reason about pipeline setup.
Security evidence Missing Add AgentShield, audit, SARIF, SBOM, or security review evidence so recommendations can cover security posture.
Harness configuration Missing Add Claude, Codex, OpenCode, Zed, dmux, MCP, plugin, or cross-harness config evidence for harness-agnostic recommendations.
Reference/eval evidence Missing Add fixtures, golden traces, reference sets, or evaluator benchmarks so deeper recommendations have regression evidence.
AI routing and cost controls Missing Add model-routing, budget, usage, or cost-control files before relying on AI-heavy automation recommendations.
Team handoff and project tracking Missing Add roadmap, runbook, project, Linear, or follow-up tracking docs so generated work can land in a team queue.
Reference Set Readiness (0/7, 0%)
Area Status Evidence / Next Step
Deep analyzer corpus Missing Add analyzer fixture, golden, benchmark, or reference-set files that can catch analyzer regressions.
RAG/evaluator comparison Missing Add retrieval or evaluator reference-set comparison fixtures with expected ranking behavior.
PR salvage/review corpus Missing Add stale-PR, review-thread, reopen-flow, or salvage reference cases for queue cleanup automation.
Discussion triage corpus Missing Add public discussion triage fixtures, golden cases, or reference sets for informational, answered, and no-response classifications.
Harness compatibility Missing Add cross-harness, adapter-compliance, or harness-audit evidence for Claude, Codex, OpenCode, Zed, dmux, and agent surfaces.
Security evidence Missing Attach security evidence such as SBOMs, SARIF, audit reports, or AgentShield evidence packs.
CI failure-mode evidence Missing Add captured CI failure logs, dry-run fixtures, or troubleshooting docs for common workflow failure modes.
Detected Workflows (1)
Workflow Description
dependency-update-batch Batch updating multiple dependencies (npm packages) across the monorepo, typically using an automated tool like Dependabot.
Generated Instincts (17)
Domain Count
git 4
code-style 9
testing 2
workflow 2

After merging, import with:

/instinct-import .claude/homunculus/instincts/inherited/agentbot-opensource-instincts.yaml

Files

  • .claude/ecc-tools.json
  • .claude/skills/agentbot-opensource/SKILL.md
  • .agents/skills/agentbot-opensource/SKILL.md
  • .agents/skills/agentbot-opensource/agents/openai.yaml
  • .claude/identity.json
  • .codex/config.toml
  • .codex/AGENTS.md
  • .codex/agents/explorer.toml
  • .codex/agents/reviewer.toml
  • .codex/agents/docs-researcher.toml
  • .claude/homunculus/instincts/inherited/agentbot-opensource-instincts.yaml
  • .claude/commands/dependency-update-batch.md

ECC Tools | Everything Claude Code

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