|
2 | 2 |
|
3 | 3 | Docs: https://docs.openclaw.ai |
4 | 4 |
|
| 5 | +## 2026.6.10 |
| 6 | + |
| 7 | +### Highlights |
| 8 | + |
| 9 | +- **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. |
| 10 | +- **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. |
| 11 | +- **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. |
| 12 | +- **Trusted policies survive hook composition:** composed hook registries keep the trusted tool policies required by approval-sensitive flows. (#94545) Thanks @jesse-merhi. |
| 13 | + |
| 14 | +### Changes |
| 15 | + |
| 16 | +- **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. |
| 17 | +- **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. |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +- **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. |
| 22 | +- **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. |
| 23 | +- **Provider plugin onboarding:** setup refreshes provider plugin registry metadata after installing setup-selected provider plugins, so auth continuation uses the newly installed provider instead of stale registry state. (#95792) Thanks @snowzlmbot. |
| 24 | + |
| 25 | +### Complete contribution record |
| 26 | + |
| 27 | +This audited record covers the complete v2026.6.9..HEAD history: 12 merged PRs. The generation manifest also supplies direct commits as editorial input; the grouped notes above prioritize user impact. |
| 28 | + |
| 29 | +#### Pull requests |
| 30 | + |
| 31 | +- **PR #86627** Keep core doctor health in contribution order. Thanks @giodl73-repo. |
| 32 | +- **PR #93580** fix: preserve cron delivery awareness for target sessions. Thanks @scotthuang and @jalehman. |
| 33 | +- **PR #95030** refactor: add SDK transcript identity target API. Thanks @jalehman. |
| 34 | +- **PR #94838** refactor(copilot): complete harness lifecycle parity. Thanks @vincentkoc. |
| 35 | +- **PR #95328** fix(sessions): reset stale per-channel origin fields on channel switch. Related #95325. Thanks @ZengWen-DT and @jalehman and @gorkem2020. |
| 36 | +- **PR #94461** fix(zai): fall back to manifest baseUrl for synthesized GLM-5 models. Related #94269. Thanks @Pandah97 and @chrysb. |
| 37 | +- **PR #93241** fix(agents): classify Zhipu GLM overload as overloaded for failover. Related #93211. Thanks @0xghost42 and @zhengli0922. |
| 38 | +- **PR #94067** fix(channels): resolve native /think menu levels via runtime catalog for live-discovered models. Related #93835. Thanks @openperf and @civiltox. |
| 39 | +- **PR #94136** fix(zai): expose GLM-5.2 reasoning levels [AI-assisted]. Thanks @BorClaw. |
| 40 | +- **PR #85104** feat: fast talks auto mode. Related #85087. Thanks @alexph-dev. |
| 41 | +- **PR #94545** fix: keep trusted policies with hook registry. Thanks @jesse-merhi. |
| 42 | +- **PR #95792** fix(onboard): refresh provider plugin registry after setup installs. Related #95765. Thanks @snowzlmbot. |
| 43 | + |
5 | 44 | ## 2026.6.9 |
6 | 45 |
|
7 | 46 | ### Highlights |
|
0 commit comments