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

AIニュース最前線

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

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

OpenClaw の新ベータ版がメッセージングと自動化に機能を追加

TL;DR

開発チームは OpenClaw の新ベータ版(2026.4.29)をリリースし、メッセージングおよび自動化機能においてデフォルトでアクティブ実行制御や可視返信強制などの新機能を導入した。

2026.4.29

ハイライト

  • メッセージングと自動化において、デフォルトでアクティブ実行の制御が可能になり、返信の強制表示が適用され、生成されたサブエージェントのルーティングメタデータが追加され、ハートビート配信のリマインダーにはオプトイン型のフォローアップコミットメントが用意されました。@vincentkoc さん、@scoootscooob さん、@samzong さん、@vignesh07 さんに感謝します。
  • メモリ機能は、出典情報の表示、会話ごとのアクティブメモリフィルタ、タイムアウト時の部分的な想起、および制限付き REM プレビュー診断機能を備えた「人間認識型ウィキ」へと進化しました。@vincentkoc さん、@quengh さん、@joeykrug さん、@samzong さんに感謝します。
  • プロバイダー/モデルのカバレッジが拡大し、NVIDIA のオンボーディングとカタログの追加、マニフェストベースの高速なモデル/認証パスの実装、Bedrock Opus 4.7(思考機能)との同等性の達成、および Codex/OpenAI と互換性のあるより安全なリプレイおよびストリーミング動作が実現されました。@eleqtrizit さん、@shakkernerd さん、@prasad-yashdeep さん、@woodhouse-bot さん、@LyHug さんに感謝します。
  • ゲートウェイとパッケージ化プラグインの信頼性向上に注力し、低速ホストでの起動遅延対策、再利用可能なモデルカタログ、イベントループの準備状況診断、ランタイム依存関係の修復、 stale セッション(陳旧セッション)の回復、バージョンスコープ限定の更新キャッシュ機能が強化されました。@lpendeavors さん、@DerFlash さん、@vincentkoc さん、@pashpashpash さん、@jhsmith409 さんに感謝します。
  • チャネル関連の不具合修正は、Slack Block Kit の制限対応、Telegram プロキシ/ウェブフック/ポーリング/送信の耐性強化、Discord の起動時およびレート制限処理、WhatsApp の配信とライブ状態確認、Microsoft Teams/Matrix/Feishu におけるエッジケースへの対応に集中しています。@slackapi さん、@SymbolStar さん、@djgeorg3 さん、@TinyTb さん、@dseravalli さん、@nklock さん、@alex-xuweilong さんに感謝します。
  • セキュリティと運用において、OpenGrep スキャンの追加、GHSA トリアージポリシーの明確化、より安全な exec/pairing/owner スコープ処理、Docker およびオンボーディング自動化、信頼できるプロキシスタック向けの web-fetch IPv6 ULA オプトインが実装されました。@jesse-merhi さん、@pgondhi987 さん、@mmaps さん、@jinjimz さん、@jeffrey701 さんに感謝します。

