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

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
量子位
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
Y
Y Combinator Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
博客园 - 聂微东
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks

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
build: hard-pin dependency specs · openclaw/openclaw@f6d787c
steipete · 2026-05-12 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -62,6 +62,7 @@ Docs: https://docs.openclaw.ai

6262

- Codex app-server: enable Codex native code-mode-only for harness threads so deferred OpenClaw dynamic tools run through Codex's own searchable code execution surface instead of a PI-style wrapper.

6363

- Dependencies: refresh workspace pins and patch targets, including ACPX `@agentclientprotocol/claude-agent-acp` `0.33.1`, Codex ACP `0.14.0`, Baileys `7.0.0-rc10`, Google GenAI `2.0.1`, OpenAI `6.37.0`, AWS SDK `3.1045.0`, Kysely `0.29.0`, Tlon skill `0.3.6`, Aimock `1.19.5`, and tsdown `0.22.0`.

6464

- Dependencies: refresh workspace pins for Anthropic SDK, Smithy shared ini loading, Playwright, YAML, Aimock, TypeScript native preview, Vitest, Oxlint/Oxfmt, Vite, and pnpm 11.1.0.

65+

- Dependencies: hard-pin non-peer direct dependency specs across bundled packages and add a changed-check guard so runtime installs resolve the exact versions tested by maintainers.

6566

- Dependencies: move embedded Pi packages to the `@earendil-works` namespace, refresh Twitch Twurple packages, and move `@openclaw/fs-safe` from the GitHub release pin to the published npm package.

6667

- Build: route Testbox changed-check delegation through Crabbox and remove the OpenClaw-specific Blacksmith Testbox helper scripts.

6768

- Agents/compaction: preserve scoped background exec/process session references across embedded compaction and after-turn runtime contexts without exposing sessions from unrelated scopes. Fixes #79284. (#79307) Thanks @TurboTheTurtle.

Original file line numberDiff line numberDiff line change

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

1111

"@agentclientprotocol/claude-agent-acp": "0.33.1",

1212

"@zed-industries/codex-acp": "0.14.0",

1313

"acpx": "0.7.0",

14-

"zod": "^4.4.3"

14+

"zod": "4.4.3"

1515

},

1616

"devDependencies": {

1717

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

Original file line numberDiff line numberDiff line change

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

66

"type": "module",

77

"dependencies": {

88

"@anthropic-ai/sdk": "0.95.2",

9-

"@aws/bedrock-token-generator": "^1.1.0",

9+

"@aws/bedrock-token-generator": "1.1.0",

1010

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

1111

},

1212

"devDependencies": {

Original file line numberDiff line numberDiff line change

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

55

"description": "OpenClaw Anthropic Vertex provider plugin",

66

"type": "module",

77

"dependencies": {

8-

"@anthropic-ai/vertex-sdk": "^0.16.0",

8+

"@anthropic-ai/vertex-sdk": "0.16.0",

99

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

1010

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

1111

},

Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@

44

"description": "OpenClaw Bonjour/mDNS gateway discovery",

55

"type": "module",

66

"dependencies": {

7-

"@homebridge/ciao": "^1.3.8"

7+

"@homebridge/ciao": "1.3.8"

88

},

99

"devDependencies": {

1010

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

Original file line numberDiff line numberDiff line change

@@ -6,11 +6,11 @@

66

"type": "module",

77

"dependencies": {

88

"@modelcontextprotocol/sdk": "1.29.0",

9-

"commander": "^14.0.3",

9+

"commander": "14.0.3",

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.0"

1414

},

1515

"devDependencies": {

1616

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

Original file line numberDiff line numberDiff line change

@@ -9,11 +9,11 @@

99

},

1010

"dependencies": {

1111

"@a2ui/lit": "0.9.3",

12-

"@lit/context": "^1.1.6",

13-

"chokidar": "^5.0.0",

14-

"lit": "^3.3.2",

12+

"@lit/context": "1.1.6",

13+

"chokidar": "5.0.0",

14+

"lit": "3.3.2",

1515

"typebox": "1.1.38",

16-

"ws": "^8.20.0"

16+

"ws": "8.20.0"

1717

},

1818

"openclaw": {

1919

"extensions": [

Original file line numberDiff line numberDiff line change

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

1010

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

1111

},

1212

"dependencies": {

13-

"ws": "^8.20.0",

14-

"zod": "^4.4.3"

13+

"ws": "8.20.0",

14+

"zod": "4.4.3"

1515

},

1616

"devDependencies": {

1717

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

Original file line numberDiff line numberDiff line change

@@ -10,9 +10,9 @@

1010

"dependencies": {

1111

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

1212

"@openai/codex": "0.130.0",

13-

"ajv": "^8.20.0",

14-

"ws": "^8.20.0",

15-

"zod": "^4.4.3"

13+

"ajv": "8.20.0",

14+

"ws": "8.20.0",

15+

"zod": "4.4.3"

1616

},

1717

"devDependencies": {

1818

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

Original file line numberDiff line numberDiff line change

@@ -8,17 +8,17 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

"@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",

16-

"@opentelemetry/resources": "^2.7.1",

17-

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

18-

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

19-

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

20-

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

21-

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

11+

"@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",

16+

"@opentelemetry/resources": "2.7.1",

17+

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

18+

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

19+

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

20+

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

21+

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

2222

},

2323

"devDependencies": {

2424

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