Skip to content

Commit d00d0a2

Browse files
committed
chore: bump OpenClaw to 2026.5.26
1 parent 321f06a commit d00d0a2

165 files changed

Lines changed: 316 additions & 339 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.

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 = 2026052501
69-
versionName = "2026.5.25"
68+
versionCode = 2026052601
69+
versionName = "2026.5.26"
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")

apps/ios/CHANGELOG.md

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

3+
## 2026.5.26 - 2026-05-26
4+
5+
Maintenance update for the current OpenClaw release.
6+
37
## 2026.5.25 - 2026-05-25
48

59
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.5.25
6-
OPENCLAW_MARKETING_VERSION = 2026.5.25
5+
OPENCLAW_IOS_VERSION = 2026.5.26
6+
OPENCLAW_MARKETING_VERSION = 2026.5.26
77
OPENCLAW_BUILD_VERSION = 1
88

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

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.5.25"
2+
"version": "2026.5.26"
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.5.25</string>
18+
<string>2026.5.26</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026052500</string>
20+
<string>2026052600</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5f62e1fcb1b641432dbf30213b8be9b7fd5b70d53f048c8d033a3bdc723d16f9 config-baseline.json
2-
0b75385e71e2a3aec5736b7df55e318aae81d3ad1b5794966400a2a7f01c3eca config-baseline.core.json
3-
18415d0f8a920e4d50b2bd46f10dc02bdea7c387c1f5e1f46fd4990ebca51eed config-baseline.channel.json
1+
35bdbdccac62eb5f37f36e34e38b3b27ca6074a75d0dcd55b3559b35c63ed552 config-baseline.json
2+
ae47c6ab059b16c85f759eaec9be4899882877e7bb31b544afc449c811d73686 config-baseline.core.json
3+
c766614db5c416910fb6cdd454efb0738779af80ddd58a4fb06d8b1ca6484ce2 config-baseline.channel.json
44
74441e331aabb3026784c148d4ee5ce3f489a15ed87ffd9b7ba0c5e2a7bc93be config-baseline.plugin.json
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
5ea1c7850cd69d5cfb6817148ffff622a52c6e0a2306e0ae71b6f451ad54ac2c plugin-sdk-api-baseline.json
2-
df2ca60d91db5c5b0225286938a175c3b56feb3190b613a6524864471efa4588 plugin-sdk-api-baseline.jsonl
1+
7a629e599f392dc3c1cae297833bdaa0509673a3dea7b2fe80fc9e76d5ffc2da plugin-sdk-api-baseline.json
2+
0f3f3164acf62806a18cb86137553b54ed6d0d40306bbc720bd11f9db490847c plugin-sdk-api-baseline.jsonl

docs/plugins/reference/policy.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,6 @@ Adds policy-backed doctor checks for workspace conformance.
1818

1919
plugin
2020

21-
## Behavior
22-
23-
The Policy plugin contributes doctor health checks for policy-managed OpenClaw
24-
settings and governed workspace declarations. Policy currently covers channel
25-
conformance, governed tool metadata, MCP server posture, model-provider posture,
26-
private-network access posture, Gateway exposure posture, agent workspace/tool
27-
posture, configured global/per-agent tool posture, and OpenClaw config secret
28-
provider/auth profile posture.
29-
30-
Policy stores authored requirements in `policy.jsonc`, observes existing
31-
OpenClaw settings and workspace declarations as evidence, and reports drift
32-
through `openclaw policy check` and `openclaw doctor --lint`. A clean policy
33-
check emits policy, evidence, findings, and attestation hashes that operators
34-
can record for audit.
35-
36-
Tool posture rules can require approved profiles, workspace-only filesystem
37-
tools, bounded exec security/ask/host settings, disabled elevated mode, exact
38-
`alsoAllow` entries, and required tool deny entries. The evidence records
39-
additive `alsoAllow` entries because they can widen effective tool posture.
40-
These checks observe config conformance only; they do not read runtime approval
41-
state or add runtime enforcement.
42-
43-
Named agent policy scopes under `scopes.<scopeName>` can add stricter
44-
normal policy sections for the runtime agent ids listed in `agentIds`. The
45-
initial scoped sections are `tools` and `agents.workspace`; future sections such
46-
as sandbox or ingress can join the same container after their evidence carries
47-
agent identity. Every scope present in `policy.jsonc` must be valid and
48-
enforceable for its selector. Overlay rules are additional claims, so they do
49-
not weaken top-level policy and can produce their own findings when the same
50-
observed config violates both scopes. Runtime agent ids that are not explicitly
51-
listed in `agents.list[]` are checked against inherited global/default posture
52-
rather than silently passing with no evidence.
53-
5421
## Related docs
5522

5623
- [policy](/cli/policy)

extensions/acpx/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/acpx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/acpx",
3-
"version": "2026.5.24",
3+
"version": "2026.5.26",
44
"description": "OpenClaw ACP runtime backend",
55
"repository": {
66
"type": "git",
@@ -26,10 +26,10 @@
2626
"minHostVersion": ">=2026.4.25"
2727
},
2828
"compat": {
29-
"pluginApi": ">=2026.5.24"
29+
"pluginApi": ">=2026.5.26"
3030
},
3131
"build": {
32-
"openclawVersion": "2026.5.24",
32+
"openclawVersion": "2026.5.26",
3333
"staticAssets": [
3434
{
3535
"source": "./src/runtime-internals/mcp-proxy.mjs",

0 commit comments

Comments
 (0)