chore(release): prepare 2026.5.10-beta.1 · openclaw/openclaw@9243b57
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
File tree
macos/Sources/OpenClaw/Resources
| Original file line number | Diff line number | Diff line change |
|---|
@@ -65,8 +65,8 @@ android {
|
65 | 65 | applicationId = "ai.openclaw.app" |
66 | 66 | minSdk = 31 |
67 | 67 | targetSdk = 36 |
68 | | - versionCode = 2026050800 |
69 | | - versionName = "2026.5.8" |
| 68 | + versionCode = 2026051000 |
| 69 | + versionName = "2026.5.10" |
70 | 70 | ndk { |
71 | 71 | // Support all major ABIs — native libs are tiny (~47 KB per ABI) |
72 | 72 | abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | # OpenClaw iOS Changelog |
2 | 2 | |
| 3 | +## 2026.5.10 - 2026-05-10 |
| 4 | + |
| 5 | +Maintenance update for the current OpenClaw beta release. |
| 6 | + |
3 | 7 | ## 2026.5.8 - 2026-05-08 |
4 | 8 | |
5 | 9 | Maintenance update for the current OpenClaw development release. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,8 +2,8 @@
|
2 | 2 | // Source of truth: apps/ios/version.json |
3 | 3 | // Generated by scripts/ios-sync-versioning.ts. |
4 | 4 | |
5 | | -OPENCLAW_IOS_VERSION = 2026.5.8 |
6 | | -OPENCLAW_MARKETING_VERSION = 2026.5.8 |
| 5 | +OPENCLAW_IOS_VERSION = 2026.5.10 |
| 6 | +OPENCLAW_MARKETING_VERSION = 2026.5.10 |
7 | 7 | OPENCLAW_BUILD_VERSION = 1 |
8 | 8 | |
9 | 9 | #include? "../build/Version.xcconfig" |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -Maintenance update for the current OpenClaw development release. |
| 1 | +Maintenance update for the current OpenClaw beta release. |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | { |
2 | | -"version": "2026.5.8" |
| 2 | +"version": "2026.5.10" |
3 | 3 | } |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,9 +15,9 @@
|
15 | 15 | <key>CFBundlePackageType</key> |
16 | 16 | <string>APPL</string> |
17 | 17 | <key>CFBundleShortVersionString</key> |
18 | | -<string>2026.5.8</string> |
| 18 | +<string>2026.5.10</string> |
19 | 19 | <key>CFBundleVersion</key> |
20 | | -<string>2026050800</string> |
| 20 | +<string>2026051000</string> |
21 | 21 | <key>CFBundleIconFile</key> |
22 | 22 | <string>OpenClaw</string> |
23 | 23 | <key>CFBundleURLTypes</key> |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -58f96b2c0840e437c88203cf3bbb42dd80c5516619c4348d3492f1297f87e877 config-baseline.json |
2 | | -d4b9c5209408cb0a9c3b7517364d147948271ec74139aa97ddecabb626d1c54f config-baseline.core.json |
3 | | -25c6e70d5b4925e07549072159ce4fcad45813fed12fa36a2f43d3568ca8dd96 config-baseline.channel.json |
4 | | -af8a8e8616a0146ad989ff1bc0e8cf62c61a4d434dd67bbe7fe082c5c204fada config-baseline.plugin.json |
| 1 | +da702349b376821e0bc1420a945287dea0bccc79298e269abb028718983e94a5 config-baseline.json |
| 2 | +8c647da77392bd4e87aac07fbdfc7592bbd656dc09f8844759d2c65dc374bd0d config-baseline.core.json |
| 3 | +80f0f51caedf14dc2138d975b62852ff7c5cf085df1c734c9de279f5859a7eeb config-baseline.channel.json |
| 4 | +dba159f639977bb96d79f0b78de2c6de48d25ed6ba1590f55812affb7ca6e4b0 config-baseline.plugin.json |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -63,6 +63,7 @@ uninstall, and publishing commands.
|
63 | 63 | | [canvas](/plugins/reference/canvas) | Experimental Canvas control and A2UI rendering surfaces for paired nodes. | `@openclaw/canvas-plugin`<br />included in OpenClaw | contracts: tools | |
64 | 64 | | [cerebras](/plugins/reference/cerebras) | Adds Cerebras model provider support to OpenClaw. | `@openclaw/cerebras-provider`<br />included in OpenClaw | providers: cerebras | |
65 | 65 | | [chutes](/plugins/reference/chutes) | Adds Chutes model provider support to OpenClaw. | `@openclaw/chutes-provider`<br />included in OpenClaw | providers: chutes | |
| 66 | +| [clickclack](/plugins/reference/clickclack) | Adds the Clickclack channel surface for sending and receiving OpenClaw messages. | `@openclaw/clickclack`<br />included in OpenClaw | channels: clickclack | |
66 | 67 | | [cloudflare-ai-gateway](/plugins/reference/cloudflare-ai-gateway) | Adds Cloudflare AI Gateway model provider support to OpenClaw. | `@openclaw/cloudflare-ai-gateway-provider`<br />included in OpenClaw | providers: cloudflare-ai-gateway | |
67 | 68 | | [comfy](/plugins/reference/comfy) | Adds ComfyUI model provider support to OpenClaw. | `@openclaw/comfy-provider`<br />included in OpenClaw | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders | |
68 | 69 | | [copilot-proxy](/plugins/reference/copilot-proxy) | Adds Copilot Proxy model provider support to OpenClaw. | `@openclaw/copilot-proxy`<br />included in OpenClaw | providers: copilot-proxy | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -32,6 +32,7 @@ pnpm plugins:inventory:gen
|
32 | 32 | | [canvas](/plugins/reference/canvas) | Experimental Canvas control and A2UI rendering surfaces for paired nodes. | `@openclaw/canvas-plugin`<br />included in OpenClaw | contracts: tools | |
33 | 33 | | [cerebras](/plugins/reference/cerebras) | Adds Cerebras model provider support to OpenClaw. | `@openclaw/cerebras-provider`<br />included in OpenClaw | providers: cerebras | |
34 | 34 | | [chutes](/plugins/reference/chutes) | Adds Chutes model provider support to OpenClaw. | `@openclaw/chutes-provider`<br />included in OpenClaw | providers: chutes | |
| 35 | +| [clickclack](/plugins/reference/clickclack) | Adds the Clickclack channel surface for sending and receiving OpenClaw messages. | `@openclaw/clickclack`<br />included in OpenClaw | channels: clickclack | |
35 | 36 | | [cloudflare-ai-gateway](/plugins/reference/cloudflare-ai-gateway) | Adds Cloudflare AI Gateway model provider support to OpenClaw. | `@openclaw/cloudflare-ai-gateway-provider`<br />included in OpenClaw | providers: cloudflare-ai-gateway | |
36 | 37 | | [codex](/plugins/reference/codex) | Codex app-server harness and Codex-managed GPT model catalog. | `@openclaw/codex`<br />npm; ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders | |
37 | 38 | | [comfy](/plugins/reference/comfy) | Adds ComfyUI model provider support to OpenClaw. | `@openclaw/comfy-provider`<br />included in OpenClaw | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -20,7 +20,4 @@ providers: codex; contracts: mediaUnderstandingProviders, migrationProviders
|
20 | 20 | |
21 | 21 | ## Related docs |
22 | 22 | |
23 | | -- [Codex harness](/plugins/codex-harness) |
24 | | -- [Codex harness reference](/plugins/codex-harness-reference) |
25 | | -- [Codex harness runtime](/plugins/codex-harness-runtime) |
26 | | -- [Native Codex plugins](/plugins/codex-native-plugins) |
| 23 | +- [codex](/plugins/codex-harness) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。