chore: upgrade claude-code SDK to 2.0.42 and fix type imports #69
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.
Summary
This PR upgrades
@anthropic-ai/claude-codefrom2.0.24to^2.0.42and fixes related type imports in MessageQueue.Changes
@anthropic-ai/claude-codefrom2.0.24→^2.0.42nullwithundefinedforparent_tool_use_idfieldsession_idfield from SDKUserMessage constructionMotivation
Following up on #51 which bumped the version to 2.0.24, this continues the upgrade path to the latest 2.0.42 version to stay current with Claude Code SDK improvements.
Related Issues
This upgrade addresses API 400 errors related to invalid beta flags and tool schema issues:
[BUG] claude -p fails with "tools.3.custom.input_examples: Extra inputs are not permitted" anthropics/claude-code#11678 -
[BUG] claude -p fails with "tools.3.custom.input_examples: Extra inputs are not permitted"API Error: 400 {"error":{"message":"invalid beta flag"}}[FEATURE] Add support for 1M Context on Claude Sonnet 4.5 anthropics/claude-code#8381 -
[FEATURE] Add support for 1M Context on Claude Sonnet 4.5Testing
Type of Change
🤖 Generated with Claude Code via Happy