惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Vercel News
Vercel News
博客园_首页
Y
Y Combinator Blog
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
博客园 - Franky
Engineering at Meta
Engineering at Meta
量子位
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
chore(release): close out 2026.6.9 · openclaw/openclaw@b0...
vincentkoc · 2026-06-21 · via Recent Commits to openclaw:main
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.2

6-

OPENCLAW_ANDROID_VERSION_CODE=2026060201

5+

OPENCLAW_ANDROID_VERSION_NAME=2026.6.9

6+

OPENCLAW_ANDROID_VERSION_CODE=2026060901

Original file line numberDiff line numberDiff line change

@@ -1,3 +1 @@

1-

OpenClaw is now available on Android.

2-
3-

Connect to your OpenClaw Gateway to chat with your assistant, use realtime Talk mode, review approvals, and bring Android device capabilities like camera, location, screen, and notifications into your private automation workflows.

1+

Maintenance update for the current OpenClaw Android release.

Original file line numberDiff line numberDiff line change

@@ -1,4 +1,4 @@

11

{

2-

"version": "2026.6.2",

3-

"versionCode": 2026060201

2+

"version": "2026.6.9",

3+

"versionCode": 2026060901

44

}

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,13 @@

11

# OpenClaw iOS Changelog

22
3+

## 2026.6.9 - 2026-06-20

4+
5+

Maintenance update for the current OpenClaw release.

6+
7+

- Added Apple Watch controls for common agent actions.

8+

- Improved Gateway setup, notification settings, and share-extension identity handling.

9+

- Updated the Watch app integration for current Xcode compatibility.

10+
311

## 2026.6.2 - 2026-06-02

412
513

OpenClaw is now available on iPhone.

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.2

6-

OPENCLAW_MARKETING_VERSION = 2026.6.2

5+

OPENCLAW_IOS_VERSION = 2026.6.9

6+

OPENCLAW_MARKETING_VERSION = 2026.6.9

77

OPENCLAW_BUILD_VERSION = 1

88
99

#include? "../build/Version.xcconfig"

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,5 @@

1-

OpenClaw is now available on iPhone.

1+

Maintenance update for the current OpenClaw release.

22
3-

Connect to your OpenClaw Gateway to chat with your assistant, use realtime Talk mode, review approvals, share content from iOS, and bring device capabilities like camera, location, screen, and notifications into your private automation workflows.

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.

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,3 @@

11

{

2-

"version": "2026.6.2"

2+

"version": "2026.6.9"

33

}

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.2</string>

18+

<string>2026.6.9</string>

1919

<key>CFBundleVersion</key>

20-

<string>2026060200</string>

20+

<string>2026060900</string>

2121

<key>CFBundleIconFile</key>

2222

<string>OpenClaw</string>

2323

<key>CFBundleURLTypes</key>

Original file line numberDiff line numberDiff line change

@@ -1,4 +1,4 @@

1-

ac06b6c20a93a8543ec1bd3748ef4f7bdae5006839dd93b3fff874d0da4244aa config-baseline.json

2-

e7965566fdaedef445bcd562141f4f3ea1a499cf8ea5956418af7c98049bf242 config-baseline.core.json

1+

24f11880cec619997ff93d303c32431bf4fb2bfefb56c9f0ece35ff91b329a80 config-baseline.json

2+

2923c1120c0369aeca6646cd67f7264590c6a1f4e5bc3157a04d7661324c6868 config-baseline.core.json

33

2d735389858305509528e74329b6f8c65d311e1471c3b4e91dc17aaab8e63a80 config-baseline.channel.json

44

d2e2114f1cd43dc894fe1a4836677b42a2a5af825537d6c4a932da832d58a590 config-baseline.plugin.json

Original file line numberDiff line numberDiff line change

@@ -1,2 +1,2 @@

1-

6f442c09ff2fa618f6f68cc866091a713d2c730090380dd726a9845f4d0fd9bd plugin-sdk-api-baseline.json

2-

d6b1929a42117759a3d0908fb68866e721ee7f0840279dce905a975b461c5b67 plugin-sdk-api-baseline.jsonl

1+

12393c35023a5bdddd276edc2b6669fa432454be9bee643138395e2106936945 plugin-sdk-api-baseline.json

2+

62ffb6cd4a433281f571fdf552be9c3f953f6fa055937f822b18de7dd4e20d23 plugin-sdk-api-baseline.jsonl