v2026.6.10-beta.2
OpenClaw の v2026.6.10-beta.2 リリースは、短文脈での自動高速モード導入やモデルルーティングの信頼性向上など、会話体験とシステム安定性を強化する重要な技術的改善を含む。
キーポイント
コンテキストに応じた自動高速モードの実装
短時間の対話では自動的に高速モードを有効にし、長文の処理時には通常モードに戻る適応型動作が導入され、レスポンス速度と安定性が両立する。
モデルルーティングとフォールバックの高度化
Zai モデル合成や GLM の過負荷時のフェイルオーバー処理が活性モデルカタログに整合し、ネイティブ推論レベルの選択もより信頼性の高いものとなった。
セッション状態とポリシーの安全性強化
チャネル切り替え時に古い起源フィールドをリセットする仕組みや、クロン配信の文脈維持機能が改善され、セキュリティリスクと不整合が低減された。
GLM-5 モデルの機能強化とフォールバック対応
合成された GLM-5 モデルのベース URL をマニフェストから取得するフォールバック処理が追加され、Zhipu GLM の過負荷状態を正しく分類してフェイルオーバー可能になりました。また、GLM-5.2 の推論レベルが AI 支援モードとして公開されました。
セッションとチャネルの安定性向上
ターゲットセッションでの cron 配信認識が維持され、チャネル切り替え時に古くなった per-channel 起源フィールドがリセットされるよう修正されています。さらに、コアドクターの健康状態が貢献順に保たれる仕組みも実装されました。
Copilot ハンネスと新機能の追加
Copilot のハンネスライフサイクルが完全なパリティ(同等性)を持つようリファクタリングされ、SDK 転送識別子のターゲット API が追加されました。また、「Fast Talks」に自動モードが新機能として実装されています。
重要な引用
OpenClaw can enable fast mode for short conversational turns, then return to normal mode for longer runs
Zai model synthesis, GLM overload failover, and native reasoning-level selection now follow the active model catalog more consistently
channel switches reset stale origin fields
fix(zai): fall back to manifest baseUrl for synthesized GLM-5 models.
refactor(copilot): complete harness lifecycle parity.
影響分析・編集コメントを表示
影響分析
この更新は、大規模な対話システムにおいてユーザー体験(UX)を最適化し、システム全体の可用性とセキュリティを高める重要なステップです。特に、動的なモード切り替えと堅牢なモデルルーティングの実装は、複雑な AI エージェント運用におけるパフォーマンスと信頼性のバランスを改善するものであり、実運用環境での安定稼働に寄与します。
編集コメント
ベータ版のリリースノートですが、モデル選択アルゴリズムの改善やセッション管理の強化は、実運用における予期せぬエラーを減らす上で極めて重要です。特に「自動高速モード」のような適応型挙動は、ユーザーが意識しなくてもシステムが最適化される点で評価できます。
2026.6.10
ハイライト
- 会話における自動高速モード: OpenClaw は、短い会話ターンに対しては高速モードを自動的に有効化し、より長い実行時にはバウンデッドフォールバックとデリバリ動作を伴って通常モードに戻ります。(#85104) @alexph-dev 氏および @vincentkoc 氏に感謝します。
- より信頼性の高いモデルルーティング: Zai モデル合成、GLM の過負荷フェイルオーバー、ネイティブ推論レベルの選択が、アクティブなモデルカタログをより一貫して追従するようになりました。(#94461, #93241, #94067, #94136) @Pandah97 氏、@chrysb 氏、@0xghost42 氏、@zhengli0922 氏、@openperf 氏、@civiltox 氏、および @BorClaw 氏に感謝します。
- より安全なセッションとチャンネル状態: チャンネル切り替えにより、期限切れのオリジンフィールドがリセットされ、cron デリバリの意識は対象セッションに保持されます。(#95328, #93580) @ZengWen-DT 氏、@jalehman 氏、@gorkem2020 氏、および @scotthuang 氏に感謝します。
- フック合成による信頼済みポリシーの維持: 合成されたフックレジストリは、承認依存フローに必要な信頼済みツールポリシーを保持します。(#94545) @jesse-merhi 氏に感謝します。
変更点
- エージェントおよびチャネルランタイム: fast-mode の状態は、リトライ、フォールト遷移、進捗イベント、埋め込み/CLI/ACP 正規化のいずれにおいても維持されるようになりました。セッションとチャネルルーティングでは、現在のターゲットと配信コンテキストが保持されます。(#85104, #93580, #95328) @alexph-dev さん、@vincentkoc さん、@scotthuang さん、@ZengWen-DT さん、@jalehman さん、@gorkem2020 さんに感謝します。
- プロバイダーの動作: モデルカタログは、ライブで発見されたモデルに対して、正しい Zai ベース URL、過負荷分類、ネイティブ推論制御を提供するようになりました。(#94461, #93241, #94067, #94136) @Pandah97 さん、@chrysb さん、@0xghost42 さん、@zhengli0922 さん、@openperf さん、@civiltox さん、@BorClaw さんに感謝します。
修正
- fast-mode およびポリシーの正しさ: フォールトカットオフとリセット通知が範囲内に収められ、繰り返される進捗イベントは引き続き表示可能となり、Codex サービスティアの状態が正規化され、フックレジストリを構成しても信頼されたポリシーが失われなくなりました。(#85104, #94545) @alexph-dev さん、@vincentkoc さん、@jesse-merhi さんに感謝します。
- モデルおよび配信のエッジケース: Zai および GLM のフェイルオーバーパスでは適切なランタイムメタデータが使用され、セッション変更をまたいで古いチャネル起源の状態が漏洩しなくなりました。(#94461, #93241, #95328) @Pandah97 さん、@chrysb さん、@0xghost42 さん、@zhengli0922 さん、@ZengWen-DT さん、@jalehman さん、@gorkem2020 さんに感謝します。
完全な貢献記録
この監査済み記録は、v2026.6.9..HEAD の履歴全体を網羅しています:マージされた PR は 11 件です。生成マニフェストも編集入力として直接コミットを提供しており、上記のグループ化された注記はユーザーへの影響を優先して記載されています。
#### プルリクエスト
- PR #86627 コアドクターの健康状態を貢献順に維持。@giodl73-repo 氏へ感謝。
- PR #93580 修正:ターゲットセッションにおける cron デリバリの認識を保持。@scotthuang 氏および @jalehman 氏へ感謝。
- PR #95030 リファクタリング:SDK トランスクリプトID ターゲット API を追加。@jalehman 氏へ感謝。
- PR #94838 リファクタリング (Copilot): ハッチのライフサイクル完全整合性を達成。@vincentkoc 氏へ感謝。
- PR #95328 修正 (セッション): チャンネル切り替え時に、古くなったチャンネルごとのオリジンフィールドをリセット。関連 #95325。@ZengWen-DT 氏、@jalehman 氏、および @gorkem2020 氏へ感謝。
- PR #94461 修正 (zai): 合成された GLM-5 モデルに対してマニフェストの baseUrl にフォールバック。関連 #94269。@Pandah97 氏および @chrysb 氏へ感謝。
- PR #93241 修正 (エージェント): Zhipu GLM の過負荷をフェイルオーバーのために「過負荷」として分類。関連 #93211。@0xghost42 氏および @zhengli0922 氏へ感謝。
- PR #94067 修正 (チャンネル): ライブ発見されたモデルに対して、ランタイムカタログ経由でネイティブの /think メニューレベルを解決。関連 #93835。@openperf 氏および @civiltox 氏へ感謝。
- PR #94136 修正 (zai): GLM-5.2 の推論レベル [AI 支援] を公開。@BorClaw 氏へ感謝。
- PR #85104 機能追加:Fast Talks オートモード。関連 #85087。@alexph-dev 氏へ感謝。
- PR #94545 修正:フックレジストリと信頼されたポリシーを保持。@jesse-merhi 氏へ感謝。
リリース検証
- npm パッケージ:https://www.npmjs.com/package/openclaw/v/2026.6.10-beta.2
- レジストリ tarball:https://registry.npmjs.org/openclaw/-/openclaw-2026.6.10-beta.2.tgz
- 整合性:
sha512-fOz52YzVw3MhQjQ5qqfPsfSbaMWOM62DNCxDsO/wZXvgvgrqPdZuNEPQokjFX9J7QXDeidl2uMBCnXRxynMzRg== - リリース SHA:
87b40c7160da1e9d470f86520f64ff1642a55b66 - 完全リリース CI レポート:https://github.com/openclaw/releases/blob/main/evidence/2026.6.10-beta.2/release-evidence.md
- リリース公開:https://github.com/openclaw/openclaw/actions/runs/27942155128
- npm 事前チェック:https://github.com/openclaw/openclaw/actions/runs/27938779493
- 完全リリース検証:https://github.com/openclaw/openclaw/actions/runs/27938779833
- プラグイン npm 公開:https://github.com/openclaw/openclaw/actions/runs/27942563340
- プラグイン ClawHub 公開:https://github.com/openclaw/openclaw/actions/runs/27942565547
- プラグイン Clawブートストラップ:不要
- OpenClaw npm 公開:https://github.com/openclaw/openclaw/actions/runs/27943117132
- npm Telegram ベータ E2E テスト:https://github.com/openclaw/openclaw/actions/runs/27941744910
原文を表示
2026.6.10
Highlights
- Automatic fast mode for talks: OpenClaw can enable fast mode for short conversational turns, then return to normal mode for longer runs with bounded fallback and delivery behavior. (#85104) Thanks @alexph-dev and @vincentkoc.
- More reliable model routing: Zai model synthesis, GLM overload failover, and native reasoning-level selection now follow the active model catalog more consistently. (#94461, #93241, #94067, #94136) Thanks @Pandah97, @chrysb, @0xghost42, @zhengli0922, @openperf, @civiltox, and @BorClaw.
- Safer session and channel state: channel switches reset stale origin fields, and cron delivery awareness stays attached to the target session. (#95328, #93580) Thanks @ZengWen-DT, @jalehman, @gorkem2020, and @scotthuang.
- Trusted policies survive hook composition: composed hook registries keep the trusted tool policies required by approval-sensitive flows. (#94545) Thanks @jesse-merhi.
Changes
- Agent and channel runtime: fast-mode state now survives retries, fallback transitions, progress events, and embedded/CLI/ACP normalization; session and channel routing retain the current target and delivery context. (#85104, #93580, #95328) Thanks @alexph-dev, @vincentkoc, @scotthuang, @ZengWen-DT, @jalehman, and @gorkem2020.
- Provider behavior: model catalogs now supply the correct Zai base URL, overload classification, and native reasoning controls for live-discovered models. (#94461, #93241, #94067, #94136) Thanks @Pandah97, @chrysb, @0xghost42, @zhengli0922, @openperf, @civiltox, and @BorClaw.
Fixes
- Fast-mode and policy correctness: fallback cutoffs and reset notices are bounded, repeated progress events remain visible, Codex service-tier state is normalized, and trusted policies are not lost when hook registries are composed. (#85104, #94545) Thanks @alexph-dev, @vincentkoc, and @jesse-merhi.
- Model and delivery edge cases: Zai and GLM failover paths use the right runtime metadata, while stale channel-origin state no longer leaks across session changes. (#94461, #93241, #95328) Thanks @Pandah97, @chrysb, @0xghost42, @zhengli0922, @ZengWen-DT, @jalehman, and @gorkem2020.
Complete contribution record
This audited record covers the complete v2026.6.9..HEAD history: 11 merged PRs. The generation manifest also supplies direct commits as editorial input; the grouped notes above prioritize user impact.
#### Pull requests
- PR #86627 Keep core doctor health in contribution order. Thanks @giodl73-repo.
- PR #93580 fix: preserve cron delivery awareness for target sessions. Thanks @scotthuang and @jalehman.
- PR #95030 refactor: add SDK transcript identity target API. Thanks @jalehman.
- PR #94838 refactor(copilot): complete harness lifecycle parity. Thanks @vincentkoc.
- PR #95328 fix(sessions): reset stale per-channel origin fields on channel switch. Related #95325. Thanks @ZengWen-DT and @jalehman and @gorkem2020.
- PR #94461 fix(zai): fall back to manifest baseUrl for synthesized GLM-5 models. Related #94269. Thanks @Pandah97 and @chrysb.
- PR #93241 fix(agents): classify Zhipu GLM overload as overloaded for failover. Related #93211. Thanks @0xghost42 and @zhengli0922.
- PR #94067 fix(channels): resolve native /think menu levels via runtime catalog for live-discovered models. Related #93835. Thanks @openperf and @civiltox.
- PR #94136 fix(zai): expose GLM-5.2 reasoning levels [AI-assisted]. Thanks @BorClaw.
- PR #85104 feat: fast talks auto mode. Related #85087. Thanks @alexph-dev.
- PR #94545 fix: keep trusted policies with hook registry. Thanks @jesse-merhi.
Release verification
- npm package: https://www.npmjs.com/package/openclaw/v/2026.6.10-beta.2
- registry tarball: https://registry.npmjs.org/openclaw/-/openclaw-2026.6.10-beta.2.tgz
- integrity:
sha512-fOz52YzVw3MhQjQ5qqfPsfSbaMWOM62DNCxDsO/wZXvgvgrqPdZuNEPQokjFX9J7QXDeidl2uMBCnXRxynMzRg== - release SHA:
87b40c7160da1e9d470f86520f64ff1642a55b66 - full release CI report: https://github.com/openclaw/releases/blob/main/evidence/2026.6.10-beta.2/release-evidence.md
- release publish: https://github.com/openclaw/openclaw/actions/runs/27942155128
- npm preflight: https://github.com/openclaw/openclaw/actions/runs/27938779493
- full release validation: https://github.com/openclaw/openclaw/actions/runs/27938779833
- plugin npm publish: https://github.com/openclaw/openclaw/actions/runs/27942563340
- plugin ClawHub publish: https://github.com/openclaw/openclaw/actions/runs/27942565547
- plugin ClawHub bootstrap: not needed
- OpenClaw npm publish: https://github.com/openclaw/openclaw/actions/runs/27943117132
- npm Telegram beta E2E: https://github.com/openclaw/openclaw/actions/runs/27941744910
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み