I. TL;DR — OpenClaw Crosses Into “G Major · Nine Heavens” New Phase with 7-Hit Combo in August Final Week

In the final week of August 2026 (August 25-31), OpenClaw (nickname “Crayfish”, GitHub Stars 388K) released 7 updates, transitioning from “feature stacking phase” to “platform convergence phase + new monthly train phase” running in parallel:

8/28 (Beijing time) released v2026.9.1-beta.1a new monthly train officially launched, focusing on Gateway restart recovery (retaining admitted turns across restarts) + config-write reliability + Codex 0.150.1 managed runtime upgrade (Linux/macOS/Windows three platforms) + Linux install Node 24 LTS stream normalization + Worker recovery (re-arm admission + dead-worker terminalization) + Control UI file safety (confirmed saves not overwritten by older reads) + model browsing reliability — 7 main lines.

8/30 (Beijing time) released v2026.8.1 stable version — the first official stable version after 15 days of polishing from beta.1 (8/15) → beta.2 (8/15) → beta.3 (8/24), delivering 5 enterprise-grade capabilities: atomic model switching + plugin permission declaration + lifecycle monitoring + SQLite snapshot backup + secret egress protection, focusing on solving multi-plugin conflicts and data security risks.

8/29 merged PR #131966Gateway active turns protection mechanism: when a long event loop pause triggers recovery, channel reconnects are deferred until current active work completes, avoiding the long-standing operational pain point of “recovery action interrupting in-progress replies”.

8/28 merged PR #131803OpenAI model catalog persistence: models that have completed successful routes remain marked available after a catalog refresh, eliminating the bizarre “model I just successfully called now says Sign-in needed after refresh” failure mode.

8/28 merged PR #131147 + #131156session creation stamp mechanism systematic refactoring (dual PR stack): role=required marked sandbox sessions no longer silently lose isolation due to doctor fix/checkpoint rewrite/plugin replaceEntry paths, sealed at both storage layer and creation paths.

8/28 Tencent HunYuan Hy3 open-sourced under Apache 2.0 license, onboarding 6 third-party development platforms including Hermes + Kilo + Cline + OpenClaw + OpenCode + Cherry Studio, launching simultaneously on Hugging Face and ModelScope on day one.

8/29 Pi Network officially announced OpenClaw + Atlassian MCP Server officially lands on Pi Desktop’s SoloHost, allowing users to run more controlled local AI on their own nodes and directly connect Jira workflows.

8/30 GitHub Stars broke through 388,000 (releasealert.dev data), only 25 days since the last report of 280K Stars on 8/5, growing +38.6% (averaging +4,000 Stars/day).

⚠️ This article’s angle: From “v2026.9.1-beta.1 new monthly train + v2026.8.1 stable five capabilities + GPT-5.6 full range + 388K Stars + domestic LLM Hy3 onboarding + Pi SoloHost onboarding + Gateway restart recovery/active turns protection/session isolation stamp fix triple combo” fresh perspective, avoiding 8/24 five-dimensional superposition (Mac mini + Xianyu + 13 big vendors + government + IronClaw + PinchBench + Loongson) + 8/15 Chinese ecosystem panorama + 8/5 cloud collaboration + 7/16 WAIC exhibits + 7/10 China Mobile Claw + 7/2 WAIC countdown + 6/23 manufacturing + 6/3 digital employee 3.0 old angles, from “monthly train reset + stable version 5 capabilities + 388K Stars + domestic LLM onboarding + self-hosted ecosystem” 4-dimensional acceleration perspective.


II. Headline: OpenClaw “7-Hit Combo” Timeline in August Final Week

2.1 Timeline (2026-08-24 to 2026-08-31)

