セッションバジェット+動的ツール変更で、ユースケースの幅が広がる。Opus 4.1 削除には注意
Anthropic TypeScript SDK v0.116.0 リリース—セッションバジェットと新ツール対応
原題: anthropics/anthropic-sdk-typescript: sdk: v0.116.0
重要度の根拠: API/SDK マイナーアップデートで、セッションバジェット等の新機能と既存モデル削除を含む段階的な改善。直ちに対応必須ではないがバージョン追従は推奨
要約
Anthropic の TypeScript SDK が v0.116.0 にアップデートされました。新機能としてセッションバジェット、アドバイザーツール、推論ロケーション固定化、GitHub からのスキル自動読込機能が追加されました。また、mid-conversation-tool-changes-2026-07-01 ベータ API への対応、Bash ツールのタイムアウト・中止エラーのクラス判別機能向上、User-Agent 文字列の修正、非推奨の Claude Opus 4.1 モデルの削除が含まれています。
要点
- セッションバジェット、アドバイザーツール、スキル自動読込が新機能化
- mid-conversation-tool-changes-2026-07-01 ベータで会話中のツール動的変更に対応
- Bash エラーがクラスベース判別で例外処理が細粒度化
- Claude Opus 4.1 モデルが削除、移行が必要
- User-Agent 文字列をハードコード化し互換性向上
開発者向け技術解説(API・実装詳細・破壊的変更)を見る
anthropic-sdk-typescript v0.116.0 は複数の重要な API 拡張を含みます。セッションバジェット(session budgets)、アドバイザーツール(advisor tool)、推論ロケーション固定化(pinned inference location)、GitHub からのスキル自動読込機能が新機能として実装されました。mid-conversation-tool-changes-2026-07-01 ベータ API に対応し、ツール定義の動的変更が会話中に可能になります。Bash ツール周りではタイムアウトエラーと中止エラーがクラスベースのマッチング対象になり、例外処理の粒度が向上します。User-Agent はコンストラクタ名の動的生成ではなくハードコードされた文字列に統一され、互換性が強化されました。非推奨の claude-opus-4-1 系モデルが削除されているため、依存コードの移行が必要です。
本文の日本語訳(全文)を見る
## 0.116.0 (2026-08-07)
完全な変更履歴: [sdk-v0.115.0...sdk-v0.116.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.115.0...sdk-v0.116.0)
### 新機能
* **api:** `mid-conversation-tool-changes-2026-07-01` ベータを追加 ([70e04f6](https://github.com/anthropics/anthropic-sdk-typescript/commit/70e04f689baa233e7cb2fed6bb807562f5595928))
* **api:** セッションバジェット、アドバイザーツール、推論ロケーション固定化、GitHub からのスキル自動読込に対応 ([1336a4a](https://github.com/anthropics/anthropic-sdk-typescript/commit/1336a4a90387a7005f6211b6df5e2b247f4cb6b3))
* **tools:** Bash タイムアウト・中止エラーをクラスで判別可能に ([#259](https://github.com/anthropics/anthropic-sdk-typescript/issues/259)) ([201b12e](https://github.com/anthropics/anthropic-sdk-typescript/commit/201b12e8acd69d7ab7068fe078f7988ab23897d2))
### バグ修正
* **client:** コンストラクタ名ではなくハードコードされた User-Agent 文字列を使用 ([0b97f04](https://github.com/anthropics/anthropic-sdk-typescript/commit/0b97f04042584d234162a7ff8a5c4b8095ad800e))
### その他
* **api:** 非推奨の Claude Opus 4.1 モデルを削除 ([11b685c](https://github.com/anthropics/anthropic-sdk-typescript/commit/11b685c66fea6d7d8a8e5354af9a188ee6b8c598))
* **docs:** ドキュメント文字列を部分更新 ([413cc5f](https://github.com/anthropics/anthropic-sdk-typescript/commit/413cc5f120a1b1879d467ccd7d5edef5b8b1741e))
* **docs:** ドキュメント文字列をいくつか更新 ([c38a1de](https://github.com/anthropics/anthropic-sdk-typescript/commit/c38a1de5fc86e9bc59eafdba4adf267398534f6f))
* **internal/deps:** @babel/core と @babel/helpers を 7.29.7 にバンプ ([#261](https://github.com/anthropics/anthropic-sdk-typescript/issues/261)) ([3164934](https://github.com/anthropics/anthropic-sdk-typescript/commit/316493468067bc40a9c00fbf8c7de29c770c4c61))
* **internal/deps:** npm レジストリから tsc-multi をインストール ([#265](https://github.com/anthropics/anthropic-sdk-typescript/issues/265)) ([c787f90](https://github.com/anthropics/anthropic-sdk-typescript/commit/c787f9022cf7ba0703bf7399dcb63e491615d2e8))
* **internal:** コード生成関連アップデート ([73b3d61](https://github.com/anthropics/anthropic-sdk-typescript/commit/73b3d61009118740b0931b537ce03b212c62ab05))
出典: https://github.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.116.0
媒体: SDK (anthropic-sdk-typescript)
※本記事は Anthropic / Claude 関連の公開情報を基に AI (OpenAI GPT-4o-mini) が日本語で要約・分類した二次的著作物です。著作権法第32条の引用要件に基づき出典 URL を必ず併記しています。要約は AI 生成のため誤訳・誤解釈を含む可能性があります。詳細・正確な情報は必ず出典元の原文をご確認ください。