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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
H
Help Net Security
V
Visual Studio Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
The Cloudflare Blog
Martin Fowler
Martin Fowler
D
Docker
腾讯CDC
F
Fortinet All Blogs
雷峰网
雷峰网
GbyAI
GbyAI
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - 叶小钗

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: bump OpenClaw version to 2026.5.31 · openclaw/open...
steipete · 2026-05-31 · via Recent Commits to openclaw:main

File tree

    • macos/Sources/OpenClaw/Resources

Original file line numberDiff line numberDiff line change

@@ -2,7 +2,7 @@

22
33

Docs: https://docs.openclaw.ai

44
5-

## 2026.5.30

5+

## 2026.5.31

66
77

### Highlights

88
Original file line numberDiff line numberDiff line change

@@ -65,8 +65,8 @@ android {

6565

applicationId = "ai.openclaw.app"

6666

minSdk = 31

6767

targetSdk = 36

68-

versionCode = 2026053001

69-

versionName = "2026.5.30"

68+

versionCode = 2026053101

69+

versionName = "2026.5.31"

7070

ndk {

7171

// Support all major ABIs — native libs are tiny (~47 KB per ABI)

7272

abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

# OpenClaw iOS Changelog

22
3-

## 2026.5.30 - 2026-05-30

3+

## 2026.5.31 - 2026-05-31

44
55

Maintenance update for the current OpenClaw release.

66
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.5.30

6-

OPENCLAW_MARKETING_VERSION = 2026.5.30

5+

OPENCLAW_IOS_VERSION = 2026.5.31

6+

OPENCLAW_MARKETING_VERSION = 2026.5.31

77

OPENCLAW_BUILD_VERSION = 1

88
99

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

Original file line numberDiff line numberDiff line change

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

11

{

2-

"version": "2026.5.30"

2+

"version": "2026.5.31"

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

18+

<string>2026.5.31</string>

1919

<key>CFBundleVersion</key>

20-

<string>2026053000</string>

20+

<string>2026053100</string>

2121

<key>CFBundleIconFile</key>

2222

<string>OpenClaw</string>

2323

<key>CFBundleURLTypes</key>

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "@openclaw/acpx",

3-

"version": "2026.5.30",

3+

"version": "2026.5.31",

44

"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",

55

"repository": {

66

"type": "git",

@@ -26,10 +26,10 @@

2626

"minHostVersion": ">=2026.4.25"

2727

},

2828

"compat": {

29-

"pluginApi": ">=2026.5.30"

29+

"pluginApi": ">=2026.5.31"

3030

},

3131

"build": {

32-

"openclawVersion": "2026.5.30",

32+

"openclawVersion": "2026.5.31",

3333

"staticAssets": [

3434

{

3535

"source": "./src/runtime-internals/mcp-proxy.mjs",

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "@openclaw/admin-http-rpc",

3-

"version": "2026.5.30",

3+

"version": "2026.5.31",

44

"private": true,

55

"description": "OpenClaw admin HTTP RPC endpoint",

66

"type": "module",

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "@openclaw/alibaba-provider",

3-

"version": "2026.5.30",

3+

"version": "2026.5.31",

44

"private": true,

55

"description": "OpenClaw Alibaba Model Studio video provider plugin",

66

"type": "module",