TimeVersion / PRCore CapabilitySource
8/24v2026.8.1-beta.3GPT-5.6 Sol/Terra/Luna/Ultra full range + Control UI first-run continuation + Puppeteer CDP relay + Gateway lifecycle supervision + SQLite backup/restore + shared ingress monitors + Codex 0.149.1 managedreleasebot.io / GitHub Releases / openclawchronicles.com
8/25Multiple PRs24h update bulletin: session isolation, Code Mode auto-activation, CI doc hang fixwuaishare.cn 8/28
8/28 13:46release-publish/a33c8a5c0ec6Stable release mainline continuesreleasealert.dev
8/28 20:48v2026.9.1-beta.1New monthly train: Gateway restart recovery + retained admitted turns + 7 main HighlightsGitHub / npmjs.com
8/28 22:59PR #131803OpenAI model catalog persistence: successful routes don’t fail due to refreshopenclawchronicles.com
8/28PR #131147 + #131156Session creation stamp mechanism refactoring (dual PR stack): role=required sandbox no longer silently lostwuaishare.cn 8/28
8/28Tencent HunYuan Hy3Apache 2.0 license open, onboarding 6 third-party development platformsSubaoxw / new.qq.com 8/30
8/29 03:20 UTCPR #131966Gateway active turns protection: channel reconnects deferred to active work completion on long event loop pausesopenclawchronicles.com
8/29Pi Network SoloHostOpenClaw + Atlassian MCP Server lands on Pi Desktop SoloHostPlanetWanderer / new.qq.com 8/30
8/29WeChat “Lingxi Eye A-Cheng”v2026.8.1 five new features practical guidemp.weixin.qq.com
8/29WeChat “Xincheng Boss Meeting”One-click deployment + WeChat/Feishu onboarding tutorial seriesmp.weixin.qq.com
8/30v2026.8.1 stableFirst official stable version: 5 enterprise capabilities (atomic model switching + plugin permission declaration + lifecycle monitoring + SQLite snapshot backup + secret egress protection)Lingxi Eye A-Cheng / newreleases.io
8/30Multiple PRsPR #131515: Gateway config watcher handoff + Codex 0.150.1 + Node 24 LTSreleasebot.io
8/30 23:21release-publish/47951060Stable mainline latest commitreleasealert.dev
8/30GitHub StarsBreaks through 388,000 (+38.6% vs 8/5 280K)releasealert.dev
9/1SDK migration deadlineplugin-sdk-config-runtime-subpath → api.pluginConfig + plugin-sdk-channel- → outbound/inbound* + plugin-sdk-infra- → 6 focused entry points*GitHub deprecation announcement

2.2 v2026.8.1 Stable Version 5 Enterprise Capabilities Detailed

#CapabilityCore MechanismEnterprise Value
Atomic Model SwitchingCross-model switching has no intermediate state, rollbacks supportedMulti-model cost optimization: different tasks use different-priced models
Plugin Permission DeclarationPlugins must explicitly declare required permissionsSolves multi-plugin conflicts: Tencent HunYuan Hy3 / Anthropic Claude / OpenAI Codex coexist without conflicts
Lifecycle MonitoringFull-link monitoring from plugin install to uninstallFault localization time reduced from hours to minutes
SQLite Snapshot Backup4 commands (create/list/verify/restore)Backup recovery from “manual SQL export” to “4 commands done”
Secret Egress ProtectionSentinel substitution only allowed when bound to target host, default fail-closedSolves multi-plugin data security risks

2.3 v2026.9.1-beta.1 New Monthly Train 7 Highlights

#HighlightPRContributor
Gateway restart recovery: retain admitted turns across restarts#130491@jalehman
Gateway config-write reliability: pending writes during watcher handoff#131515-
Codex 0.150.1 managed runtime three-platform upgrade#130685@vincentkoc
Linux install Node 24 LTS provisioningPR 130369@RomneyDa, @vincentkoc
Worker recovery: re-arm admission + terminalize dead-worker turns + delayed debris cleanup#130446-
Control UI file safety: confirmed saves not overwritten by older reads#130468-
Model browsing reliability: don’t lose selected provider catalog after auto plugin activation#130481-

III. Four New Angles: Restart Recovery × Cross-Process Stability × Domestic LLM Onboarding × Self-Hosted Ecosystem

3.1 Angle 1: OpenClaw Crosses Into New “Restart Recovery Phase”

v2026.9.1-beta.1 + v2026.8.1 stable join forces to pull OpenClaw from “occasionally losing progress” into “restart recovery guaranteed”. Over the past 6 months, OpenClaw has repeatedly stumbled on 7 major categories of “restart/recovery/consistency” failures: “Gateway restart” + “Worker crash” + “Config write failure” + “Control UI file loss” + “OpenAI model catalog confusion” + “long event loop pause interrupting replies” + “role=required sandbox silently lost”.

