非公式・AI自動要約ニュースサイト(Anthropic公式とは無関係)
Claude News JP / www.claude-news.online
📰 ニュース Anthropic 🔵 標準 LLMコーディング · 出典: SDK (anthropic-sdk-typescript)

thinking 表示が updates モードで段階表示対応、Organization API も正式サポート。SDK ユーザー向けの地味だが実務的なアップデート。

Anthropic SDK TypeScript v0.121.0 リリース:thinking表示モード追加

原題: anthropics/anthropic-sdk-typescript: sdk: v0.121.0

重要度の根拠: SDK マイナーバージョンアップで新機能追加・バグ修正含むが、既存コード互換性は保たれており破壊的変更なし

要約

Anthropic が TypeScript SDK v0.121.0 をリリース。新機能として beta 版の「updates」思考表示モード(モデルの推論過程を段階的に表示)を追加。同時に Organization API エンドポイント対応、構造化出力・ツール用の Standard Schema サポートも実装。バグ修正では tool runner の pause_turn 時の停止問題を改善し、型定義で NodeJS.ProcessEnv 参照の問題も解決。SDK ユーザーは特に thoughts の表示方法が拡張される点で、より詳細な推論可視化が可能になる。

要点

  • updates 思考表示モード(beta)で推論過程の段階的表示が可能に
  • Organization API エンドポイント完全対応
  • Standard Schema で構造化出力・ツール定義が簡潔に
  • pause_turn バグ修正で tool runner の安定性向上
  • 型定義の NodeJS 依存削除で npm 互換性改善
開発者向け技術解説(API・実装詳細・破壊的変更)を見る

SDK v0.121.0 では思考表示周りが大幅拡張。既存の thinking mode に加え、beta 版の updates 思考表示モード(incremental thinking step を順次表示)が実装。Organization API エンドポイント完全対応で、API 呼び出し時の organization-id ヘッダが正式に認識される。構造化出力(structured output)と tool definition 時に Standard Schema に対応、スキーマ定義の記述性が向上。Tool runner のバグ修正で pause_turn 発生時も実行継続。型定義ファイル生成時に NodeJS 依存を削除(publint/attw チェック強化)で、npm 公開時の互換性警告が消える。既存コード互換性は保たれるが、thinking display の デフォルト動作や anthropic-beta ヘッダ値の指定に変更がないか確認推奨。

本文の日本語訳(全文)を見る

## 0.121.0 (2026-08-26)

完全な変更履歴: [sdk-v0.120.0...sdk-v0.121.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.120.0...sdk-v0.121.0)

### 新機能

* **api:** `updates` 思考表示モード(ベータ版)を追加 ([22274ea](https://github.com/anthropics/anthropic-sdk-typescript/commit/22274eaf968edc62a8b9e1f39a1913f5e04b2ada))

* **api:** 不足していた anthropic-beta 値を追加 ([0779f02](https://github.com/anthropics/anthropic-sdk-typescript/commit/0779f02666cfc6088c1555ee25e8cd8677e421da))

* **api:** Organization API エンドポイントのサポートを追加 ([8b61e7a](https://github.com/anthropics/anthropic-sdk-typescript/commit/8b61e7a4d441d662cd121c94c6d27dbffa5c294a))

* **helpers:** 構造化出力およびツール用に Standard Schema をサポート ([7880078](https://github.com/anthropics/anthropic-sdk-typescript/commit/788007889c048e18f6bdf19d4903f1ac96f66cb0))

### バグ修正

* **tools:** pause_turn 時にツールランナーを継続実行 ([#288](https://github.com/anthropics/anthropic-sdk-typescript/issues/288)) ([f040dc9](https://github.com/anthropics/anthropic-sdk-typescript/commit/f040dc9d39a3ec471a87ac8eb93387fb7d9960c3))

* **types:** 公開型定義から NodeJS.ProcessEnv 参照を削除 ([#367](https://github.com/anthropics/anthropic-sdk-typescript/issues/367)) ([fd38dfd](https://github.com/anthropics/anthropic-sdk-typescript/commit/fd38dfdc48beec5d0d3640b65ac3e467bc73ea4e))

### その他の変更

* **docs:** スキルバージョン `latest` サポートおよびメモリバージョン保持に関する説明を明確化 ([7405a69](https://github.com/anthropics/anthropic-sdk-typescript/commit/7405a692be3ab6728037223482337f640cfa00b9))

* **examples:** 冗長な main().catch ボイラープレートを削除 ([154ace7](https://github.com/anthropics/anthropic-sdk-typescript/commit/154ace7ea8ccd66d59b3a7d2ca61dcff82b39417))

* **internal:** CI 実行の最適化 ([0532c98](https://github.com/anthropics/anthropic-sdk-typescript/commit/0532c9878433dd93cc1b7b34c8a895f2a80aeb2c))

* **internal:** コード生成関連の更新 ([228ff1e](https://github.com/anthropics/anthropic-sdk-typescript/commit/228ff1e5fa09fe6d6e1cca2cb876d2fa29d431b6))

* **internal:** ワークフロー微調整 ([41b6c31](https://github.com/anthropics/anthropic-sdk-typescript/commit/41b6c3190f4c4196817e9102fac1f9fca674452e))

* **internal:** publint および attw リントチェックを強化 ([e3fbd62](https://github.com/anthropics/anthropic-sdk-typescript/commit/e3fbd62677554699b51498179fe15feb73f1f24e))

### ドキュメント更新

* **api:** セッションスレッドエージェントおよび usage.iterations コンパクション説明を明確化(ベータ版) ([6e852a7](https://github.com/anthropics/anthropic-sdk-typescript/commit/6e852a70ee5db1d514e9459ac627324bfe6c904f))

* **examples:** thinking 例でアダプティブ thinking を使用 ([3dd7699](https://github.com/anthropics/anthropic-sdk-typescript/commit/3dd7699110fd34b82b795841e76ac40122a63c7d))

API/SDK対象: 開発者

出典: https://github.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.121.0

媒体: SDK (anthropic-sdk-typescript)

※本記事は Anthropic / Claude 関連の公開情報を基に AI (OpenAI GPT-4o-mini) が日本語で要約・分類した二次的著作物です。著作権法第32条の引用要件に基づき出典 URL を必ず併記しています。要約は AI 生成のため誤訳・誤解釈を含む可能性があります。詳細・正確な情報は必ず出典元の原文をご確認ください。