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

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
D
Docker
B
Blog
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
G
Google Developers Blog
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
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
chore(deps): bump actions group · openclaw/openclaw@9cb71bb
dependabot · 2026-04-30 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -114,7 +114,7 @@ jobs:

114114

ref: ${{ inputs.ref || github.ref }}

115115
116116

- name: Set up Blacksmith Docker Builder

117-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

117+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

118118

with:

119119

max-cache-size-mb: 800000

120120

@@ -245,7 +245,7 @@ jobs:

245245
246246

- name: Set up Blacksmith Docker Builder

247247

if: steps.existing.outputs.exists != 'true'

248-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

248+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

249249

with:

250250

max-cache-size-mb: 800000

251251

@@ -414,7 +414,7 @@ jobs:

414414

run: timeout 300s docker pull "$IMAGE_REF"

415415
416416

- name: Set up Blacksmith Docker Builder

417-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

417+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

418418

with:

419419

max-cache-size-mb: 800000

420420

@@ -507,7 +507,7 @@ jobs:

507507

ref: ${{ inputs.ref || github.ref }}

508508
509509

- name: Set up Blacksmith Docker Builder

510-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

510+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

511511

with:

512512

max-cache-size-mb: 800000

513513
Original file line numberDiff line numberDiff line change

@@ -36,12 +36,12 @@ jobs:

3636

password: ${{ github.token }}

3737
3838

- name: Set up Blacksmith Docker Builder

39-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

39+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

4040

with:

4141

max-cache-size-mb: 800000

4242
4343

- name: Build and push live media runner image

44-

uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2

44+

uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2

4545

with:

4646

context: .github/images/live-media-runner

4747

file: .github/images/live-media-runner/Dockerfile

Original file line numberDiff line numberDiff line change

@@ -105,12 +105,12 @@ jobs:

105105

fetch-depth: 1

106106
107107

- name: Set up Blacksmith Docker Builder

108-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

108+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

109109

with:

110110

max-cache-size-mb: 800000

111111
112112

- name: Build Docker E2E image

113-

uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2

113+

uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2

114114

with:

115115

context: .

116116

file: ./scripts/e2e/Dockerfile

Original file line numberDiff line numberDiff line change

@@ -1359,13 +1359,13 @@ jobs:

13591359
13601360

- name: Setup Docker builder

13611361

if: steps.image_exists.outputs.needs_build == '1'

1362-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

1362+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

13631363

with:

13641364

max-cache-size-mb: 800000

13651365
13661366

- name: Build and push bare Docker E2E image

13671367

if: steps.plan.outputs.needs_bare_image == '1' && steps.image_exists.outputs.bare_exists != '1'

1368-

uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2

1368+

uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2

13691369

with:

13701370

context: .

13711371

file: ./scripts/e2e/Dockerfile

@@ -1378,7 +1378,7 @@ jobs:

13781378
13791379

- name: Build and push functional Docker E2E image

13801380

if: steps.plan.outputs.needs_functional_image == '1' && steps.image_exists.outputs.functional_exists != '1'

1381-

uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2

1381+

uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2

13821382

with:

13831383

context: .

13841384

file: ./scripts/e2e/Dockerfile

@@ -1444,13 +1444,13 @@ jobs:

14441444
14451445

- name: Setup Docker builder

14461446

if: steps.image_exists.outputs.exists != '1'

1447-

uses: useblacksmith/setup-docker-builder@ac083cc84672d01c60d5e8561d0a939b697de542 # v1

1447+

uses: useblacksmith/setup-docker-builder@722e97d12b1d06a961800dd6c05d79d951ad3c80 # v1

14481448

with:

14491449

max-cache-size-mb: 800000

14501450
14511451

- name: Build and push shared live-test image

14521452

if: steps.image_exists.outputs.exists != '1'

1453-

uses: useblacksmith/build-push-action@cbd1f60d194a98cb3be5523b15134501eaf0fbf3 # v2

1453+

uses: useblacksmith/build-push-action@fb9e3e6a9299c78462bfadd0d93352c316adc9b8 # v2

14541454

with:

14551455

context: .

14561456

file: ./Dockerfile