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

推荐订阅源

WordPress大学
WordPress大学
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
The GitHub Blog
The GitHub Blog
L
LangChain Blog
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
博客园 - Franky
阮一峰的网络日志
阮一峰的网络日志
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
V
V2EX
MyScale Blog
MyScale Blog

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@9a529ca
steipete · 2026-04-26 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"description": "OpenClaw Brave plugin",

66

"type": "module",

77

"dependencies": {

8-

"typebox": "1.1.32"

8+

"typebox": "1.1.33"

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

@@ -9,7 +9,7 @@

99

"commander": "^14.0.3",

1010

"express": "5.2.1",

1111

"playwright-core": "1.59.1",

12-

"typebox": "1.1.32",

12+

"typebox": "1.1.33",

1313

"undici": "8.1.0",

1414

"ws": "^8.20.0"

1515

},

Original file line numberDiff line numberDiff line change

@@ -8,10 +8,10 @@

88

"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"

99

},

1010

"dependencies": {

11-

"@pierre/diffs": "1.1.17",

11+

"@pierre/diffs": "1.1.19",

1212

"@pierre/theme": "0.0.29",

1313

"playwright-core": "1.59.1",

14-

"typebox": "1.1.32"

14+

"typebox": "1.1.33"

1515

},

1616

"devDependencies": {

1717

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

Original file line numberDiff line numberDiff line change

@@ -9,7 +9,7 @@

99

"discord-api-types": "^0.38.47",

1010

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

1111

"opusscript": "^0.1.1",

12-

"typebox": "1.1.32",

12+

"typebox": "1.1.33",

1313

"undici": "8.1.0",

1414

"ws": "^8.20.0"

1515

},

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"type": "module",

66

"dependencies": {

77

"@larksuiteoapi/node-sdk": "^1.61.1",

8-

"typebox": "1.1.32"

8+

"typebox": "1.1.33"

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"description": "OpenClaw Firecrawl plugin",

66

"type": "module",

77

"dependencies": {

8-

"typebox": "1.1.32"

8+

"typebox": "1.1.33"

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"type": "module",

66

"dependencies": {

77

"commander": "^14.0.3",

8-

"typebox": "1.1.32"

8+

"typebox": "1.1.33"

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

@@ -6,7 +6,7 @@

66

"type": "module",

77

"dependencies": {

88

"ajv": "^8.18.0",

9-

"typebox": "1.1.32"

9+

"typebox": "1.1.33"

1010

},

1111

"devDependencies": {

1212

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

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"type": "module",

66

"dependencies": {

77

"@clawdbot/lobster": "2026.4.6",

8-

"typebox": "1.1.32"

8+

"typebox": "1.1.33"

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

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

1111

"markdown-it": "14.1.1",

1212

"matrix-js-sdk": "41.4.0-rc.0",

1313

"music-metadata": "^11.12.3",

14-

"typebox": "1.1.32"

14+

"typebox": "1.1.33"

1515

},

1616

"devDependencies": {

1717

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