Changes

  • セキュリティ/ツール: ツールセクション(tools.exec, tools.fs)を設定しても、制限付きプロファイル(メッセージング、最小限など)が暗黙的に拡張されることはなくなりました。制限付きプロファイル下でこれらのツールを使用する必要がある場合は、明示的な alsoAllow エントリを追加する必要があります。影響を受ける設定については起動時に警告が表示されます。#47487 を修正しました。@amknight さんに感謝します。
  • エージェント/コミットメント: オプトイン型の推論されたフォローアップコミットメントが追加されました。これには、バッチ処理による非表示の抽出、エージェント別・チャンネル別のスコーピング、ハートビート配信、CLI 管理機能が含まれます。また、シンプルな設定項目として commitments.enabled および commitments.maxPerDay が用意され、ハートビート間隔の期限がクリンプ(clamping)されることで、魔法のようなチェックインが即座に繰り返されないように調整されています。(#74189)@vignesh07 さんに感謝します。
  • メッセージ/キュー: スティール(steer)により、次のモデル境界で保留中の Pi ステアリングメッセージをすべて排水するように変更されました。従来の 1 つずつのステアリングはキューとして維持され、専用のステアリングキュードキュメントページが追加されました。@vincentkoc さんに感謝します。
  • メッセージ/キュー: デフォルトのアクティブ実行キューイングは、500 ミリ秒のフォローアップフォールバックデバウンスを伴うスティールモードに設定され、コマンドキューページ上でキューモード、優先順位、ドロップポリシーが文書化されました。@vincentkoc さんに感謝します。
  • メッセージ機能:演算者が任意のソースチャットからメッセージ(action=send)を介して可視出力を必須化できるように、グローバルな messages.visibleReplies を追加しました。一方、messages.groupChat.visibleReplies はグループ/チャンネルのオーバーライドとして引き続き利用可能です。@scoootscooob 氏に感謝します。
  • ゲートウェイ/イベント:サブエージェントチャットおよびエージェントブロードキャストペイロードに spawnedBy を公開し、クライアントが追加のセッション参照なしで子セッションイベントをルーティングできるようにしました。(#63244) @samzong 氏に感謝します。
  • メモリ/ウィキ:演算者向けの人々ウィキメタデータ、正規化された別名、人物カード、関係グラフ、プライバシー/出所レポート、証拠種別の詳細表示、および人物検索・質問ルーティング・ソース証拠・生来的主張のための検索モードを追加しました。@vincentkoc 氏に感謝します。
  • アクティブメモリ:演算者が選択したダイレクト、グループ、またはチャンネルの会話のみでリコールを有効化し、広範なセッションはスキープできるように、オプションの会話ごとの allowedChatIds および deniedChatIds フィルタを追加しました。(#67977) @quengh 氏に感謝します。
  • アクティブメモリ:非表示メモリのサブエージェントがタイムアウトした場合でも、デフォルトの一時トランスクリプトパスを含む制限付きの部分的リコールサマリーを返すようにし、有用な回復された文脈が廃棄されないようにしました。(#73219) @joeykrug 氏に感謝します。
  • ゲートウェイ/メモリ:演算者クライアントが変換パスを実行せずに制限付き REM ドーミング出力をプレビューできるように、読み取り専用の doctor.memory.remHarness RPC を追加しました。(#66673) @samzong 氏に感謝します。
  • プロバイダー/NVIDIA: API キーによるオンボーディング、セットアップドキュメント、静的カタログメタデータ、およびリテラルモデル参照ピッカーのサポートを追加し、NVIDIA ホスト型モデルをプロバイダープレフィックスを維持したまま選択できるようにしました。(#71204) @eleqtrizit 氏に感謝。
  • モデル: OpenAI Codex/GPT-5.4-mini の明示的に設定されたインラインエントリを抑制し、OpenClaw Doctor --fix によって記述された古いモデル設定がマニフェスト機能ブロックを迂回して、ChatGPT ベースの Codex アカウントでランタイムがそのモデルに切り替わった際にアシスタントターン失敗が繰り返されることを防止します。条件付き抑制(例:Qwen コーディングプランエンドポイントガード)は、明示的なユーザー設定によって依然として迂回可能です。(#74451) @0xCyda 氏、@hclsys 氏、@Marvae 氏に感謝。
  • SQLite ベースのプラグイン状態ストア (api.runtime.state.openKeyedStore) を追加し、TTL(有効期限)、エビクション(淘汰)、および自動的なプラグイン分離を備えた再起動安全なキー付きレジストリを実現しました。@amknight 氏に感謝。
  • プラグイン SDK: 残りのレガシーエイリアスエクスポートと diffs ツール/設定エイリアスに非推奨メタデータを付与し、将来のレガシーエイリアスコメントには @deprecated タグが必要となるガードを追加しました。@vincentkoc 氏に感謝。
  • CLI/QR/依存関係: 小さなターミナル進捗表示と QR ラッパーヘルパーを内部化しつつ、実際の QR エンコーダー依存関係を直接維持することで、デフォルトのランタイム依存性グラフを縮小し、QR 出力動作は変更せずに済ませました。@vincentkoc 氏に感謝。
  • 依存関係:ACP、Pi、AWS SDK、TypeBox、pnpm、oxlint、oxfmt、jsdom、pdfjs、ciao、tokenjuice を含むワークスペースランタイム、プラグイン、ツールリングパッケージの更新を行い、パッチ適用された ACP の動作とリンティングゲートを最新の状態に保ちます。@mariozechner 氏に感謝します。

Gateway/dev:デフォルトでは、gateway:watch:raw というコマンドを備えた名前付き tmux セッションを通じて pnpm gateway:watch を実行します

原文を表示

2026.4.29

Highlights

  • Messaging and automation get active-run steering by default, visible-reply enforcement, spawned subagent routing metadata, and opt-in follow-up commitments for heartbeat-delivered reminders. Thanks @vincentkoc, @scoootscooob, @samzong, and @vignesh07.
  • Memory grows into a people-aware wiki with provenance views, per-conversation Active Memory filters, partial recall on timeout, and bounded REM preview diagnostics. Thanks @vincentkoc, @quengh, @joeykrug, and @samzong.
  • Provider/model coverage expands with NVIDIA onboarding/catalogs plus faster manifest-backed model/auth paths, Bedrock Opus 4.7 thinking parity, and safer Codex/OpenAI-compatible replay and streaming behavior. Thanks @eleqtrizit, @shakkernerd, @prasad-yashdeep, @woodhouse-bot, and @LyHug.
  • Gateway and packaged-plugin reliability focuses on slow-host startup, reusable model catalogs, event-loop readiness diagnostics, runtime-dependency repair, stale-session recovery, and version-scoped update caches. Thanks @lpendeavors, @DerFlash, @vincentkoc, @pashpashpash, and @jhsmith409.
  • Channel fixes cluster around Slack Block Kit limits, Telegram proxy/webhook/polling/send resilience, Discord startup/rate-limit handling, WhatsApp delivery/liveness, and Microsoft Teams/Matrix/Feishu edge cases. Thanks @slackapi, @SymbolStar, @djgeorg3, @TinyTb, @dseravalli, @nklock, and @alex-xuweilong.
  • Security and operations add OpenGrep scanning, sharper GHSA triage policy, safer exec/pairing/owner-scope handling, Docker/onboarding automation, and web-fetch IPv6 ULA opt-in for trusted proxy stacks. Thanks @jesse-merhi, @pgondhi987, @mmaps, @jinjimz, and @jeffrey701.

Changes

  • Security/tools: configured tool sections (tools.exec, tools.fs) no longer implicitly widen restrictive profiles (messaging, minimal). Users who need those tools under a restricted profile must add explicit alsoAllow entries; a startup warning identifies affected configs. Fixes #47487. Thanks @amknight.
  • Agents/commitments: add opt-in inferred follow-up commitments with hidden batched extraction, per-agent/per-channel scoping, heartbeat delivery, CLI management, a simple commitments.enabled/commitments.maxPerDay config, and heartbeat-interval due-time clamping so magical check-ins do not echo immediately. (#74189) Thanks @vignesh07.
  • Messages/queue: make steer drain all pending Pi steering messages at the next model boundary, keep legacy one-at-a-time steering as queue, and add a dedicated steering queue docs page. Thanks @vincentkoc.
  • Messages/queue: default active-run queueing to steer with a 500ms followup fallback debounce, and document the queue modes, precedence, and drop policies on the command queue page. Thanks @vincentkoc.
  • Messages: add global messages.visibleReplies so operators can require visible output to go through message(action=send) for any source chat, while messages.groupChat.visibleReplies stays available as the group/channel override. Thanks @scoootscooob.
  • Gateway/events: surface spawnedBy on subagent chat and agent broadcast payloads so clients can route child session events without an extra session lookup. (#63244) Thanks @samzong.
  • Memory/wiki: add agent-facing people wiki metadata, canonical aliases, person cards, relationship graphs, privacy/provenance reports, evidence-kind drilldown, and search modes for person lookup, question routing, source evidence, and raw claims. Thanks @vincentkoc.
  • Active Memory: add optional per-conversation allowedChatIds and deniedChatIds filters so operators can enable recall only for selected direct, group, or channel conversations while keeping broad sessions skipped. (#67977) Thanks @quengh.
  • Active Memory: return bounded partial recall summaries when the hidden memory sub-agent times out, including the default temporary-transcript path, so useful recovered context is not discarded. (#73219) Thanks @joeykrug.
  • Gateway/memory: add a read-only doctor.memory.remHarness RPC so operator clients can preview bounded REM dreaming output without running mutation paths. (#66673) Thanks @samzong.
  • Providers/NVIDIA: add the NVIDIA provider with API-key onboarding, setup docs, static catalog metadata, and literal model-ref picker support so NVIDIA hosted models can be selected with their provider prefix intact. (#71204) Thanks @eleqtrizit.
  • Models: suppress explicitly configured openai-codex/gpt-5.4-mini inline entries so a stale models config written by openclaw doctor --fix cannot bypass the manifest capability block and cause repeated assistant-turn failures when the runtime switches to that model on ChatGPT-backed Codex accounts. Conditional suppressions (e.g. qwen Coding Plan endpoint guards) remain bypassable by explicit user configuration. (#74451) Thanks @0xCyda, @hclsys, and @Marvae.
  • Added SQLite-backed plugin state store (api.runtime.state.openKeyedStore) for restart-safe keyed registries with TTL, eviction, and automatic plugin isolation. Thanks @amknight.
  • Plugin SDK: mark remaining legacy alias exports and diffs tool/config aliases with deprecation metadata, and add a guard so future legacy alias comments require @deprecated tags. Thanks @vincentkoc.
  • CLI/QR/dependencies: internalize small terminal progress and QR wrapper helpers while keeping the real QR encoder dependency direct, reducing the default runtime dependency graph without changing QR output behavior. Thanks @vincentkoc.
  • Dependencies: refresh workspace runtime, plugin, and tooling packages, including ACP, Pi, AWS SDK, TypeBox, pnpm, oxlint, oxfmt, jsdom, pdfjs, ciao, and tokenjuice, while keeping patched ACP behavior and lint gates current. Thanks @mariozechner.

Gateway/dev: run pnpm gateway:watch through a named tmux session by default, with gateway:watch:raw an

この記事をシェア

関連記事

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日報で今日の重要ニュースをまとめ読み

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