v2026.6.10
OpenClaw は「自動高速モード」の挙動を大幅に改善し、短縮会話と複雑な処理の切り替えにおける状態維持やタイミングの一貫性を強化した。
キーポイント
自動高速モードの導入と制御強化
「/fast auto」コマンドにより、短い会話は即座に開始し、複雑な処理は通常モードへ移行するが、可視状態を維持する機能が追加された。
フェールオーバー時の一貫性確保
モデルの切り替えやリトライが発生しても、自動高速モードのタイミングや進捗状況が破綻せず、ユーザーに矛盾した表示が出ないように修正された。
接続エージェントセッションの可視化改善
設定値ではなく、実際にセッションで有効になっている状態(effective state)をステータスに表示し、移行中もその値が維持されるようにした。
/fast auto コマンドの追加と短縮会話の最適化
短い対話呼び出しを素早く開始するために `/fast auto` が導入され、長めの処理やフォールバック時は通常モードに戻るが状態は維持される。
自動高速モードの状態表示と一貫性の向上
オン/オフではなく有効な状態を表示し、モデル切り替えやリトライ時にもタイミングや進捗の挙動を一貫させることで、ステータス情報の正確性が担保された。
接続エージェントセッションでのリアルタイム反映
設定値ではなくセッションが実際に使用している有効な高速モード値を表示し、フォールバック遷移中もその状態を継続して可視化するようになった。
プロバイダーの過負荷処理とフォールバック最適化
Zhipu/GLM の過負荷応答を正しく検知し、誤ったフェイルオーバー経路ではなく設定されたフォールバックを選択するように改善されました。
重要な引用
Automatic fast mode starts short conversations quickly, then returns longer or fallback work to normal mode without losing visible state.
Shows the effective automatic fast-mode state in status instead of reducing it to on/off
Keeps automatic fast-mode timing and progress consistent when a turn switches to a fallback model.
Adds `/fast auto` so short conversational calls can start quickly, while longer or fallback work returns to normal mode with the effective state still visible.
Shows the effective fast-mode value in connected-agent sessions instead of the configured value, so status reflects what the session is actually using.
Treats Zhipu/GLM overload responses as overloads, so a configured fallback is selected for the right reason instead of following the wrong failover path.
影響分析・編集コメントを表示
影響分析
このアップデートは、AI エージェントが複雑なワークフローを処理する際の信頼性を高める重要なステップです。特に、モデル切り替え時の挙動不整合を防ぐことで、生産環境での安定稼働に寄与し、ユーザーがシステムの状態を直感的に理解できるUI/UXの改善につながります。
編集コメント
モデル切り替え時の状態維持は、実運用において最も頻繁に発生するバグの種の一つですが、これを細かく制御した点は評価できます。
自動高速モードは短い会話をすばやく開始し、その後、可視状態を維持しながらより長い会話またはフォールバック処理を通常モードに戻します。プロバイダーのルーティング、チャネルの進行状況、セッションの識別子、信頼できるツールのポリシーがより信頼性が高まり、プロバイダー設定、診断、トランスクリプトツールリングにわたる小さな改善が行われます。
ハイライト
#### 自動高速モード
- `/fast auto` を追加し、短い会話呼び出しは迅速に開始できるようにしつつ、より長い処理やフォールバック作業では通常モードに戻りつつも、有効な状態は引き続き表示されるようにしました。PR #85104、Issue #85087。@alexph-dev 氏および @vincentkoc 氏に感謝します。
- ステータスにおいて、有効な自動高速モードの状態を単なるオン/オフではなく表示し、Codex サービスティアの選択がクリアされたまま後続の実行に引き継がれるのを防ぎました。8845f2f。@vincentkoc 氏に感謝します。
- ターンがフォールバックモデルに切り替わった際も、自動高速モードのタイミングと進行状況を一定に保ちます。075091d。@vincentkoc 氏に感謝します。
- ライブモデルの切り替えがターンを再試行する際も、元の高速モードのタイミングと進行挙動を維持します。d1e190f。@vincentkoc 氏に感謝します。
- ランがモードを切り替えた後、自動高速モードの進行状況とリセット挙動が明示的な高速モードとは区別されるように保ちます。20aec98。@vincentkoc 氏に感謝します。
- 接続されたエージェントセッションにおいて、設定値ではなく有効な高速モードの値を表示し、ステータスが実際にセッションが使用しているものを反映するようにしました。9509aa0。@vincentkoc 氏に感謝します。
- 接続されたエージェントセッションにおいて、フォールバック遷移を通じて有効な自動高速モードの設定が可視化されるように保ちます。7f5423c。@vincentkoc 氏に感謝します。
- 返信や スケジュールされたエージェント実行 が再試行またはモデルを切り替える際も、自動高速モードのタイミングと進行状況を一定に保ちます。6c29f88。@vincentkoc 氏に感謝します。
- ランがフォールバックモデル間で切り替わる際も、高速モードのクリーンアップとステータスを一定に保ちます。c4694f8。@vincentkoc 氏に感謝します。
- 自動高速モードのリセットは、フォールバック作業が完了したときのみ表示されるようにし、ステータスメッセージが遷移の終了と一致するようにしました。f4d93c8。@vincentkoc 氏に感謝します。
- 自動返信やその他のフォローアップ実行が再試行するか、または自動高速モードから離れる際に、リセットと配信の進行状況を適切なタイミングで表示します。684e440。@vincentkoc 氏に感謝します。
チャンネルとメッセージング
#### チャンネル配信と進行状況の更新
- スケジュールされたメッセージ の次のターンで、何かが配信されたか、あるいは配信が失敗したかの情報が失われるのを防ぎます。これにより、返信でその文脈を利用できますが、チャンネル内で cron の詳細が露出されることはありません。PR #93580。@jalehman 氏と @scotthuang 氏に感謝します。
- ストリーミングされたチャンネルの進行状況で、別の手順を表す重複したステータスが削除されるのを防ぎます。これにより、各意味のあるステップがドラフト内で明確に表示されます。2d42e52。@vincentkoc 氏に感謝します。
- キー付きのストリーミングされた進行状況が古いステータスから更新されないのを防ぎます。これにより、視聴者は古くなったテキストではなく、最新の状態を確認できます。8bb6472。@vincentkoc 氏に感謝します。
プロバイダーとモデル
#### プロバイダーモデルカタログと推論制御
- Zhipu/GLM の過負荷応答を過負荷として扱い、適切な理由に基づいて設定されたフォールバックが選択されるようにし、誤ったフェイルオーバーパスに従うのを防ぎます。PR #93241、Issue #93211。@0xghost42 さん、@zhengli0922 さんに感謝します。
- Telegram、Slack、Discord のライブ Ollama モデルにおける
/thinkメニューがサポートされているレベルを隠さないようにし、ユーザーが推測することなく有効な推論設定を選択できるようにしました。PR #94067、Issue #93835。@civiltox さん、@openperf さんに感謝します。 - `zai/glm-5.2` の推論選択肢 を単なるオン/オフの二値から拡張し、高または最大リクエストを意図した Z.AI の推論努力として送信するようにしました。PR #94136。@borclaw さんに感謝します。
- バンドルされた Z.ai GLM-5 モデル が OpenAI にフォールスルーして誤解を招く API キーエラーを生成しないようにし、デフォルトで Z.AI を使用するようにしました。PR #94461、Issue #94269。@chrysb さん、@pandah97 さんに感謝します。
- GLM-5.2 と Kimi K2.7 Code を現在の制限付きで OpenCode Go カタログ に追加し、ユーザーが OpenClaw からこれらのモデルを選択できるようにしました。66f84a9。@samson1357924 さんに感謝します。
kimi-k2.7-codeの機能リストを修正し、テキストと画像を受け付けるモデルに対して動画プロンプトがサポートされていないにもかかわらず OpenCode Go ユーザーに提供されないようにしました。715dc71。
#### プロバイダープラグインのオンボーディング
- プラグインインストール後に、選択したプロバイダーの認証プロンプトをスキップしないようにし、オンボーディングが OpenAI にフォールバックするのではなく、そのプロバイダーで継続されるようにします。PR #95792、Issue #95765。@snowzlmbot 氏に感謝。
メモリ、セッション、および状態
#### セッショントランスクリプト SDK ヘルパー
- プラグインが レガシーファイルパス を識別子として扱わずに、意図されたトランスクリプトを読み取り、追加し、公開し、ロックできるようにする、永続的な session-transcript SDK 契約 を追加します。PR #95030。@jalehman 氏に感謝。
#### クロスチャネルセッションID
- 切り替え後に、共有されたダイレクトメッセージ セッション が以前の チャネルのID を引き継がないようにし、ステータス、リアクション、スレッド、およびメッセージ参照が現在のチャネルを指すようにします。PR #95328、Issue #95325。@gorkem2020 氏、@jalehman 氏、@zengwen-dt 氏に感謝。
ゲートウェイ、セキュリティ、および信頼
#### プロンプトコンテキストの境界
- Copilot および Codex セッションにおける圧縮やセッション再利用時に、空のプロンプトをフック追加コンテキストから分離して保持し、プロンプトの境界が常に一定となるようにします。PR #94838。@vincentkoc 氏に感謝。
#### 信頼できるツールポリシーの適用
- 接続された拡張機能が変更されても、承認が必要な Gateway およびプラグイントール を保護し、設定されたセキュリティ対策が引き続き適用されるようにします。PR #94545。@jesse-merhi 氏に感謝。
#### 信頼できるパッケージのリダイレクト
- 有効なリダイレクトされたダウンロードが完了する一方で、認証済みパッケージソーストークンが別のオリジンの許可されたリダイスト先に送信されるのを防ぎます。b0df6dc。
クライアントとインターフェース
#### Docker および Podman のセットアップタイムアウト
- GNU timeout が
gtimeoutとしてインストールされているホスト上で、Docker や Podman のセットアップが制限なく実行されないようにし、イメージのプル、ビルド、デタッチされた起動に意図したガードが適用されるようにします。62b2e9e。
プラグインとパッケージング
#### Codex サービスティアのクリアリング
- クリアされた Codex サービスティア が明示的な stale 状態として永続化されないようにし、再開または切り替えられた会話では通常のデフォルトが使用されるようにします。cd32d9f。@vincentkoc 氏に感謝。
#### StepFun プロバイダーのインストール
- StepFun プロバイダー プラグインに対する ClawHub 発見機能 を復元し、オペレーターが ClawHub または npm のいずれを通じてこれをインストールできるようにしました。ecb82f1。@vincentkoc 氏に感謝。
ドキュメントとオペレーターワークフロー
#### Doctor チェックの順序
- コア `openclaw doctor` の診断を拡張チェックの前に通常の順序で維持し、lint および修復の出力を追跡しやすくします。PR #86627。@giodl73-repo 氏に感謝。
リリース検証
- npm パッケージ:https://www.npmjs.com/package/openclaw/v/2026.6.10
- レジストリ tarball:https://registry.npmjs.org/openclaw/-/openclaw-2026.6.10.tgz
- 整合性(integrity):
sha512-LcooND2tBQw8A+kc1Ujltu3lg30bJ0w7XaeRy7eYzobb8BBdcW6DOGbwJL4vpj1vl9+gjRceOtlh5nh9OARcug== - リリース SHA:
aa69b12d0086b631b139c1435c9621a5783e3a40 - 完全なリリース CI レポート:https://github.com/openclaw/releases/blob/main/evidence/2026.6.10/release-evidence.md
- リリース公開:https://github.com/openclaw/openclaw/actions/runs/28071368306
- npm 事前チェック(preflight): https://github.com/openclaw/openclaw/actions/runs/28068484614
- 完全なリリース検証:https://github.com/openclaw/openclaw/actions/runs/28068476120
- プラグイン npm 公開:https://github.com/openclaw/openclaw/actions/runs/28071564667
- プラグイン ClawHub 公開:https://github.com/openclaw/openclaw/actions/runs/28071565774
- プラグイン ClawHub ブートストラップ:不要
- OpenClaw npm 公開:https://github.com/openclaw/openclaw/actions/runs/28071984141
- npm Telegram ベータ E2E: 未提供
- Windows Hub プロモーション:https://github.com/openclaw/openclaw/actions/runs/28072271374 (ソース: openclaw/openclaw-windows-node@v0.6.3)
原文を表示
Automatic fast mode starts short conversations quickly, then returns longer or fallback work to normal mode without losing visible state. Provider routing, channel progress, session identity, and trusted tool policies are more reliable, with smaller improvements spanning provider setup, diagnostics, and transcript tooling.
Highlights
#### Automatic fast mode
- Adds `/fast auto` so short conversational calls can start quickly, while longer or fallback work returns to normal mode with the effective state still visible. PR #85104, Issue #85087. Thanks @alexph-dev and @vincentkoc.
- Shows the effective automatic fast-mode state in status instead of reducing it to on/off, and avoids carrying a cleared Codex service-tier choice into later runs. 8845f2f. Thanks @vincentkoc.
- Keeps automatic fast-mode timing consistent when a turn switches to a fallback model. 075091d. Thanks @vincentkoc.
- Keeps the original fast-mode timing and progress behavior when a live model switch retries a turn. d1e190f. Thanks @vincentkoc.
- Keeps automatic fast-mode progress and reset behavior distinct from explicit fast mode after a run switches modes. 20aec98. Thanks @vincentkoc.
- Shows the effective fast-mode value in connected-agent sessions instead of the configured value, so status reflects what the session is actually using. 9509aa0. Thanks @vincentkoc.
- Keeps the effective automatic fast-mode setting visible through fallback transitions in connected-agent sessions. 7f5423c. Thanks @vincentkoc.
- Keeps automatic fast-mode timing and progress consistent when reply and scheduled-agent runs retry or switch models. 6c29f88. Thanks @vincentkoc.
- Keeps fast-mode cleanup and status consistent when a run switches between fallback models. c4694f8. Thanks @vincentkoc.
- Shows the automatic fast-mode reset only when fallback work is finished, so status messages match the end of the transition. f4d93c8. Thanks @vincentkoc.
- Shows reset and delivery progress at the right time when auto-reply or other follow-up runs retry or leave automatic fast mode. 684e440. Thanks @vincentkoc.
Channels and Messaging
#### Channel delivery and progress updates
- Prevents the next turn after a scheduled message from losing what was delivered or whether delivery failed, so replies can use that context without exposing cron details in the channel. PR #93580. Thanks @jalehman and @scotthuang.
- Prevents streamed channel progress from dropping a repeated status that represents a separate step, so each meaningful step remains visible in the draft. 2d42e52. Thanks @vincentkoc.
- Prevents keyed streamed progress from staying on an older status, so viewers see the latest state instead of stale text. 8bb6472. Thanks @vincentkoc.
Providers and Models
#### Provider model catalogs and reasoning controls
- Treats Zhipu/GLM overload responses as overloads, so a configured fallback is selected for the right reason instead of following the wrong failover path. PR #93241, Issue #93211. Thanks @0xghost42 and @zhengli0922.
- Prevents Telegram, Slack, and Discord
/thinkmenus for live Ollama models from hiding supported levels, so users can choose valid reasoning settings without guessing. PR #94067, Issue #93835. Thanks @civiltox and @openperf. - Expands `zai/glm-5.2` thinking choices beyond binary on/off and sends high or max requests as the intended Z.AI reasoning effort. PR #94136. Thanks @borclaw.
- Prevents bundled Z.ai GLM-5 models from falling through to OpenAI and producing misleading API-key errors, so they use Z.AI by default. PR #94461, Issue #94269. Thanks @chrysb and @pandah97.
- Adds GLM-5.2 and Kimi K2.7 Code to the OpenCode Go catalog with current limits, so users can select the models from OpenClaw. 66f84a9. Thanks @samson1357924.
- Corrects
kimi-k2.7-codecapability listings so OpenCode Go users are not offered unsupported video prompts when the model accepts text and images. 715dc71.
#### Provider plugin onboarding
- Prevents first-run setup from skipping the selected provider's credential prompt after plugin installation, so onboarding continues with that provider instead of falling back to OpenAI. PR #95792, Issue #95765. Thanks @snowzlmbot.
Memory, Sessions, and State
#### Session transcript SDK helpers
- Adds a durable session-transcript SDK contract so plugins can read, append, publish, and lock the intended transcript without treating legacy file paths as identity. PR #95030. Thanks @jalehman.
#### Cross-channel session identity
- Prevents a shared direct-message session from carrying the previous channel's identity after a switch, so status, reactions, threads, and message references target the current channel. PR #95328, Issue #95325. Thanks @gorkem2020, @jalehman, and @zengwen-dt.
Gateway, Security, and Trust
#### Prompt context boundaries
- Keeps empty prompts separate from hook-added context during compaction or session reuse in Copilot and Codex sessions, so prompt boundaries remain consistent. PR #94838. Thanks @vincentkoc.
#### Trusted tool policy enforcement
- Keeps approval-sensitive Gateway and plugin tools protected when connected extensions change, so configured safeguards continue to apply. PR #94545. Thanks @jesse-merhi.
#### Trusted package redirects
- Prevents authenticated package-source tokens from being sent to an allowed redirect on another origin, while the valid redirected download still completes. b0df6dc.
Clients and Interfaces
#### Docker and Podman setup timeouts
- Prevents Docker and Podman setup from running unbounded on hosts where GNU timeout is installed as
gtimeout, so image pulls, builds, and detached startup receive the intended guard. 62b2e9e.
Plugins and Packaging
#### Codex service-tier clearing
- Prevents cleared Codex service tiers from being persisted as explicit stale state, so resumed or switched conversations use the normal default instead. cd32d9f. Thanks @vincentkoc.
#### StepFun provider installation
- Restores ClawHub discovery for the StepFun provider plugin, so operators can install it through either ClawHub or npm. ecb82f1. Thanks @vincentkoc.
Docs and Operator Workflows
#### Doctor check ordering
- Keeps core `openclaw doctor` diagnostics in their normal order before extension checks, making lint and repair output easier to follow. PR #86627. Thanks @giodl73-repo.
Release verification
- npm package: https://www.npmjs.com/package/openclaw/v/2026.6.10
- registry tarball: https://registry.npmjs.org/openclaw/-/openclaw-2026.6.10.tgz
- integrity:
sha512-LcooND2tBQw8A+kc1Ujltu3lg30bJ0w7XaeRy7eYzobb8BBdcW6DOGbwJL4vpj1vl9+gjRceOtlh5nh9OARcug== - release SHA:
aa69b12d0086b631b139c1435c9621a5783e3a40 - full release CI report: https://github.com/openclaw/releases/blob/main/evidence/2026.6.10/release-evidence.md
- release publish: https://github.com/openclaw/openclaw/actions/runs/28071368306
- npm preflight: https://github.com/openclaw/openclaw/actions/runs/28068484614
- full release validation: https://github.com/openclaw/openclaw/actions/runs/28068476120
- plugin npm publish: https://github.com/openclaw/openclaw/actions/runs/28071564667
- plugin ClawHub publish: https://github.com/openclaw/openclaw/actions/runs/28071565774
- plugin ClawHub bootstrap: not needed
- OpenClaw npm publish: https://github.com/openclaw/openclaw/actions/runs/28071984141
- npm Telegram beta E2E: not supplied
- Windows Hub promotion: https://github.com/openclaw/openclaw/actions/runs/28072271374 from openclaw/openclaw-windows-node@v0.6.3
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み