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

推荐订阅源

H
Help Net Security
宝玉的分享
宝玉的分享
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
V
Visual Studio Blog
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
MyScale Blog
MyScale Blog
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
D
Docker
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
P
Proofpoint News Feed
L
LangChain Blog
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
博客园 - 【当耐特】
Martin Fowler
Martin Fowler

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): prepare 2026.5.10-beta.1 · openclaw/openc...
steipete · 2026-05-10 · via Recent Commits to openclaw:main

File tree

  • apps

    • android/app

    • ios

      • Config

      • fastlane/metadata/en-US

    • macos/Sources/OpenClaw/Resources

  • docs

    • .generated

    • plugins

      • reference

  • extensions

    • acpx

    • alibaba

    • amazon-bedrock-mantle

    • amazon-bedrock

    • anthropic-vertex

    • anthropic

    • arcee

    • azure-speech

    • bonjour

    • brave

    • browser

    • byteplus

    • canvas

    • cerebras

    • chutes

    • clickclack

    • cloudflare-ai-gateway

    • codex

    • comfy

    • copilot-proxy

    • deepgram

    • deepinfra

    • deepseek

    • diagnostics-otel

    • diagnostics-prometheus

    • diffs

    • discord

    • duckduckgo

    • elevenlabs

    • exa

    • fal

    • feishu

    • file-transfer

    • firecrawl

    • fireworks

    • github-copilot

    • google-meet

    • googlechat

    • google

    • gradium

    • groq

    • huggingface

    • image-generation-core

    • imessage

    • inworld

    • irc

    • kilocode

    • kimi-coding

    • line

    • litellm

    • llm-task

    • lmstudio

    • lobster

    • matrix

    • mattermost

    • media-understanding-core

    • memory-core

    • memory-lancedb

    • memory-wiki

    • microsoft-foundry

    • microsoft

    • migrate-claude

    • migrate-hermes

    • minimax

    • mistral

    • moonshot

    • msteams

    • nextcloud-talk

    • nostr

    • nvidia

    • oc-path

    • ollama

    • open-prose

    • openai

    • opencode-go

    • opencode

    • openrouter

    • openshell

    • perplexity

    • qa-channel

    • qa-lab

    • qa-matrix

    • qianfan

    • qqbot

    • qwen

    • runway

    • searxng

    • senseaudio

    • sglang

    • signal

    • skill-workshop

    • slack

    • speech-core

    • stepfun

    • synology-chat

    • synthetic

    • tavily

    • telegram

    • tencent

    • tlon

    • together

    • tokenjuice

    • tts-local-cli

    • twitch

    • venice

    • vercel-ai-gateway

    • video-generation-core

    • vllm

    • voice-call

    • volcengine

    • voyage

    • vydra

    • web-readability

    • webhooks

    • whatsapp

    • xai

    • xiaomi

    • zai

    • zalouser

    • zalo

  • src/config

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 = 2026050800

69-

versionName = "2026.5.8"

68+

versionCode = 2026051000

69+

versionName = "2026.5.10"

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,5 +1,9 @@

11

# OpenClaw iOS Changelog

22
3+

## 2026.5.10 - 2026-05-10

4+
5+

Maintenance update for the current OpenClaw beta release.

6+
37

## 2026.5.8 - 2026-05-08

48
59

Maintenance update for the current OpenClaw development release.

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

6-

OPENCLAW_MARKETING_VERSION = 2026.5.8

5+

OPENCLAW_IOS_VERSION = 2026.5.10

6+

OPENCLAW_MARKETING_VERSION = 2026.5.10

77

OPENCLAW_BUILD_VERSION = 1

88
99

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

Original file line numberDiff line numberDiff line change

@@ -1 +1 @@

1-

Maintenance update for the current OpenClaw development release.

1+

Maintenance update for the current OpenClaw beta release.

Original file line numberDiff line numberDiff line change

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

11

{

2-

"version": "2026.5.8"

2+

"version": "2026.5.10"

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

18+

<string>2026.5.10</string>

1919

<key>CFBundleVersion</key>

20-

<string>2026050800</string>

20+

<string>2026051000</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-

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 numberDiff line numberDiff line change

@@ -63,6 +63,7 @@ uninstall, and publishing commands.

6363

| [canvas](/plugins/reference/canvas) | Experimental Canvas control and A2UI rendering surfaces for paired nodes. | `@openclaw/canvas-plugin`<br />included in OpenClaw | contracts: tools |

6464

| [cerebras](/plugins/reference/cerebras) | Adds Cerebras model provider support to OpenClaw. | `@openclaw/cerebras-provider`<br />included in OpenClaw | providers: cerebras |

6565

| [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 |

6667

| [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 |

6768

| [comfy](/plugins/reference/comfy) | Adds ComfyUI model provider support to OpenClaw. | `@openclaw/comfy-provider`<br />included in OpenClaw | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders |

6869

| [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 numberDiff line numberDiff line change

@@ -32,6 +32,7 @@ pnpm plugins:inventory:gen

3232

| [canvas](/plugins/reference/canvas) | Experimental Canvas control and A2UI rendering surfaces for paired nodes. | `@openclaw/canvas-plugin`<br />included in OpenClaw | contracts: tools |

3333

| [cerebras](/plugins/reference/cerebras) | Adds Cerebras model provider support to OpenClaw. | `@openclaw/cerebras-provider`<br />included in OpenClaw | providers: cerebras |

3434

| [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 |

3536

| [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 |

3637

| [codex](/plugins/reference/codex) | Codex app-server harness and Codex-managed GPT model catalog. | `@openclaw/codex`<br />npm; ClawHub | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |

3738

| [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 numberDiff line numberDiff line change

@@ -20,7 +20,4 @@ providers: codex; contracts: mediaUnderstandingProviders, migrationProviders

2020
2121

## Related docs

2222
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)