Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps the npm-minor-and-patch group with 6 updates:

Package From To
@anthropic-ai/sdk 0.52.0 0.74.0
@mariozechner/pi-agent-core 0.52.5 0.52.9
@mariozechner/pi-ai 0.52.5 0.52.9
@mariozechner/pi-web-ui 0.52.5 0.52.9
@types/office-js 1.0.570 1.0.571
typescript-eslint 8.54.0 8.55.0

Updates @anthropic-ai/sdk from 0.52.0 to 0.74.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.74.0

0.74.0 (2026-02-07)

Full Changelog: sdk-v0.73.0...sdk-v0.74.0

Features

  • api: enabling fast-mode in claude-opus-4-6 (e337981)

sdk: v0.73.0

0.73.0 (2026-02-05)

Full Changelog: sdk-v0.72.1...sdk-v0.73.0

Features

  • api: Release Claude Opus 4.6, adaptive thinking, and other features (f741f92)

Bug Fixes

  • client: avoid memory leak in abort signal listener (#895) (3bdd153)
  • client: avoid memory leak with abort signals (53e47df)
  • client: avoid removing abort listener too early (cd6e832)

Chores

  • client: do not parse responses with empty content-length (2be2df9)
  • client: restructure abort controller binding (0eeacb6)
  • internal: fix pagination internals not accepting option promises (7c23a3f)
  • remove claude-code-review workflow (#644) (ad09c76)

sdk: v0.72.1

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

sdk: v0.72.0

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.74.0 (2026-02-07)

Full Changelog: sdk-v0.73.0...sdk-v0.74.0

Features

  • api: enabling fast-mode in claude-opus-4-6 (e337981)

0.73.0 (2026-02-05)

Full Changelog: sdk-v0.72.1...sdk-v0.73.0

Features

  • api: Release Claude Opus 4.6, adaptive thinking, and other features (f741f92)

Bug Fixes

  • client: avoid memory leak in abort signal listener (#895) (3bdd153)
  • client: avoid memory leak with abort signals (53e47df)
  • client: avoid removing abort listener too early (cd6e832)

Chores

  • client: do not parse responses with empty content-length (2be2df9)
  • client: restructure abort controller binding (0eeacb6)
  • internal: fix pagination internals not accepting option promises (7c23a3f)
  • remove claude-code-review workflow (#644) (ad09c76)

0.72.1 (2026-01-30)

Full Changelog: sdk-v0.72.0...sdk-v0.72.1

Bug Fixes

  • client: remove OutputFormat exports from index.ts (bf2cf08)

0.72.0 (2026-01-29)

Full Changelog: sdk-v0.71.2...sdk-v0.72.0

Features

  • api: add support for Structured Outputs in the Messages API (eeb7fab)
  • api: migrate sending message format in output_config rather than output_format (99f4066)
  • ci: add breaking change detection workflow (b181568)
  • client: migrate structured output format (#625) (abcdddc)
  • helpers: add MCP SDK helper functions (#610) (b6c3963)

... (truncated)

Commits
  • 5ccd743 chore: release main
  • 66c786d feat(api): enabling fast-mode in claude-opus-4-6
  • 883bbb6 Update CHANGELOG.md (#902)
  • db18ae2 chore: release main
  • a9f163f feat(api): manual updates
  • 33d13a6 chore(internal): fix pagination internals not accepting option promises
  • 54d352c fix(client): avoid removing abort listener too early
  • ddc2f6b chore(client): restructure abort controller binding
  • 6f46cc5 chore(client): do not parse responses with empty content-length
  • e32cdd5 chore: remove claude-code-review workflow (#644)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by packy-anthropic, a new releaser for @​anthropic-ai/sdk since your current version.


Updates @mariozechner/pi-agent-core from 0.52.5 to 0.52.9

Release notes

Sourced from @​mariozechner/pi-agent-core's releases.

v0.52.9

New Features

Added

  • Added ctx.reload() to the extension API for programmatic runtime reload (#1371)
  • Added short aliases for disable flags: -ne for --no-extensions, -ns for --no-skills, -np for --no-prompt-templates
  • /export HTML now includes tool input schema (parameter names, types, descriptions) in a collapsible section under each tool (#1416 by @​marchellodev)
  • pi.getAllTools() now returns tool parameters in addition to name and description (#1416 by @​marchellodev)

Fixed

  • Fixed extension source parsing so dot-prefixed local paths (for example .pi/extensions/foo.ts) are treated as local paths instead of git URLs
  • Fixed fd/rg download failing on Windows due to unzip not being available; now uses tar for both .tar.gz and .zip extraction, with proper error reporting (#1348)
  • Fixed RPC mode documentation incorrectly stating ctx.hasUI is false; it is true because dialog and fire-and-forget UI methods work via the RPC sub-protocol. Also documented missing unsupported/degraded methods (pasteToEditor, getAllThemes, getTheme, setTheme) (#1411 by @​aliou)
  • Fixed rg not available in bash tool by downloading it at startup alongside fd (#1348)
  • Fixed custom-compaction example to use ModelRegistry (#1387)
  • Google providers now support full JSON Schema in tool declarations (anyOf, oneOf, const, etc.) (#1398 by @​jarib)
  • Reverted incorrect Antigravity model change: claude-opus-4-6-thinking back to claude-opus-4-5-thinking (model does not exist on Antigravity endpoint)
  • Updated the Antigravity system instruction to a more compact version for Google Gemini CLI compatibility
  • Corrected opencode context windows for Claude Sonnet 4 and 4.5 (#1383)
  • Fixed subagent example unknown-agent errors to include available agent names (#1414 by @​dnouri)

v0.52.8

New Features

Added

  • Added pasteToEditor to extension UI context for programmatic editor paste (#1351 by @​kaofelix)
  • Added package subcommand help and friendly error messages for invalid commands (#1347 by @​ferologics)
  • Added OpenRouter auto model alias for automatic model routing (#1361 by @​yogasanas)
  • Added kill ring (ctrl+k/ctrl+y/alt+y) and undo (ctrl+z) support to the editor input (#1373 by @​Perlence)

Changed

Fixed

... (truncated)

Changelog

Sourced from @​mariozechner/pi-agent-core's changelog.

[0.52.9] - 2026-02-08

[0.52.8] - 2026-02-07

[0.52.7] - 2026-02-06

Fixed

  • Fixed continue() to resume queued steering/follow-up messages when context currently ends in an assistant message, and preserved one-at-a-time steering ordering during assistant-tail resumes (#1312 by @​ferologics)

[0.52.6] - 2026-02-05

Commits
  • cc3eaee Release v0.52.9
  • d58d2c2 Add [Unreleased] section for next cycle
  • f06d31a Release v0.52.8
  • d39faa7 Add [Unreleased] section for next cycle
  • 4eb15a9 Release v0.52.7
  • b050c58 fix(agent,coding-agent): resume queued messages after auto-compaction
  • abf96f3 Add [Unreleased] section for next cycle
  • 5fd6542 Release v0.52.6
  • 9ce0007 Add [Unreleased] section for next cycle
  • See full diff in compare view

Updates @mariozechner/pi-ai from 0.52.5 to 0.52.9

Release notes

Sourced from @​mariozechner/pi-ai's releases.

v0.52.9

New Features

Added

  • Added ctx.reload() to the extension API for programmatic runtime reload (#1371)
  • Added short aliases for disable flags: -ne for --no-extensions, -ns for --no-skills, -np for --no-prompt-templates
  • /export HTML now includes tool input schema (parameter names, types, descriptions) in a collapsible section under each tool (#1416 by @​marchellodev)
  • pi.getAllTools() now returns tool parameters in addition to name and description (#1416 by @​marchellodev)

Fixed

  • Fixed extension source parsing so dot-prefixed local paths (for example .pi/extensions/foo.ts) are treated as local paths instead of git URLs
  • Fixed fd/rg download failing on Windows due to unzip not being available; now uses tar for both .tar.gz and .zip extraction, with proper error reporting (#1348)
  • Fixed RPC mode documentation incorrectly stating ctx.hasUI is false; it is true because dialog and fire-and-forget UI methods work via the RPC sub-protocol. Also documented missing unsupported/degraded methods (pasteToEditor, getAllThemes, getTheme, setTheme) (#1411 by @​aliou)
  • Fixed rg not available in bash tool by downloading it at startup alongside fd (#1348)
  • Fixed custom-compaction example to use ModelRegistry (#1387)
  • Google providers now support full JSON Schema in tool declarations (anyOf, oneOf, const, etc.) (#1398 by @​jarib)
  • Reverted incorrect Antigravity model change: claude-opus-4-6-thinking back to claude-opus-4-5-thinking (model does not exist on Antigravity endpoint)
  • Updated the Antigravity system instruction to a more compact version for Google Gemini CLI compatibility
  • Corrected opencode context windows for Claude Sonnet 4 and 4.5 (#1383)
  • Fixed subagent example unknown-agent errors to include available agent names (#1414 by @​dnouri)

v0.52.8

New Features

Added

  • Added pasteToEditor to extension UI context for programmatic editor paste (#1351 by @​kaofelix)
  • Added package subcommand help and friendly error messages for invalid commands (#1347 by @​ferologics)
  • Added OpenRouter auto model alias for automatic model routing (#1361 by @​yogasanas)
  • Added kill ring (ctrl+k/ctrl+y/alt+y) and undo (ctrl+z) support to the editor input (#1373 by @​Perlence)

Changed

Fixed

... (truncated)

Changelog

Sourced from @​mariozechner/pi-ai's changelog.

[0.52.9] - 2026-02-08

Changed

  • Updated the Antigravity system instruction to a more compact version for Google Gemini CLI compatibility

Fixed

  • Use parametersJsonSchema for Google provider tool declarations to support full JSON Schema (anyOf, oneOf, const, etc.) (#1398 by @​jarib)
  • Reverted incorrect Antigravity model change: claude-opus-4-6-thinking back to claude-opus-4-5-thinking (model doesn't exist on Antigravity endpoint)
  • Corrected opencode context windows for Claude Sonnet 4 and 4.5 (#1383)

[0.52.8] - 2026-02-07

Added

Changed

[0.52.7] - 2026-02-06

Added

  • Added AWS_BEDROCK_SKIP_AUTH and AWS_BEDROCK_FORCE_HTTP1 environment variables for connecting to unauthenticated Bedrock proxies (#1320 by @​virtuald)

Fixed

  • Set OpenAI Responses API requests to store: false by default to avoid server-side history logging (#1308)
  • Re-exported TypeBox Type, Static, and TSchema from @mariozechner/pi-ai to match documentation and avoid duplicate TypeBox type identity issues in pnpm setups (#1338)
  • Fixed Bedrock adaptive thinking handling for Claude Opus 4.6 with interleaved thinking beta responses (#1323 by @​markusylisiurunen)
  • Fixed AWS_BEDROCK_SKIP_AUTH environment detection to avoid process access in non-Node.js environments

[0.52.6] - 2026-02-05

Commits
  • cc3eaee Release v0.52.9
  • c26505c chore(changelog): audit unreleased entries before patch release
  • ed9255d ai: update Antigravity system instruction to compact version, fix flaky tool ...
  • 5d361f4 chore: audit and update changelog entries for v0.52.8..HEAD
  • 1caadb2 fix(ai): use parametersJsonSchema for Google tool declarations, revert Antigr...
  • 2c3f624 fix(ai): correct opencode context windows for Claude Sonnet 4/4.5
  • d58d2c2 Add [Unreleased] section for next cycle
  • f06d31a Release v0.52.8
  • f1335e9 docs: add missing changelog entries for commits since v0.52.7
  • 08e88f1 fix(antigravity): fixes the tests for antigravitiy opus (#1369)
  • Additional commits viewable in compare view

Updates @mariozechner/pi-web-ui from 0.52.5 to 0.52.9

Updates @types/office-js from 1.0.570 to 1.0.571

Commits

Updates typescript-eslint from 8.54.0 to 8.55.0

Release notes

Sourced from typescript-eslint's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 2026
@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pi-for-excel Ready Ready Preview, Comment Feb 11, 2026 0:21am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-5733e10612 branch from 9e9284b to 49acc27 Compare February 11, 2026 11:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-5733e10612 branch from 49acc27 to 9404ea3 Compare February 11, 2026 11:47
Bumps the npm-minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.52.0` | `0.74.0` |
| [@mariozechner/pi-agent-core](https://github.com/badlogic/pi-mono/tree/HEAD/packages/agent) | `0.52.5` | `0.52.9` |
| [@mariozechner/pi-ai](https://github.com/badlogic/pi-mono/tree/HEAD/packages/ai) | `0.52.5` | `0.52.9` |
| @mariozechner/pi-web-ui | `0.52.5` | `0.52.9` |
| [@types/office-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/office-js) | `1.0.570` | `1.0.571` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` |


Updates `@anthropic-ai/sdk` from 0.52.0 to 0.74.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.52.0...sdk-v0.74.0)

Updates `@mariozechner/pi-agent-core` from 0.52.5 to 0.52.9
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/agent/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.52.9/packages/agent)

Updates `@mariozechner/pi-ai` from 0.52.5 to 0.52.9
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.52.9/packages/ai)

Updates `@mariozechner/pi-web-ui` from 0.52.5 to 0.52.9

Updates `@types/office-js` from 1.0.570 to 1.0.571
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/office-js)

Updates `typescript-eslint` from 8.54.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@mariozechner/pi-agent-core"
  dependency-version: 0.52.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@mariozechner/pi-ai"
  dependency-version: 0.52.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@mariozechner/pi-web-ui"
  dependency-version: 0.52.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@types/office-js"
  dependency-version: 1.0.571
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-5733e10612 branch from 9404ea3 to 23e259c Compare February 11, 2026 12:20
@tmustier tmustier merged commit 9ee30a6 into main Feb 11, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-minor-and-patch-5733e10612 branch February 11, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant