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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
F
Fortinet All Blogs
B
Blog RSS Feed
Last Week in AI
Last Week in AI
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
雷峰网
雷峰网
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园 - 司徒正美
U
Unit 42
量子位

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
docs(skills): defer private release locators · openclaw/o...
steipete · 2026-05-25 · via Recent Commits to openclaw:main

@@ -5,7 +5,7 @@ description: "OpenClaw Tideclaw alpha/nightly release automation: isolated branc

5566

# Nightly Release

778-

Use for Tideclaw/OpenClaw alpha/nightly release automation, manual alpha triggers, beta prep, release-branch repair, and post-release forward-port.

8+

Use for Tideclaw/OpenClaw alpha/nightly release automation, manual alpha triggers, beta prep, release-branch repair, and post-release forward-port. Load `$release-private` if it exists before using Tideclaw host paths, cron ids, or Discord routing ids.

991010

## Policy

1111

@@ -36,15 +36,15 @@ This is good for auditability if commits are clearly machine-authored and gated

3636

- Branch prefix: `tideclaw/alpha/`

3737

- Branch name: `tideclaw/alpha/YYYY-MM-DD-HHMMZ`

3838

- Base: current `origin/main` SHA at trigger time.

39-

- State file: `/root/tideclaw-workspace/.tideclaw-alpha-state.json`

39+

- State file: resolve from `$release-private` on the Tideclaw host.

4040

- Release tag: `vYYYY.M.D-alpha.N`

4141

- npm dist-tag: `alpha`

42424343

Do not reuse old alpha branches for a new run. If rerunning the same base SHA, create a new timestamped branch and record why.

44444545

## Start

464647-

1. Work in `/root/tideclaw-workspace/openclaw`.

47+

1. Work in the Tideclaw host checkout from `$release-private`.

4848

2. Fetch first:

49495050

```bash

@@ -66,7 +66,8 @@ git switch -c "$BRANCH" "$BASE_SHA"

6666

Manual trigger:

67676868

```bash

69-

OPENCLAW_ALLOW_ROOT=1 openclaw cron run 8cfc76f6-d1b4-4608-85ec-1a659e76c0cd --expect-final --timeout 21600000

69+

CRON_ID="<from release-private>"

70+

OPENCLAW_ALLOW_ROOT=1 openclaw cron run "$CRON_ID" --expect-final --timeout 21600000

7071

```

71727273

## Discord Alpha Trigger

@@ -88,7 +89,7 @@ Rules:

8889

3. Follow the normal alpha workflow: reuse prior fixes, run local checks, fix on the alpha branch, run release CI, publish alpha after green gates, then forward-port reusable fixes via fixes-only PR.

8990

4. If another alpha/beta/stable release run is already active, report the active branch/run and stop.

9091

5. `#maintainers` trigger requires an explicit Tideclaw mention; do not react to unmentioned release chatter there.

91-

6. Discord currently resolves `@Tideclaw` in `#maintainers` to managed role `<@&1505299068748824609>`. The live host hotfix treats that role mention as addressing bot user `1505297171623186432`; if the hotfix is absent, the message is dropped before this skill runs and must be resent after fixing preflight.

92+

6. Resolve Discord role/user ids and live host hotfix notes from `$release-private`.

92939394

## Discord Beta Trigger

9495

@@ -119,7 +120,7 @@ Rules:

119120120121

Before running checks, mine recent Tideclaw alpha branches for fixes already made during previous release attempts:

121122122-

1. Read `/root/tideclaw-workspace/.tideclaw-alpha-state.json` for the last successful alpha branch and fix commit SHAs.

123+

1. Read the Tideclaw state file from `$release-private` for the last successful alpha branch and fix commit SHAs.

123124

2. List recent remote branches:

124125125126

```bash

@@ -224,7 +225,7 @@ Release is not done until all are true:

224225

- Release body links npm version page, registry tarball, integrity, and CI/proof.

225226

- `npm view openclaw@<version>` shows the exact version, dist-tag `alpha`, tarball, integrity, and publish time.

226227

- Installed/package smoke follows repo release docs.

227-

- `/root/tideclaw-workspace/.tideclaw-alpha-state.json` records version, tag, base SHA, branch, fix commit SHAs, workflow run IDs, npm integrity, and timestamp.

228+

- The Tideclaw state file from `$release-private` records version, tag, base SHA, branch, fix commit SHAs, workflow run IDs, npm integrity, and timestamp.

228229229230

Final Discord summary in `#releases`:

230231