chore(main): release 1.6.1 - #45
Merged
dylanneve1 merged 1 commit intoApr 13, 2026
Merged
Conversation
Owner
Author
|
🤖 Created releases: 🌻 |
6 tasks
dylanneve1
added a commit
that referenced
this pull request
Aug 19, 2026
agents 0.16 flipped its openai range from ^6 to ^7.2.0, so the pinned openai@6 became the nested-duplicate case the dependabot comment warned about (TS2345 on setDefaultOpenAIClient). Bump openai to ^7.5.0 so one deduped copy serves both, and reword the ignore-rule comment: openai majors stay hand-bumped together with the agents SDK. Also picks up @hono/node-server 1.19.17 in the lockfile (transitive via @modelcontextprotocol/sdk) to clear GHSA path-traversal alert #45. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 19, 2026
…y with 7 updates (#752) * chore(deps): Bump the production-dependencies group across 1 directory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.226` | `0.3.233` | | [@kilocode/sdk](https://github.com/Kilo-Org/kilocode/tree/HEAD/packages/sdk/js) | `7.4.20` | `7.4.22` | | [@openai/agents](https://github.com/openai/openai-agents-js) | `0.14.3` | `0.16.0` | | [@opencode-ai/sdk](https://github.com/sst/opencode-sdk-js) | `1.18.16` | `1.18.18` | | [file-type](https://github.com/sindresorhus/file-type) | `22.0.1` | `22.0.2` | | [liquidjs](https://github.com/harttle/liquidjs) | `10.28.0` | `10.29.0` | | [mem0ai](https://github.com/mem0ai/mem0/tree/HEAD/mem0-ts) | `3.1.5` | `3.1.6` | Updates `@anthropic-ai/claude-agent-sdk` from 0.3.226 to 0.3.233 - [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.226...v0.3.233) Updates `@kilocode/sdk` from 7.4.20 to 7.4.22 - [Release notes](https://github.com/Kilo-Org/kilocode/releases) - [Commits](https://github.com/Kilo-Org/kilocode/commits/v7.4.22/packages/sdk/js) Updates `@openai/agents` from 0.14.3 to 0.16.0 - [Release notes](https://github.com/openai/openai-agents-js/releases) - [Commits](openai/openai-agents-js@v0.14.3...v0.16.0) Updates `@opencode-ai/sdk` from 1.18.16 to 1.18.18 - [Release notes](https://github.com/sst/opencode-sdk-js/releases) - [Changelog](https://github.com/anomalyco/opencode-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/sst/opencode-sdk-js/commits) Updates `file-type` from 22.0.1 to 22.0.2 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v22.0.1...v22.0.2) Updates `liquidjs` from 10.28.0 to 10.29.0 - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](harttle/liquidjs@v10.28.0...v10.29.0) Updates `mem0ai` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/commits/ts-v3.1.6/mem0-ts) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.233 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@kilocode/sdk" dependency-version: 7.4.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@openai/agents" dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@opencode-ai/sdk" dependency-version: 1.18.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: file-type dependency-version: 22.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: liquidjs dependency-version: 10.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: mem0ai dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): move openai to ^7 alongside @openai/agents 0.16 agents 0.16 flipped its openai range from ^6 to ^7.2.0, so the pinned openai@6 became the nested-duplicate case the dependabot comment warned about (TS2345 on setDefaultOpenAIClient). Bump openai to ^7.5.0 so one deduped copy serves both, and reword the ignore-rule comment: openai majors stay hand-bumped together with the agents SDK. Also picks up @hono/node-server 1.19.17 in the lockfile (transitive via @modelcontextprotocol/sdk) to clear GHSA path-traversal alert #45. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Neve <dylan.neve@intel.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
🤖 I have created a release beep boop
1.6.1 (2026-04-13)
Bug Fixes
This PR was generated with Release Please. See documentation.