You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install @anthropic-ai/claude-agent-sdk@0.3.272
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.272
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.272
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.272
Added optional omitClaudeMd to AgentDefinition in the agents option, so a subagent can run without user, project and local CLAUDE.md files; managed policy files still load
Fixed listSessions, getSessionMessages and getSessionInfo with dir on Windows not finding sessions for a directory on a mapped network drive or SUBST drive
Fixed sessionStore resume losing the global config when it is stored under the legacy .config.json name or an OAuth-suffixed file name
Removed persistent from the MonitorInput tool type
Updated to parity with Claude Code v2.1.271
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.271
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.271
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.271
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.271
npm install @anthropic-ai/claude-agent-sdk@0.3.270
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.270
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.270
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.270
This release changes the pinned API version to 2026-08-26.dahlia.
#2801 Add discriminatedUnion kind to V2RuntimeSchema coercion
Adds runtime support for coercing int64/decimal fields within discriminated union variants in V2 API requests and responses.
⚠️ Throws when serializing a discriminated union parameter whose discriminator is missing or is not a string. This avoids skipping coercion entirely which could silently truncate int64 fields above Number.MAX_SAFE_INTEGER.
#2818 Add new EventNotificationHandler class for better thin event management
We've been putting a lot of time into rethinking the event handling experience in the SDKs. This new class is the culmination of that effort.
They're designed for a tight coupling with both StripeClient and the fully-typed nature of [thin events](https://docs.stripe.com/event-desti...
Upgraded SQLite Version
We have updated the version of SQLite (our database package) in deps.yml file for better stability and performance.
Refined Dependencies in Numerous Packages
We've altered numerous packages for improved compatibility and efficiency, like @stacksjs/config, @stacksjs/dns, @stacksjs/validation, @stacksjs/bumpx, @stacksjs/logsmith, @anthropic-ai/claude-agent-sdk, ts-pantry, @stacksjs/stx, and @stripe/stripe-js.
Advanced devDependencies Across Packages
We've upgraded several development dependencies across different packages. This helps our developers with their tasks and unifies them to use the same workspace:*0.70.229 version of dependencies.
Updated better-dx Version Across Multiple Packages
We made sure that better-dx, a package that improves developer experience, is updated across various packages.
Fixed Latest Library Versions in Package.json Files
We refreshed the versions of certain libraries like meilisearch, dotenv, bun-query-builder in package.json files which dictates the version of dependencies our project needs to run.
Overall Improvement
Taken together, this pull request is a significant step forward, focusing primarily on package version updates. This contributes to a more robust, efficient, and high performance codebase.
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
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.
This PR contains the following updates:
Package Updates Summary
📦 npm Dependencies
41 packages will be updated
0.2.141->0.3.2729.10.0->9.16.01.13.1->1.14.00.59.0->0.62.022.3.2->22.6.21.2.27->1.2.340.2.3->0.2.60.2.6->0.2.170.2.8->0.2.140.2.12->0.2.160.2.246->0.2.2860.2.197->0.2.2860.1.10->0.1.110.2.3->0.2.110.3.6->0.3.80.2.113->0.2.2860.4.4->0.4.50.1.5->0.1.70.3.2->0.3.60.1.7->0.1.80.1.9->0.1.110.1.0->0.1.20.1.1->0.1.20.2.6->0.2.70.2.6->0.2.70.2.6->0.2.70.2.24->0.2.250.2.68->0.2.69=0.0.72->0.0.900.3.2->0.3.65.12.3->5.12.411.0.23->11.0.244.13.7->4.13.80.1.58->0.1.650.0.9->0.0.100.1.1->0.1.30.2.11->0.2.170.11.35->0.11.600.1.0->0.1.20.2.0->0.2.50.2.1->0.2.17🔧 System Dependencies
4 packages will be updated across 1 file(s):
deps.yml^2.47.0→^2.53.0deps.yml^0.21→^0.26deps.yml^3.47.2→^3.53.4deps.yml^1.2.11→^1.3.2deps.ymlRelease Notes
anthropics/claude-agent-sdk-typescript (@anthropic-ai/claude-agent-sdk)
0.2.141 -> 0.3.272
v0.3.272Compare Source
What's changed
Update
Released by ashwin-ant on 9/15/2026
v0.3.271Compare Source
What's changed
omitClaudeMdtoAgentDefinitionin theagentsoption, so a subagent can run without user, project and local CLAUDE.md files; managed policy files still loadlistSessions,getSessionMessagesandgetSessionInfowithdiron Windows not finding sessions for a directory on a mapped network drive or SUBST drivesessionStoreresume losing the global config when it is stored under the legacy.config.jsonname or an OAuth-suffixed file namepersistentfrom theMonitorInputtool typeUpdate
Released by ashwin-ant on 9/14/2026
v0.3.270Compare Source
What's changed
Update
Released by ashwin-ant on 9/12/2026
stripe/stripe-js (@stripe/stripe-js)
9.10.0 -> 9.16.0
v9.16.0Compare Source
#969)#966)New features
Fixes
Changed
Released by cbala-stripe on 9/9/2026
v9.15.0Compare Source
New features
#963)#964)Released by alaycock-stripe on 8/31/2026
v9.14.0Compare Source
#959)#952)onShippingDetailsChangefor Embedded Checkout (#960)#958)New features
Fixes
Changed
Released by cbala-stripe on 8/20/2026
Zhengqbbb/cz-git (cz-git)
1.13.1 -> 1.14.0
v1.14.0Compare Source
Please refer to CHANGELOG.md for details.
Released by github-actions[bot] on 8/22/2026
v1.13.2Compare Source
Please refer to CHANGELOG.md for details.
Released by github-actions[bot] on 8/11/2026
meilisearch/meilisearch-js (meilisearch)
0.59.0 -> 0.62.0
v0.62.0Compare Source
🚀 Enhancements
#2221) Haruka-Kaya#2226) guillaume-flambard, Strift🐛 Bug Fixes
#2230) soroush5, Strift🔒 Security
Authorizationheader in request timeout error cause (#2229) soroush5, Strift⚙️ Maintenance/misc
#2225) Strift, cursoragent#2227) guillaume-flambard, Strift[View full release notes]
Released by meili-bot on 9/9/2026
v0.61.0Compare Source
🚀 Enhancements
compact()method for index compaction (#2133) mixelburg#2212) Strift, cursoragent⚙️ Maintenance/misc
#2213) github-merge-queueThanks again to mixelburg, Strift, cursoragent and github-merge-queue! 🎉
Released by meili-bot on 8/11/2026
v0.60.0Compare Source
🚀 Enhancements
#2209) Strift⚙️ Maintenance/misc
#2207) dependabot[bot]#2182) dependabot[bot]Thanks again to Strift and dependabot[bot]! 🎉
Released by meili-bot on 7/22/2026
stripe/stripe-node (stripe)
22.3.2 -> 22.6.2
v22.6.2Compare Source
#2841Validate that webhook secrets are non-emptySee the changelog for more details.
Released by xavdid on 9/9/2026
v22.6.1Compare Source
#2831Use cryptographically secure boundaries for multipart file uploads#2836update OtherString docstring#2835Fix request coercion for GET and DELETE parametersDecimal, in GET and DELETE query parameters.#2829Harden API requestor code against malicious URLsSee the changelog for more details.
Released by zacchua-stripe on 9/1/2026
v22.6.0Compare Source
This release changes the pinned API version to 2026-08-26.dahlia.
#2801Add discriminatedUnion kind to V2RuntimeSchema coercionint64fields aboveNumber.MAX_SAFE_INTEGER.#2818Add newEventNotificationHandlerclass for better thin event managementStripeClientand the fully-typed nature of [thin events](https://docs.stripe.com/event-desti...[View full release notes]
Released by xavdid on 8/27/2026
@iconify-json/hugeicons
1.2.27 -> 1.2.34
Huge Icons icon set in Iconify JSON format
📦 View on npm
loghqorg/loghq-stacks (@loghq/stacks)
0.2.3 -> 0.2.6
v0.2.6Compare Source
Released by github-actions[bot] on 9/1/2026
v0.2.5Compare Source
Released by github-actions[bot] on 8/31/2026
v0.2.4Compare Source
Released by github-actions[bot] on 8/31/2026
stacksjs/bumpx (@stacksjs/bumpx)
0.2.6 -> 0.2.17
v0.2.17Compare Source
Released by github-actions[bot] on 8/19/2026
v0.2.16Compare Source
Released by github-actions[bot] on 8/7/2026
v0.2.15Compare Source
Released by github-actions[bot] on 8/6/2026
stacksjs/bunpress (@stacksjs/bunpress)
0.2.8 -> 0.2.14
v0.2.14Compare Source
Released by github-actions[bot] on 8/25/2026
v0.2.13Compare Source
Released by github-actions[bot] on 8/19/2026
v0.2.12Compare Source
Released by github-actions[bot] on 8/19/2026
stacksjs/clapp (@stacksjs/clapp)
0.2.12 -> 0.2.16
v0.2.16Compare Source
Released by github-actions[bot] on 9/8/2026
v0.2.15Compare Source
Released by github-actions[bot] on 8/28/2026
v0.2.14Compare Source
Released by github-actions[bot] on 8/28/2026
stacksjs/stx (@stacksjs/components)
0.2.246 -> 0.2.286
v0.2.286Compare Source
Compare changes
🐛 Bug Fixes
🔧 Chores
Contributors
Released by github-actions[bot] on 9/11/2026
v0.2.285Compare Source
Compare changes
🐛 Bug Fixes
🔧 Chores
#1754) (245d94c) (by glennmichael123 gtorregosa@gmail.com) (#1754,#1754,#1754)[View full release notes]
Released by github-actions[bot] on 9/10/2026
v0.2.284Compare Source
Compare changes
🔧 Chores
Contributors
Released by github-actions[bot] on 9/8/2026
Note: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.
This PR was generated by Buddy 🤖