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

推荐订阅源

Jina AI
Jina AI
S
SegmentFault 最新的问题
D
DataBreaches.Net
H
Help Net Security
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
Martin Fowler
Martin Fowler
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
罗磊的独立博客
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
博客园 - 三生石上(FineUI控件)

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: update dependencies · openclaw/openclaw@4a188e7
steipete · 2026-05-15 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -8,11 +8,11 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

"@aws-sdk/client-bedrock": "3.1045.0",

11+

"@aws-sdk/client-bedrock": "3.1047.0",

1212

"@aws-sdk/client-bedrock-runtime": "3.1045.0",

13-

"@aws-sdk/credential-provider-node": "3.972.39",

13+

"@aws-sdk/credential-provider-node": "3.972.41",

1414

"@earendil-works/pi-ai": "0.74.0",

15-

"@smithy/shared-ini-file-loader": "4.5.1"

15+

"@smithy/shared-ini-file-loader": "4.5.2"

1616

},

1717

"devDependencies": {

1818

"@openclaw/plugin-sdk": "workspace:*"

Original file line numberDiff line numberDiff line change

@@ -10,11 +10,11 @@

1010

"express": "5.2.1",

1111

"playwright-core": "1.60.0",

1212

"typebox": "1.1.38",

13-

"ws": "8.20.0"

13+

"ws": "8.20.1"

1414

},

1515

"devDependencies": {

1616

"@openclaw/plugin-sdk": "workspace:*",

17-

"undici": "8.2.0"

17+

"undici": "8.3.0"

1818

},

1919

"openclaw": {

2020

"extensions": [

Original file line numberDiff line numberDiff line change

@@ -18,6 +18,7 @@ const mocks = vi.hoisted(() => ({

1818

return {

1919

path: "/tmp/openclaw.json",

2020

previousHash: "test-hash",

21+

persistedHash: "test-hash",

2122

snapshot: { path: "/tmp/openclaw.json" },

2223

nextConfig: draft,

2324

result,

Original file line numberDiff line numberDiff line change

@@ -20,6 +20,7 @@ const configMocks = vi.hoisted(() => ({

2020

return {

2121

path: "/tmp/openclaw.json",

2222

previousHash: "test-hash",

23+

persistedHash: "test-hash",

2324

snapshot: { path: "/tmp/openclaw.json" },

2425

nextConfig: draft,

2526

result,

Original file line numberDiff line numberDiff line change

@@ -437,6 +437,7 @@ vi.mock("../config/config.js", async () => {

437437

return {

438438

path: "/tmp/openclaw.json",

439439

previousHash: "test-hash",

440+

persistedHash: "test-hash",

440441

snapshot: { path: "/tmp/openclaw.json" },

441442

nextConfig: draft,

442443

result,

Original file line numberDiff line numberDiff line change

@@ -8,12 +8,12 @@

88

"@openclaw/plugin-sdk": "workspace:*"

99

},

1010

"dependencies": {

11-

"@a2ui/lit": "0.9.3",

11+

"@a2ui/lit": "0.10.0",

1212

"@lit/context": "1.1.6",

1313

"chokidar": "5.0.0",

14-

"lit": "3.3.2",

14+

"lit": "3.3.3",

1515

"typebox": "1.1.38",

16-

"ws": "8.20.0"

16+

"ws": "8.20.1"

1717

},

1818

"openclaw": {

1919

"extensions": [

Original file line numberDiff line numberDiff line change

@@ -10,7 +10,7 @@

1010

"./runtime-api.js": "./runtime-api.ts"

1111

},

1212

"dependencies": {

13-

"ws": "8.20.0",

13+

"ws": "8.20.1",

1414

"zod": "4.4.3"

1515

},

1616

"devDependencies": {

Original file line numberDiff line numberDiff line change

@@ -11,7 +11,7 @@

1111

"@earendil-works/pi-coding-agent": "0.74.0",

1212

"@openai/codex": "0.130.0",

1313

"ajv": "8.20.0",

14-

"ws": "8.20.0",

14+

"ws": "8.20.1",

1515

"zod": "4.4.3"

1616

},

1717

"devDependencies": {

Original file line numberDiff line numberDiff line change

@@ -9,16 +9,16 @@

99

"type": "module",

1010

"dependencies": {

1111

"@opentelemetry/api": "1.9.1",

12-

"@opentelemetry/api-logs": "0.217.0",

13-

"@opentelemetry/exporter-logs-otlp-proto": "0.217.0",

14-

"@opentelemetry/exporter-metrics-otlp-proto": "0.217.0",

15-

"@opentelemetry/exporter-trace-otlp-proto": "0.217.0",

12+

"@opentelemetry/api-logs": "0.218.0",

13+

"@opentelemetry/exporter-logs-otlp-proto": "0.218.0",

14+

"@opentelemetry/exporter-metrics-otlp-proto": "0.218.0",

15+

"@opentelemetry/exporter-trace-otlp-proto": "0.218.0",

1616

"@opentelemetry/resources": "2.7.1",

17-

"@opentelemetry/sdk-logs": "0.217.0",

17+

"@opentelemetry/sdk-logs": "0.218.0",

1818

"@opentelemetry/sdk-metrics": "2.7.1",

19-

"@opentelemetry/sdk-node": "0.217.0",

19+

"@opentelemetry/sdk-node": "0.218.0",

2020

"@opentelemetry/sdk-trace-base": "2.7.1",

21-

"@opentelemetry/semantic-conventions": "1.40.0"

21+

"@opentelemetry/semantic-conventions": "1.41.1"

2222

},

2323

"devDependencies": {

2424

"@openclaw/plugin-sdk": "workspace:*"

Original file line numberDiff line numberDiff line change

@@ -13,8 +13,8 @@

1313

"https-proxy-agent": "9.0.0",

1414

"opusscript": "0.1.1",

1515

"typebox": "1.1.38",

16-

"undici": "8.2.0",

17-

"ws": "8.20.0"

16+

"undici": "8.3.0",

17+

"ws": "8.20.1"

1818

},

1919

"devDependencies": {

2020

"@openclaw/plugin-sdk": "workspace:*",