openclaw v2026.6.6-beta.2 リリースノート: 新機能 & 変更履歴
openclaw v2026.6.6-beta.2 リリースノート: 新機能 & 変更履歴
openclaw v2026.6.6-beta.2 では、セキュリティ境界の大幅な強化、モデルプロバイダーのサポート拡大、および Control UI とメモリインデックス作成の重要なパフォーマンス最適化が提供されます。
主要な変更点
セキュリティの強化
セキュリティ境界は、いくつかの重要な領域において大幅に強化されました:
- Host Environment: ホストの exec sanitizer は、リクエストスコープの Rustup 環境変数のオーバーライドをブロックし、unsafe なホスト環境の拒否リストを拡張して、追加のインタプリタ起動および検索パス変数を拒否するようにしました。Git プロトコル制御の環境変数も、Git 転送ポリシーの緩和を防ぐためにブロックされます。
- Sandbox & Codex: Sandbox の bind ソースは、ブロックされた子要素をカバーする親ソースを拒否するために、双方向で検証されるようになりました。Codex sandbox の exec-server HTTP ブリッジは、プライベートまたは内部の HTTP ターゲットを拒否し、検証済みの DNS 結果を固定して検証/接続のドリフトを防ぎます。
- Access Control: Discord のモデレーションアクションは、Microsoft Teams のグループ管理アクションは、信頼できるリクエスト送信者(trusted requester sender)を必要とするようになりました。さらに、削除されたエージェントのガードは、バイパスのために ACP メタデータが必要となり、ACP 形状のセッションキーのみが ACP ランタイムセッションの証明として扱われないようにすることを保証します。
- Data Protection: トランスクリプト画像の Redaction(墨消し)は、検証済みの不透明な画像ペイロードを保持することで、機密パターンが base64 バイトを破損することを防ぎます。ブラウザツールの出力は、行頭の
MEDIA:ディレクティブを中和化し、モデルに向けた出力にそれらが現れるのを防ぎます。
プロバイダー & モデルのサポート
- Anthropic: Claude Fable 5 のサポートを、直接 API、Vertex、Bedrock、および Anthropic 互換のデプロイメントエイリアス全体で追加しました。これには、adaptive-thinking デフォルト設定と拒否処理が含まれます。
- OpenRouter: OpenRouter PKCE OAuth ログインを、トップレベルの CLI オンボーディングプロセスに統合しました。
- OpenAI: Realtime voice は、OAuth bearer トークンの代わりに OpenAI Platform API-key 認証を必要とするようになりました。さらに、Gemma 4 openai-completions モデルについては、reasoning コンテンツのリプレイが保持されるようになりました。
- Ollama: SDK の session factory は、プロバイダーの thinking デフォルト(例:Ollama の
Sources
- Releasev2026.6.6-beta.2 — openclaw 2026.6.6-beta.2
- PRfix(browser): honor cdpUrl for user default profile
- PRfix(imessage): skip idle approval discovery scans
- PRfix(codex): avoid guardian review for local models
- PRPreserve Telegram streamed text blocks between tool calls
- PRfix(codex): normalize dynamic tool progress results
- PRfix(imessage): persist echo markers before send
- PRfix(telegram): restore /compact on generic message ingress
- PRfeat(cli): emit commentary progress events from Claude CLI parser
- PRfix(gateway): support Streamable HTTP MCP transport on loopback server
- PRFail closed on exec approval timeout
- PRfix(agents): deliver native /compact replies through source suppression
- PRfix(cli): bridge inter-tool commentary events to channel progress
- PRfix(telegram): route account-scoped topic agents
- PRfeat(diagnostics-otel): capture tool input/output content via trusted channel
- PRfix(imessage): always-on inbound recovery and dedupe
- PRfix(browser): neutralize media directives in browser output [AI]
- PRfix(imessage): honor block streaming config
- PRfix(mcp): repair OAuth redirect, errors, and unicode schema patterns
- PRblock unauthorized Telegram DM text from prompt context
- PRFix transcript image redaction
- PRperf(control-ui): reuse startup model metadata
- PRperf(control-ui): avoid startup catalog wait
- PRperf(control-ui): trace first assistant event
- PRfeat: dogfood reusable ClawHub package publish
- PRperf(control-ui): warn on slow first replies
- PRFix context-engine compaction ownership for Codex sessions
- PRperf(control-ui): lazy load slash commands
- PRfix: block rustup toolchain env overrides [AI]
- PRfix: expand unsafe host env denylist
- PRfix: block git protocol env controls [AI]
- PRfix(agents): preserve reasoning_content replay for Gemma 4 openai-completions models
- PRSupport existing-session browser CDP endpoints
- PRValidate sandbox bind parent paths [AI]
- PRfix(discord): require sender for moderation actions [AI]
- PRfix(msteams): require admin for group actions
- PRfix(browser): validate discovered CDP websocket URLs
- PRfix(elevated): reject group ids as senders
- PRfix(gateway): restrict non-owner loopback tools
- PRfix(search): enforce native web search tool policy
- PRfix(mcp): harden stdio env filtering
- PRfix(codex): guard sandbox http requests
- PRfix: require ACP metadata for deleted-agent bypass
- PRfix(imessage): harden outbound send transport
- PRfix(imessage): surface inbound startup diagnostics
- PRfeat: add OpenRouter OAuth to onboarding
- PRShare channel draft chunking resolver
- PRFix Telegram callback API handling
- PRfeat(anthropic): support Claude Fable 5 adaptive thinking
- PRfix(telegram): use SDK dispatch dedupe
- PRfix(telegram): audit follow-ups — block-mode chunk config, dedupe bucket cleanup, grammy contract trust
- PRfix(CLI): validate gateway-facing timeout input
- PRfix(cli): validate gateway-rpc --timeout
- PRfix(agents): drop stale exec approval followups after session rebind
- PRfix(whatsapp): route captured replies through successor controller after restart
- PRfix(gateway): share approval runtime socket token
- PRfix #88009: [Feature]: batched memory embedding should batch over files
- PRfix(delivery): suppress Codex/Harmony internal protocol artifacts from user-facing channels
- PRfix(feishu): retry on send rate-limit errors (230020/230006)
- PRfix(tui): show connection host in footer
- PRperf(config): dedupe plugin auto-enable fanout work
- PR[plugin sdk] Allow declared installed trusted hooks
- PRfix(discord): hydrate reply context metadata
- PRfix(talk): show OpenAI Realtime WebRTC assistant transcripts
- PRfix(models): persist agent catalog cache
- PRfix(cron): cancel active cron task runs
- PRfix(cron): recover no-deliver tool warnings
- PRperf(tui): prewarm runtime plugins before first send
- PRfix(config): warn for retired skill-workshop plugin entry instead of failing validation (#90244)
- PRfix(doctor): report managed plugin version drift
- PRfix(gateway): skip deleted-agent guard for ACP harness session keys
- PRfix(memory): move local llama.cpp runtime to provider plugin
- PRfix(compaction): lower default timeout from 900s to 180s, preserve explicit config
- PRfix: clarify provider quota errors
- PRfeat(qqbot): add /bot-group-allways command to toggle mention requirement
- PRfix(memory-lancedb): guard memory recall output [AI]
- PRfix(reply-queue): remove the drained item by reference instead of front index
- PRfeat: canonicalize Codex protocol JSON asset ordering
- PRFix config.patch explicit array replacement
- PRImprove iPad and iPhone control surfaces
- PRFix stale main session startup recovery
- PRfix(openai): require api-key auth for realtime voice
- PRfix(agents): trim dense text delta snapshots
- PRfix(update): recover package gateway restart after refresh failure
- PRfix: let ClawHub dry runs skip publish approval
- PRfix(update): expose plugin convergence repair
- PRfix(gateway): surface headless LaunchAgent state
- PRfix(line): canonicalize trailing-slash webhook paths
- PRfix(ollama): use provider thinking default in SDK session factory
- PRfix(mattermost): keep default replies in existing threads
- PRfix(discord): restore runtime timeout compatibility exports
- PRfix(status): restore Codex synthetic usage line
- PRfix(auth): verify SQLite auth migration before cleanup
- PRfix(memory-core): keep QMD JSON search one-shot
- PRFix stale visible reply recovery
- PRfix(memory-core): filter stale recall entries in REM harness preview
- PRfix(webchat): finalize provider failure lifecycle
- PRfix(agents): retry same model across short rate-limit windows
- PRfix(config): stop config.patch replacePaths index suffix from widening array consent
- PRfix(gateway): arm qmd startup maintenance
- PRfix(plugins): rescan storm in "/models" call (regression shipped since v2026.5.18)
- PRfix(android): avoid dataSync FGS for persistent node
- PRfix(ui): require user intent for chat sessions
- PRFix Docker store seed target packages
- PRfix: bound native hook relay lifetime