Skip to content

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.3.185 to 0.3.195 - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/anthropic-ai/claude-agent-sdk-0.3.195
Closed

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.3.185 to 0.3.195#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/anthropic-ai/claude-agent-sdk-0.3.195

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @anthropic-ai/claude-agent-sdk from 0.3.185 to 0.3.195.

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.3.195

What's changed

  • Added Query.reinitialize() to re-send the initialize control request and redeliver pending permission/dialog prompts after a transport gap
  • Fixed commands_changed event not being emitted for synced skills when the skill list resolves before the change-detector subscribes

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.195
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.195
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.195
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.195

v0.3.193

What's changed

  • Added promptSuggestions option to Browser SDK query() to opt the remote CLI into emitting follow-up suggestions
  • Fixed brief console window flashes on Windows when spawning CLI subprocesses

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.193
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.193
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.193
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.193

v0.3.191

What's changed

  • Added old_source field to NotebookEdit tool results for replace and delete operations, enabling inline diffs
  • Added seven_day_overage_included to SDKRateLimitInfo.rateLimitType for per-model weekly usage limits
  • Added model_scoped array to usage response for per-model weekly limit windows with utilization and reset times
  • Fixed fast mode reverting to standard after the first turn when settingSources includes user/project settings

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.191
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.191
</tr></table> 

... (truncated)

Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.3.195

  • Added Query.reinitialize() to re-send the initialize control request and redeliver pending permission/dialog prompts after a transport gap
  • Fixed commands_changed event not being emitted for synced skills when the skill list resolves before the change-detector subscribes

0.3.194

  • Updated to parity with Claude Code v2.1.194

0.3.193

  • Added promptSuggestions option to Browser SDK query() to opt the remote CLI into emitting follow-up suggestions
  • Fixed brief console window flashes on Windows when spawning CLI subprocesses

0.3.192

  • Updated to parity with Claude Code v2.1.192

0.3.191

  • Added old_source field to NotebookEdit tool results for replace and delete operations, enabling inline diffs
  • Added seven_day_overage_included to SDKRateLimitInfo.rateLimitType for per-model weekly usage limits
  • Added model_scoped array to usage response for per-model weekly limit windows with utilization and reset times
  • Fixed fast mode reverting to standard after the first turn when settingSources includes user/project settings

0.3.190

  • Updated to parity with Claude Code v2.1.190

0.3.188

  • Updated to parity with Claude Code v2.1.188

0.3.187

  • Added sandbox.credentials to SDK settings types for configuring credential file and environment variable denial in sandboxed commands

0.3.186

  • Added agent_id field to can_use_tool control requests — background agents now forward permission prompts to canUseTool instead of auto-denying, and stdin stays open while background tasks are running
  • Added ReadMcpResourceDirTool tool type to SDK schemas — MCP resource directory listing is now a dedicated tool instead of a fallback inside ReadMcpResourceTool
  • Added rewind_conversation control request for rewinding a conversation to a previous point with durable resume anchor support
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.3.185 to 0.3.195.
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.3.185...v0.3.195)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.195
  dependency-type: direct:production
  update-type: version-update:semver-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 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Author

Superseded by #9.

@dependabot dependabot Bot closed this Jul 5, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/anthropic-ai/claude-agent-sdk-0.3.195 branch July 5, 2026 23:05
SShadowS added a commit that referenced this pull request Aug 1, 2026
…deferred items

Nine contained fixes from the final whole-branch review of the Stats & Config tab:

- I-4 (most serious): model contamination reported an all-clear over OBSERVED pins
  only. buildAgentModelRows() only ever walked entries, so a declared pin that never
  dispatched (12 of 19 declared frontmatter pins + ci-waiter, live 30d) was silently
  absent rather than counted. Added a 'not-observed' row status, excluded from every
  contamination count (same as 'unpinned') but explicitly disclosed by both consumers
  (stats-integrity.tsx's Contamination section, stats-ribbon.tsx's Model integrity card).
- I-5: tool mix's "none at zero calls" read as coverage this table does not have — a
  never-called tool is ABSENT from tool_calls, not present at zero, so it can never be
  listed. Reworded to state the observed count and name the blind spot; kept the
  currently-unreachable zero-count branch with a comment explaining why, rather than
  deleting defensive code that stays testable via fixtures.
- I-1: cost-per-read-band-item rendered a bare n=76 with no coverage disclosure, while
  the read-band gauge over the identical population discloses Coverage + a caveat
  headline. Reused computeReadBandCoverage/describeReadBandCoverage/
  buildReadBandLowCoverageHeadline verbatim.
- I-2: cross-referenced the Cost card's "Cost by model" table to the Integrity panel's
  identical aggregateModelUsage table, so the page doesn't assert the same [1m] finding
  as two independent measurements.
- I-3: disclosed that the Cost card's per-repo "Reviews" column (cost_usd IS NOT NULL)
  can legitimately disagree with the Operational panel's per-repo "Reviews" (unfiltered)
  — the Operational panel already discloses this; this is the other half.
- Deferred #1: aligned postgres.ts's image_sha ALTER comment with the correct one on
  IPRReviewStore.imageSha (compose bakes "unknown", not null).
- Deferred #3: gave belowBandCount a code comment stating the per-review-vs-per-finding
  distinction the UI already warns readers about.
- Deferred #8 + M-1: removed the duplicate low-sample warning in ReadBandGauge (the
  panel-wide banner already covers it) and made .operational-panel__low-sample match
  the other three panels' quiet italic treatment instead of a warning-tinted box — a
  sample-size caveat is not a warning state.
- Deferred #10: corrected a comment claiming duration/turns are populated on every
  completed review; measured coverage is 99.1%/97.2% (30d/90d), not literally 100%.

+11 tests (model-contamination, stats-integrity, stats-ribbon, stats-operational).
Fixing I-4's tests surfaced a real bug in two pre-existing tests that assumed a
single-row result from a fixture `pins` map that (correctly, after this fix) now also
yields a not-observed row for its other declared pin — updated to look up the row under
test by agent name rather than by position/whole-array equality.

2090 pass / 0 fail (baseline 2079 + 11 new), typecheck clean, dashboard:build clean.

Claude-Session: https://claude.ai/code/session_01Ad8Q2RniB9y2dSbcCKDUad
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