Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"typescript": "^5"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.139",
"@anthropic-ai/sdk": "^0.81.0",
"@anthropic-ai/claude-agent-sdk": "^0.3.197",
"@anthropic-ai/sdk": "^0.109.0",
Comment on lines +84 to +85

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the root Bun lockfile

This manifest bump is not reflected in bun.lock: I checked the root lockfile and it still records @anthropic-ai/claude-agent-sdk as ^0.2.139 / 0.2.141 and @anthropic-ai/sdk as ^0.81.0 / 0.81.0. The root CI/release workflows I inspected install with bun install --frozen-lockfile (.github/workflows/ci.yml:45-46, release.yml:41-42, release-desktop.yml:73-74, windows-desktop.yml:67-68), and bun install --help documents that flag as “Disallow changes to lockfile”, so these jobs cannot update the stale lockfile to satisfy the new ranges and will fail during dependency installation. Please commit the regenerated root bun.lock along with this package.json change.

Useful? React with 👍 / 👎.

"@capacitor/android": "^8.4.1",
"@capacitor/app": "^8.0.0",
"@capacitor/core": "^8.4.1",
Expand Down
Loading