AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
OpenClaw Changelog·2026年5月13日 08:38·約9分で読める

OpenClaw バージョン 2026.5.12-beta.3 の修正内容

TL;DR

開発チームは、認証プロファイルに OpenAI 認証情報を保存した場合でも画像生成ツールが利用可能になるよう Codex ハーネスを修正し、pnpm 11 環境下で Baileys の依存関係問題を解消しました。

修正事項

  • Codex ハーネス:環境変数ではなくエージェントの auth-profile ストアに OpenAI の認証情報が格納されている場合でも、画像生成などの認証プロファイルに依存するメディアツールが利用可能であることを維持します。
  • WhatsApp/インストール:pnpm 11 において Baileys の固定された libsignal git サブ依存関係を許可し、ソースからのインストールとローカルチェックが完了できるようにします。
  • Codex ハーネス:環境変数ではなくエージェントの auth-profile ストアに OpenAI の認証情報が格納されている場合でも、画像生成などの認証プロファイルに依存するメディアツールが利用可能であることを維持します。
  • memory-wiki 修正:取り込み [AI] に管理者スコープを必須としました。(#80897) @pgondhi987 氏に感謝します。
  • memory-wiki:Obsidian の検索 [AI] に書き込みスコープを必須としました。(#80904) @pgondhi987 氏に感謝します。
  • ビルド:ビルドエントリから除外されたバンドルプラグインのコピー済みメタデータをスキップし、更新/ステータスの再構築で QQ Bot ランタイムファイルの欠落が誤って表示されるのを防止しました。(#80925)
  • コントロール UI/セッション:セッションピッカードロップダウンでサブエージェントのセッションを親セッションの下にネストし、視覚的に「└─」プレフィックスを追加して親子関係を明確にします。#77628 を修正しました。(#78623) @chinar-amrutkar 氏に感謝します。
  • オートリプライ:設定されたモデルバックエンドが失敗し、フォールバックで表示可能な返信が生成されない場合に、意図的なサイレントターンや副作用のみの配信を維持しつつ、明確なエラーを表示するようにしました。(#80917) @dutifulbob 氏に感謝します。
  • エージェント/実行:サブエージェントセッションの実行完了に対する冗長なハートビートのウェイクアップをスキップし、親セッションでの不要な LLM 呼び出しを防ぎます。#66748 を修正しました。(#66749) @ggzeng 氏に感謝します。
  • プロバイダーストリーム:OpenAI 互換 SSE および JSON フォールバックストリームの排水を分割チャンク全体にわたって維持し、Azure レスポンスのストリームはストールするのではなく、有界な最初のイベント診断で失敗するようにしました。Refs #80926. (#80927) @galiniliev 氏および @CaptainTimon 氏に感謝します。
  • エージェント:サポートリクエスト ID を含む汎用プロバイダ内部エラーを、ユーザーフレンドリーな一時的エラーコピーへ書き換えました。(#49401) @y471823206 氏に感謝します。

変更点

  • ゲートウェイ/OpenAI HTTP: 受信した /v1/chat/completions リクエストにおいて max_completion_tokens および max_tokens を尊重し、クライアントが指定したトークン上限を streamParams.maxTokens を経由してアップストリームのプロバイダへ伝達できるようにしました。両方が送信された場合は max_completion_tokens が優先されます。@Lellansin 氏に感謝します。
  • モデル/OpenAI CLI 認証: openclaw models auth login --provider openai コマンドがデフォルトで ChatGPT/Codex アカウントのログインを開始するように変更しました。一方、--method api-key は明示的な OpenAI API キー設定パスとして残ります。
  • Google/Gemini: SDK OAuth 認証結果のデフォルト構成パッチ内に廃止された Gemini 3 Pro Preview の ID を正規化し、ヘルパーが構築したプロバイダ認証フローで Gemini 3.1 テスト用に google/gemini-3.1-pro-preview が出力されるようにしました。
  • Google/Gemini: openclaw models auth login --set-default プロバイダ認証フローによって直接返された廃止された Gemini 3 Pro Preview の ID を、設定ファイルに書き込む前に正規化し、Gemini テスト対象を google/gemini-3.1-pro-preview に統一しました。
  • Google/Gemini: API キーのオンボーディング時にエージェントデフォルトを再適用するだけで、プロバイダーカタログ行内の引退した Gemini 3 Pro Preview の ID を正規化し、発行される設定が google/gemini-3.1-pro-preview のテストを継続するようにします。
  • Docs/subagents: サブエージェントおよび構成リファレンスにおいて、agents.defaults.subagents.announceTimeoutMs を文書化しました。(#75509) @akrimm702 氏に感謝します。
  • Cron: 保存された cron ジョブを ID で検査するための直接の cron.get、openclaw cron get、および agent-tool get のサポートを追加しました。(#75117) @samzong 氏に感謝します。
  • Agents/tools: キャンセル可能な送信者キーを持つ送信者ごとのツールポリシーを追加し、オペレーターがグローバル、エージェント、グループ、コア、バンドル、プラグインの各ツール表面において、リクエスト元のアイデンティティに基づいて危険なツールを制限できるようにしました。(#66933) @JerranC 氏に感謝します。
  • ACP: Gateway セッションの系譜メタデータを ACP セッション一覧およびセッション情報スナップショットを通じて公開し、プライベートな Gateway サイドチャネルなしでクライアントがサブエージェントグラフをレンダリングできるようにしました。(#73458) @samzong 氏に感謝します。
  • Channels/iMessage: openclaw channels status --channel フィルタリングを追加し、BlueBubbles から iMsg への切り替えパスを文書化しました。これにより、オペレーターは両方のチャネルモニターを開始せずに iMessage をプローブできます。(#80706) @omarshahine 氏に感謝します。
  • CI: プラグインの非ブロッキング型 plugin-inspector-advisory アーティファクトを Plugin Prerelease に追加し、リリース実行がブロッキングゲートを変更せずにバンドルされたプラグインの互換性トリアージをキャプチャできるようにしました。
  • Runtime/Fly: ランタイム環境変数から Fly Machines をコンテナ環境として検出し、ゲートウェイのバインドと Bonjour のデフォルト設定がリモートのコンテナ起動に一致するようにします。(#80209) @liorb-mountapps 氏に感謝。
  • Providers/fal: GPT Image 2 および Nano Banana 2 に対する reference-image 編集リクエストを、image_urls 配列を用いて /edit エンドポイントへルーティングし、aspect_ratio パラメータと resolution パラメータを使用して NB2 の編集ジオメトリを強制します。また、Fal の編集モードにおける入力画像の上限を GPT Image 2 で 10 に、Nano Banana 2 で 14 に引き上げ、編集モードでアスペクト比のヒントも許可できるようにしました。(#77295) @leoge007 氏に感謝。
  • Control UI: アプリケーションモジュールが一度も登録されない場合に、シンプルな HTML の回復パネルを表示し、空白のダッシュボードページに対して再試行パスとブラウザ拡張機能のトラブルシューティングリンクを提供します。#44107 を修正しました。@BunsDev 氏に感謝。
  • Docs: 広範なツールのナビゲーションを「Capabilities」へ改名し、自動化およびエージェント調整はセクションとして維持し、ツール概要についてはツール、スキル、プラグインに焦点を当てたままとします。https://docs.openclaw.ai/tools
  • Build: プロミス、TypeScript、ランタイムの落とし穴チェックに関する低変更率の oxlint ルールを追加で有効化しました。
  • Build: 集中、無効化、条件付き、フック、マッチャー、および期待値の危険性に対する Vitest のより厳格なリンタールールを有効化しました。
  • Build: 共有フォーマッタ設定において oxfmt のデフォルトを明示的に固定し、アップグレード間でのフォーマット動作が安定するようにしました。
  • TypeScript: 暗黙的な戻り値、副作用を持つインポート、オーバーライド、および未使用の生産用コードに対するより厳格なコンパイラチェックを有効化しました。
  • ログ機能:対象モデルの転送、ペイロード、SSE(Server-Sent Events)、コードモード診断を追加し、URL の一部を隠蔽する処理を実装しました。
  • エージェント:デフォルト値を 5 に保ちつつ、セッション内の agentToAgent.maxPingPongTurns を最大 20 まで引き上げ、エージェント間のより長い応答チェーンに対応できるようにしました。Issue #52382 を修正します。(PR #52400)@thirumaleshp 氏に感謝します。
  • エージェント:サンドボックス化されたパブリックエージェントが、グローバルボットポリシーを変更せずに、現在の会話へのメッセージ送信のみを制限できるように、per-agent tools.message.crossContext のオーバーライド機能を追加しました。
  • エージェント:サンドボックス化されたパブリックエージェントが、送信専用メッセージツールの公開と強制適用を行えるように、per-agent tools.message.actions.allow のオーバーライド機能を追加しました。
  • エージェント:内部のサンドボックス診断は変更せず、コンパクトなコマンド進行状況プレビューからサンドボックスワークスペースのマーカーを省略しました。
  • エージェント:Discord 内のツール更新でより有用なコマンドコンテキストが保持されるよう、進行状況ドラフトのコマンドプレビュー行の幅を 50% 拡大しました。
  • Codex アプリサーバー:有期限のターン中断後にタイムアウトしたアプリサーバークライアントを廃止し、試行のタイムアウト発生後に Discord エージェントが CPU を使い果たす Codex プロセスを再利用しないようにしました。
  • Codex アプリサーバー:移行されたネイティブプラグインの破壊的アクションポリシーのデフォルト値を有効に設定しましたが、明示的なグローバルおよびプラグインごとの false オーバーライドは維持します。
  • ビルド:ワークスペースのパッケージ管理を pnpm 11 にアップグレードし、Docker、インストール、更新、リリースのワークフローを pnpm 11 の構成サーフェス上に維持しました。(PR #79414)@altaywtf 氏に感謝します。
  • ビルド:Teleg
原文を表示

Fixes

  • Codex harness: keep auth-profile-backed media tools such as image_generate available when OpenAI auth lives in the agent's auth-profile store instead of environment variables.
  • WhatsApp/install: allow Baileys' pinned libsignal git subdependency under pnpm 11 so source installs and local checks can complete.
  • Codex harness: keep auth-profile-backed media tools such as image_generate available when OpenAI auth lives in the agent's auth-profile store instead of environment variables.
  • fix(memory-wiki): require admin scope for ingest [AI]. (#80897) Thanks @pgondhi987.
  • memory-wiki: require write scope for Obsidian search [AI]. (#80904) Thanks @pgondhi987.
  • Build: skip copied metadata for bundled plugins that are excluded from build entries, preventing update/status rebuilds from advertising missing QQ Bot runtime files. (#80925)
  • Control UI/sessions: nest subagent sessions under their parent session in the session picker dropdown using a visual └─ prefix, making the parent-child relationship clear. Fixes #77628. (#78623) Thanks @chinar-amrutkar.
  • Auto-reply: surface a visible error when the configured model backend fails and fallback produces no visible reply, while preserving intentional silent turns and side-effect-only deliveries. (#80917) Thanks @dutifulbob.
  • Agents/exec: skip redundant heartbeat wake-ups for subagent session exec completions, preventing spurious LLM invocations on parent sessions. Fixes #66748. (#66749) Thanks @ggzeng.
  • Provider streams: keep OpenAI-compatible SSE and JSON fallback streams draining across split chunks and fail Azure Responses streams with a bounded first-event diagnostic instead of stalling. Refs #80926. (#80927) Thanks @galiniliev and @CaptainTimon.
  • Agents: rewrite generic provider internal errors with support request IDs into user-friendly transient error copy. (#49401) Thanks @y471823206.

Changes

  • Gateway/OpenAI HTTP: honor max_completion_tokens and max_tokens on inbound /v1/chat/completions requests so client-provided token caps reach the upstream provider via streamParams.maxTokens, with max_completion_tokens taking precedence when both are sent. Thanks @Lellansin.
  • Models/OpenAI CLI auth: make openclaw models auth login --provider openai start the ChatGPT/Codex account login by default, while --method api-key remains the explicit OpenAI API-key setup path.
  • Google/Gemini: normalize retired Gemini 3 Pro Preview ids inside SDK OAuth auth-result default config patches, so helper-built provider auth flows emit google/gemini-3.1-pro-preview for Gemini 3.1 testing.
  • Google/Gemini: normalize retired Gemini 3 Pro Preview ids returned by direct openclaw models auth login --set-default provider auth flows before writing config, so Gemini testing targets google/gemini-3.1-pro-preview.
  • Google/Gemini: normalize retired Gemini 3 Pro Preview ids in provider catalog rows when API-key onboarding only reapplies the agent default, so emitted config keeps testing google/gemini-3.1-pro-preview.
  • Docs/subagents: document agents.defaults.subagents.announceTimeoutMs in the sub-agent and configuration references. (#75509) Thanks @akrimm702.
  • Cron: add direct cron.get, openclaw cron get , and agent-tool get support for inspecting one stored cron job by id. (#75117) Thanks @samzong.
  • Agents/tools: add per-sender tool policies with canonical channel-scoped sender keys, so operators can restrict dangerous tools by requester identity across global, agent, group, core, bundled, and plugin tool surfaces. (#66933) Thanks @JerranC.
  • ACP: expose Gateway session lineage metadata through ACP session listings and session info snapshots so clients can render subagent graphs without private Gateway side channels. (#73458) Thanks @samzong.
  • Channels/iMessage: add openclaw channels status --channel filtering and document the BlueBubbles-to-imsg cutover path so operators can probe iMessage without starting both channel monitors. (#80706) Thanks @omarshahine.
  • CI: add a non-blocking plugin-inspector-advisory artifact to Plugin Prerelease so release runs capture bundled plugin compatibility triage without changing the blocking gate.
  • Runtime/Fly: detect Fly Machines as container environments from their runtime env vars, so gateway bind and Bonjour defaults match remote container launches. (#80209) Thanks @liorb-mountapps.
  • Providers/fal: route GPT Image 2 and Nano Banana 2 reference-image edit requests to /edit with image_urls array, enforce NB2 edit geometry using aspect_ratio and resolution params, lift Fal edit mode input-image caps to 10 for GPT Image 2 and 14 for Nano Banana 2, and allow aspect-ratio hints in edit mode. (#77295) Thanks @leoge007.
  • Control UI: show a plain HTML recovery panel when the app module never registers, giving blank dashboard pages a retry path and browser-extension troubleshooting link. Fixes #44107. Thanks @BunsDev.
  • Docs: rename the broad tools nav to Capabilities, keep automation and agent coordination as sections, and keep the tools overview focused on tools, skills, and plugins. https://docs.openclaw.ai/tools
  • Build: enable additional low-churn oxlint rules for promise, TypeScript, and runtime footgun checks.
  • Build: enable stricter Vitest lint rules for focused, disabled, conditional, hook, matcher, and expectation hazards.
  • Build: pin explicit oxfmt defaults in the shared formatter config to keep formatting behavior stable across upgrades.
  • TypeScript: enable stricter compiler checks for implicit returns, side-effect imports, overrides, and unused production code.
  • Logging: add targeted model transport, payload, SSE, and code-mode diagnostics with redacted URL handling.
  • Agents: allow session.agentToAgent.maxPingPongTurns up to 20 while keeping the default at 5 for longer agent-to-agent reply chains. Fixes #52382. (#52400) Thanks @thirumaleshp.
  • Agents: add per-agent tools.message.crossContext overrides so sandboxed/public agents can restrict message sends to the current conversation without changing the global bot policy.
  • Agents: add per-agent tools.message.actions.allow overrides so sandboxed/public agents can expose and enforce send-only message tools.
  • Agents: omit the sandbox workspace marker from compact command progress previews while keeping internal sandbox diagnostics unchanged.
  • Agents: widen progress draft command preview lines by 50% so Discord inline tool updates preserve more useful command context.
  • Codex app-server: retire timed-out app-server clients after bounded turn interrupts so Discord agents do not reuse a CPU-spinning Codex process after an attempt timeout.
  • Codex app-server: default migrated native plugin destructive-action policy to enabled while preserving explicit global and per-plugin false overrides.
  • Build: upgrade workspace package management to pnpm 11 and keep Docker, install, update, and release workflows on the pnpm 11 config surface. (#79414) Thanks @altaywtf.

Build: align Teleg

この記事をシェア

関連記事

OpenClaw Changelog2026年6月10日 13:42

v2026.6.10-alpha.1

OpenClaw Changelog2026年6月10日 07:00

v2026.6.9-alpha.3

OpenClaw Changelog2026年6月10日 03:26

OpenClaw 2026.6.5 リリースノート

OpenClaw はバージョン 2026.6.5 をリリースし、QQBot がモデルの推論プロセスをネイティブ配信前に除去する機能を追加した。これにより、チャネル返信に思考内容が漏洩するリスクを防ぐ。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む