build(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.42 to 0.2.50 in /services/agent#62
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.42 to 0.2.50. - [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.2.42...v0.2.50) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.2.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Update Review:
|
| Field | Value |
|---|---|
| Package | @anthropic-ai/claude-agent-sdk |
| Version | 0.2.42 → 0.2.50 |
| Bump Type | Patch |
| Intermediate versions | v0.2.43, v0.2.44, v0.2.45, v0.2.46, v0.2.47, v0.2.49 |
Changelog Analysis (All Intermediate Versions)
v0.2.43-v0.2.44, v0.2.46, v0.2.50: Parity updates with Claude Code releases
v0.2.45:
- Added support for Claude Sonnet 4.6
- Added
task_startedsystem message to SDK stream - Fixed
Session.stream()returning prematurely when background subagents are running - Improved memory usage for large shell command outputs
v0.2.47:
- Added
promptSuggestion()method onQuery - Added
tool_use_idfield totask_notificationevents
v0.2.49:
- Added
supportsEffort,supportedEffortLevels,supportsAdaptiveThinkingmodel info fields - Permission suggestions now populated when safety checks trigger
- Added
ConfigChangehook event for enterprise auditing
Breaking changes: None. All changes are additive features.
Transitive Dependencies
Sharp image libraries updated from 0.33.5 → 0.34.5 (optional platform binaries). Added Windows ARM64 support. No breaking API changes.
Code Impact Analysis
The SDK is used in services/agent/src/sdk/claude/adapter.ts:68-83:
const q = query({
prompt: text,
options: {
cwd, permissionMode, allowDangerouslySkipPermissions,
model, persistSession, includePartialMessages,
maxThinkingTokens, systemPrompt, settingSources,
abortController, resume
}
});All used options (query, streaming iteration pattern, message types) remain unchanged. The new features (promptSuggestion(), model capability fields, ConfigChange hook) are entirely additive and unused by this codebase.
Verification
| Check | Result |
|---|---|
| GitHub Actions CI | ✅ Passed |
npm install |
✅ Clean |
npm run build |
✅ Success |
npm run typecheck |
✅ No errors |
npm test |
✅ 256 tests pass |
Verdict: Safe to merge
No breaking changes, all tests pass, CI green. The update brings bug fixes (Session.stream early return, memory improvements) and additive features.
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 @anthropic-ai/claude-agent-sdk from 0.2.42 to 0.2.50.
Release notes
Sourced from
@anthropic-ai/claude-agent-sdk's releases.... (truncated)
Changelog
Sourced from
@anthropic-ai/claude-agent-sdk's changelog.Commits
628de79chore: Update CHANGELOG.md137d799chore: Update CHANGELOG.mdc6157b4chore: Update CHANGELOG.mdde6c3a1chore: Update CHANGELOG.mdd683f48chore: Update CHANGELOG.mdDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)