Final week of August fixed 6 categories in one shot:

  1. Gateway restart recovery (v2026.9.1-beta.1 + PR #130491): retain admitted turns across restarts, restart-safe runs continue across checkpoints until final response is delivered.
  2. Config write reliability (v2026.9.1-beta.1 + PR #131515): pending writes during watcher handoff, preventing config.patch from failing during same-write source handoff.
  3. Worker recovery (v2026.9.1-beta.1 + PR #130446): re-arm admission-deadline launches + terminalize dead-worker turns + delayed debris cleanup, letting interrupted delegated work settle visibly.
  4. Control UI file safety (v2026.9.1-beta.1 + PR #130468): confirmed agent-file saves preserved during overlapping reads/refreshes.
  5. OpenAI model catalog persistence (PR #131803): models that completed SecretRef-backed successful routes remain marked available after catalog refresh.
  6. Gateway active turns protection (PR #131966): channel reconnects deferred to active work completion on long event loop pauses.

3.2 Angle 2: OpenClaw Crosses Into New “Cross-Process Stability Phase”

v2026.8.1 stable + v2026.9.1-beta.1 new monthly train invests heavily in “cross-process consistency”:

  • SQLite snapshot backup + restore (v2026.8.1-beta.3 + v2026.9.1-beta.1): create / list / verify / restore 4 commands, enterprise-grade data protection.
  • Session isolation stamp refactoring (PR #131147 + #131156): storage layer lets SQLite store read authoritative rows itself, not trusting caller-passed previousEntry; new preserveCreationStamp helper function, tampering attempts auto-repaired and logged; all creation paths complete stamp writing (chat send + Talk voice + agent consultation + restart recovery + checkpoint/rewind + outbound delivery + cron isolated-agent + sub-agent 10+ paths); affects all deployments using gateway.roles with sandbox: "required" configuration.
  • Gateway active turns protection (PR #131966): active replies and agent startup complete before channel reconnects, real host pauses (SIGSTOP/VM pause/laptop wake) still reconnect stale channel sockets normally, admission stays fenced until recovery completes.
  • Channel reconnect non-interference (PR #131966 enhancement): failed stop/startup handoff only retries affected account, no longer churns healthy siblings; ChannelManager reports typed startup handoff outcomes, disabled/removed/unconfigured accounts settle as intentional skips, no longer restarted by old recovery state.

3.3 Angle 3: Domestic LLMs “Onboarding OpenClaw” Cross Into Apache 2.0 Era

8/28 Tencent HunYuan Hy3 open-sourced under Apache 2.0, onboarding 6 third-party development platforms:

  • Hy3 simultaneously onboards: Hermes (Nous Research) + Kilo + Cline + OpenClaw + OpenCode + Cherry Studio
  • Simultaneous open-source: Hugging Face + ModelScope day-one dual platforms
  • Strategic significance: OpenClaw officially becomes the first-choice bridge for domestic LLMs “onboarding overseas open-source Agent frameworks”, compared to previously Anthropic Claude Sonnet 4.6 + Kimi K3 + GLM-5.3 + DeepSeek V4 etc. domestic models either going through API or through MaaS, directly entering the OpenClaw official plugin ecosystem with Apache 2.0 license is the first time.

3.4 Angle 4: OpenClaw “Self-Hosted Ecosystem” Crosses Into Pi Desktop Era

8/29 Pi Network officially announces OpenClaw + Atlassian MCP Server lands on Pi Desktop’s SoloHost:

  • SoloHost mode: users can run more controlled local AI on their own nodes, compared with OpenAI Codex / Anthropic Claude Agent SDK etc. SaaS models.
  • Enterprise scenarios directly connected: Atlassian MCP Server integrated, users can directly connect Jira workflows to local AI, no need for Atlassian official cloud.
  • Ecosystem significance: OpenClaw’s key turning point from “geek toy” to “enterprise self-hosting”, together with April 7 Mooc notebook “Windows One-Click Deployment”, May 11 SegmentFault “Complete Practice”, August 5 Tencent Cloud Lighthouse image, September 4 360 Security Crayfish constituting “OpenClaw Self-Hosted Ecosystem Four-Layer Pyramid”.

IV. 388K Stars: OpenClaw 25-Day Growth +38.6% “May-August Parallel Acceleration”

Time PointGitHub StarsGrowth vs PreviousDaily Average
8/5280,000+24% vs 6/3 226K~1,500/day
8/15360,000+28.6% vs 8/5~10,000/day
8/25380,000+5.6% vs 8/15~2,000/day
8/30388,000+2.1% vs 8/25~1,600/day
8/5→8/30 Total Growth+108,000+38.6%~4,320/day

Key observation: 8/15 single-week growth of 80,000 Stars (10,000/day) is OpenClaw’s historically fastest single-week growth; after 8/25 it returns to “daily ~1,600” norm.


V. September 1 SDK Migration Deadline: 6 Categories of Subpaths Migrating to Focused Imports

v2026.9.1-beta.1 + v2026.8.1 stable release SDK migration announcement simultaneously, effective September 1:

Old PathNew Path
plugin-sdk-config-runtime-subpathapi.pluginConfig
openclaw/plugin-sdk/config-mutationopenclaw/plugin-sdk/config-mutation (focused)
openclaw/plugin-sdk/runtime-config-snapshotopenclaw/plugin-sdk/runtime-config-snapshot (focused)
openclaw/plugin-sdk/config-contractsopenclaw/plugin-sdk/config-contracts (focused)
plugin-sdk-channel-reply-pipeline-subpathopenclaw/plugin-sdk/channel-outbound
plugin-sdk-channel-lifecycle-subpathopenclaw/plugin-sdk/channel-outbound
plugin-sdk-channel-message-subpathopenclaw/plugin-sdk/channel-outbound + openclaw/plugin-sdk/channel-inbound
plugin-sdk-infra-runtime-subpath6 focused entry points: delivery-queue-runtime / diagnostic-runtime / error-runtime / exec-approvals-runtime / fetch-runtime / ssrf-runtime

Impact: All external plugins using above subpaths must migrate to new paths before 2026-09-01, otherwise SDK removal gate triggers and plugins cannot start.


VI. 5-Step Enterprise Landing Path

6.1 Step 1: Upgrade from beta.3 to v2026.8.1 Stable

npm install -g openclaw@2026.8.1
openclaw doctor --fix  # Auto-migrate codex/* and openai-codex/* → openai/

6.2 Step 2: Enable SQLite Snapshot Backup

openclaw snapshot create  # Create snapshot
openclaw snapshot list    # List snapshots
openclaw snapshot verify  # Verify snapshot integrity
openclaw snapshot restore <snapshot-id>  # Restore to fresh target

6.3 Step 3: Bind Secret Egress Protection

openclaw secret bind <secret-name> --to-host api.anthropic.com
openclaw secret bind <secret-name> --to-host api.openai.com
# Unbound secrets trigger fail-closed during sentinel substitution

6.4 Step 4: Configure sandbox: required Role Policy

# ~/.openclaw/config.yaml
gateway:
  roles:
    default:
      sandbox: required  # Critical: enables session creation stamp mechanism

6.5 Step 5: Complete SDK Migration Before September 1

# Check which plugins depend on old paths
grep -r "plugin-sdk-config-runtime-subpath" ~/.openclaw/plugins/
# Replace according to migration guide

VII. 6-Defense Checklist

  • Check 1: Run openclaw doctor --fix in test environment before upgrade, ensure all codex/* and openai-codex/* have migrated to openai/.
  • Check 2: Immediately create first SQLite snapshot after upgrade, verify snapshot create/list/verify/restore 4 commands are available.
  • Check 3: gateway.roles.default.sandbox: required must be configured, otherwise PR #131147 + #131156 session isolation stamp mechanism won’t take effect.
  • Check 4: All shared-store secrets must be bound to target hosts, otherwise sentinel substitution triggers fail-closed.
  • Check 5: Before September 1, use grep -r "plugin-sdk-" ~/.openclaw/plugins/ to check all external plugins, migrate one by one to focused imports.
  • Check 6: Don’t let Control UI trigger reads during agent-file writes, otherwise PR #130468’s confirmed saves preservation mechanism is bypassed.

VIII. Key Terminology

TermOne-Sentence Explanation
OpenClawGitHub 388K Stars open-source AI Agent platform, nicknamed “Crayfish”, supports macOS/Windows/Linux three-end + one-click cloud deployment.
v2026.9.1-beta.1First beta of September 2026 monthly train, released 8/28, focusing on “restart recovery” + “cross-process stability” + “Worker recovery”.
v2026.8.1 stableFirst official stable version of 8.1 train, released 8/30, 5 enterprise capabilities: atomic model switching + plugin permission declaration + lifecycle monitoring + SQLite snapshot backup + secret egress protection.
Gateway restart recoveryWhen Gateway restarts, retain admitted turns across restarts, restart-safe runs continue across checkpoints until final response is delivered (PR #130491).
Secret egress host bindingEach shared-store secret must bind to exact HTTPS target host, CLI/Gateway RPC/Control UI three-layer fail-closed.
SQLite snapshot backupcreate / list / verify / restore 4 commands + verified backup + fresh target restore complete backup recovery chain.
Session isolation stamprole=required marked sandbox sessions no longer silently lose isolation due to doctor fix/checkpoint rewrite/plugin replaceEntry etc. paths (PR #131147 + #131156).
Plugin SDK Migration 9/1September 1 SDK migration deadline: old plugin-sdk-config-runtime-subpath etc. subpaths migrate to focused imports.

IX. FAQ (High-Frequency Questions Direct Answer)

Q1: Are v2026.8.1 stable and v2026.9.1-beta.1 the same branch? A: No. v2026.8.1 is the first official stable version of 8.1 train (from beta.1 (8/15) → beta.2 (8/15) → beta.3 (8/24) over 15 days); v2026.9.1-beta.1 is the first beta of 9.x monthly new train (released 8/28). Both can be installed simultaneously but belong to different trains.

Q2: I already upgraded to v2026.8.1-beta.3, do I still need to upgrade to v2026.8.1 stable? A: Strongly recommended. beta.3 is just a pre-release, the stable version passes npm integrity verification (sha512-8v+2Knr+0i1qzWXgJmtcBg78VaoMENahLxcuThOqyCmVaCGPj++mI9yv0R440wMv9Siv4fysd5e0YmBVftDvuQ==) + 89 official plugins read back + Codex 0.149.1 managed runtime, enterprise production environments please use stable version.

Q3: How does v2026.9.1-beta.1’s “Gateway restart recovery” work? A: Retain admitted turns across restarts, restart-safe runs continue across checkpoints until final response is delivered. Specific mechanism: PR #130491 lets Gateway identify “admitted turns” + “restart-safe runs” during restart, rebuild context through checkpoint sequence numbers, ensuring conversation continuity.

Q4: How to configure OpenClaw v2026.8.1 “secret egress protection”? A: Must manually bind target host for each shared-store secret. For example, Anthropic API key binds to api.anthropic.com, OpenAI API key binds to api.openai.com, Tencent HunYuan Hy3 binds to hunyuan.tencent.com. Unbound secrets trigger fail-closed during sentinel substitution (not enabled by default).

Q5: What’s the significance of Tencent HunYuan Hy3 onboarding OpenClaw? A: Domestic LLM first enters OpenClaw official plugin ecosystem with Apache 2.0 license, compared to previously DeepSeek V4 Pro / Kimi K3 / GLM-5.3 / Zhipu Qingyan etc. domestic models either going through API or through MaaS, Hy3 is the first domestic LLM that fully opens weights + actively adapts to OpenClaw.

Q6: What should I do for the September 1 SDK migration deadline? A: First check dependencies: grep -r "plugin-sdk-" ~/.openclaw/plugins/. Then read migration guide: https://docs.openclaw.ai/sdk-migration. Each focused entry point has detailed mapping + compatibility limitation descriptions.

Q7: How to use Pi Network SoloHost + OpenClaw? A: Download Pi Desktop (https://pi.network/desktop) → Install SoloHost mode → Add OpenClaw + Atlassian MCP Server → Configure Jira API token → Directly run AI Agent locally to process Jira tickets.

Q8: Isn’t OpenClaw’s GitHub Stars 388K a bit slow? A: Not slow. OpenClaw has stably been in GitHub Trending monthly top 10 for 8 consecutive months, compared with same period Anthropic Claude Code 142K, Cursor 89K, Harness 17K, OpenClaw firmly ranks first in Agent category. 25-day +108K Star (8/5→8/30, +38.6%) is OpenClaw’s second-fastest growth in history.


X. References

Official Documentation / GitHub

  1. v2026.9.1-beta.1 Release: https://github.com/openclaw/openclaw/releases/tag/v2026.9.1-beta.1
  2. v2026.8.1-beta.3 Release: https://github.com/openclaw/openclaw/releases/tag/v2026.8.1-beta.3
  3. PR #131966 Gateway Active Turns: https://github.com/openclaw/openclaw/pull/131966
  4. PR #131803 OpenAI Model Catalog: https://github.com/openclaw/openclaw/pull/131803
  5. PR #131147 + #131156 Session Isolation Stamp: https://github.com/openclaw/openclaw/pull/131147 + https://github.com/openclaw/openclaw/pull/131156
  6. SDK Migration Guide: https://docs.openclaw.ai/sdk-migration

Authoritative Media

  1. Tencent News OpenClaw Bulletin 8/30: https://new.qq.com/rain/a/20260830A04NNU00
  2. Tencent News OpenClaw Bulletin 8/30: https://new.qq.com/rain/a/20260830A0994N00
  3. OpenClaw Chronicles 8/29 Gateway Stall Recovery: https://openclawchronicles.com/posts/openclaw-2026-8-29-gateway-stall-recovery
  4. OpenClaw Chronicles 8/28 OpenAI Model Catalog: https://openclawchronicles.com/posts/openclaw-2026-8-28-openai-model-catalog-refresh
  5. wuaishare.cn 8/28 24h Update Bulletin: https://www.wuaishare.cn/12865.html
  6. newreleases.io v2026.8.1: https://newreleases.io/project/github/openclaw/openclaw/release/v2026.8.1
  7. releasebot.io OpenClaw Updates: https://releasebot.io/updates/openclaw
  8. releasealert.dev OpenClaw Releases: https://releasealert.dev/github/openclaw/openclaw
  9. The Claw Report 8/30: http://www.theclawreport.com/

Chinese Community

  1. WeChat “Lingxi Eye A-Cheng” v2026.8.1 Five Features Practice 8/29: https://mp.weixin.qq.com/s?__biz=Mzk2NDQzNzkyMA==&mid=2247485969
  2. WeChat “Xincheng Boss Meeting” One-Click Deployment + WeChat/Feishu 8/29: https://mp.weixin.qq.com/s?__biz=Mzg5OTU3MzMxMQ==&mid=2247487788
  3. PlanetWanderer Pi Network SoloHost 8/29: https://www.douyin.com/video/7679275577169881152
  4. Subaoxw News Tencent HunYuan Hy3 8/28: https://new.qq.com/rain/a/20260830A04NNU00
  5. OpenClaw Chinese Ecosystem 8/15: https://www.boaoai.cn/en/news/2026-08-15-openclaw-chinese-ecosystem-august-panorama/

International Industry Media

  1. SEN-X OpenClaw Daily: https://senx.ai
  2. OpenClaw Hub Video Tutorials: https://openclaw-hub.com
  3. GitHub Releases openclaw/openclaw: https://github.com/openclaw/openclaw/releases
  4. NPM OpenClaw: https://www.npmjs.com/package/openclaw
  5. Snyk OpenClaw Package History: https://security.snyk.io/package/npm/openclaw

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "OpenClaw Crosses Into 'G Major · Nine Heavens' New Phase with 7-Hit Combo in August Final Week",
  "datePublished": "2026-08-31T13:00:00+08:00",
  "author": {
    "@type": "Organization",
    "name": "Boao Intelligence"
  },
  "publisher": {
    "@type": "Organization",
    "name": "boaoai.cn",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.boaoai.cn/logo.png"
    }
  },
  "description": "OpenClaw released 7 updates in the final week of August 2026 (8/25-8/31): v2026.9.1-beta.1 new monthly train + v2026.8.1 stable five capabilities + GPT-5.6 full range + 388K Stars + Tencent HunYuan Hy3 + Pi SoloHost onboarding."
}
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://www.boaoai.cn/"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "News",
      "item": "https://www.boaoai.cn/en/news/"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "OpenClaw August Final Week 7-Hit Combo"
    }
  ]
}
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are v2026.8.1 stable and v2026.9.1-beta.1 the same branch?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. v2026.8.1 is the first official stable version of the 8.1 train; v2026.9.1-beta.1 is the first beta of the 9.x monthly new train (released 8/28). Both belong to different trains."
      }
    },
    {
      "@type": "Question",
      "name": "I already upgraded to v2026.8.1-beta.3, do I still need to upgrade to v2026.8.1 stable?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Strongly recommended. beta.3 is just a pre-release. The stable version passes npm integrity verification + 89 official plugins read back + Codex 0.149.1 managed runtime. Enterprise production environments should use the stable version."
      }
    }
  ]
}