Skip to content

Commit 0671c08

Browse files
authored
chore(release): close out 2026.6.10 on main (#96271)
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
1 parent 8946028 commit 0671c08

216 files changed

Lines changed: 535 additions & 492 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
Docs: https://docs.openclaw.ai
44

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+
544
## 2026.6.9
645

746
### Highlights

apps/android/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Unreleased
44

5-
## 2026.6.9 - 2026-06-23
6-
7-
Adds settings detail panels, refreshes the Android overview controls, and routes exec approvals into the in-app inbox.
8-
9-
Improves chat acknowledgement handling, gateway pairing readiness, microphone foreground-service behavior, and release screenshot reliability.
5+
Maintenance update for the current OpenClaw Android release.
106

117
## 2026.6.2 - 2026-06-02
128

apps/android/Config/Version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Source of truth: apps/android/version.json
33
# Generated by scripts/android-sync-versioning.ts.
44

5-
OPENCLAW_ANDROID_VERSION_NAME=2026.6.9
6-
OPENCLAW_ANDROID_VERSION_CODE=2026060901
5+
OPENCLAW_ANDROID_VERSION_NAME=2026.6.10
6+
OPENCLAW_ANDROID_VERSION_CODE=2026061001
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Adds settings detail panels, refreshes the Android overview controls, and routes exec approvals into the in-app inbox.
2-
3-
Improves chat acknowledgement handling, gateway pairing readiness, microphone foreground-service behavior, and release screenshot reliability.
1+
Maintenance update for the current OpenClaw Android release.

apps/android/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2026.6.9",
3-
"versionCode": 2026060901
2+
"version": "2026.6.10",
3+
"versionCode": 2026061001
44
}

apps/ios/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# OpenClaw iOS Changelog
22

3+
## 2026.6.10 - 2026-06-21
4+
5+
Maintenance update for the current OpenClaw beta release.
6+
7+
- Improved notification cleanup, Watch app compatibility, and native file input handling.
8+
39
## 2026.6.9 - 2026-06-20
410

511
Maintenance update for the current OpenClaw release.

apps/ios/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Source of truth: apps/ios/version.json
33
// Generated by scripts/ios-sync-versioning.ts.
44

5-
OPENCLAW_IOS_VERSION = 2026.6.9
6-
OPENCLAW_MARKETING_VERSION = 2026.6.9
5+
OPENCLAW_IOS_VERSION = 2026.6.10
6+
OPENCLAW_MARKETING_VERSION = 2026.6.10
77
OPENCLAW_BUILD_VERSION = 1
88

99
#include? "../build/Version.xcconfig"
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Maintenance update for the current OpenClaw release.
1+
Maintenance update for the current OpenClaw beta release.
22

3-
- Added Apple Watch controls for common agent actions.
4-
- Improved Gateway setup, notification settings, and share-extension identity handling.
5-
- Updated the Watch app integration for current Xcode compatibility.
3+
- Improved notification cleanup, Watch app compatibility, and native file input handling.

apps/ios/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.6.9"
2+
"version": "2026.6.10"
33
}

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.6.9</string>
18+
<string>2026.6.10</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026060900</string>
20+
<string>2026061000</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)