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

推荐订阅源

G
Google Developers Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
H
Help Net Security
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
MongoDB | Blog
MongoDB | Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
博客园 - 司徒正美
C
Check Point Blog
B
Blog
Y
Y Combinator Blog
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
F
Fortinet All Blogs
美团技术团队
D
DataBreaches.Net

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@ec10d12
steipete · 2026-05-21 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

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

66
77

### Changes

88
9+

- Dependencies: refresh provider, plugin, UI, and tooling packages, update `protobufjs` to 8.4.0 to clear the current npm advisory, and carry the Claude ACP completion patch forward to `@agentclientprotocol/claude-agent-acp` 0.36.1.

910

- Tests/perf: isolate doctor core health check unit coverage from real skills/workspace discovery so `doctor-core-checks` no longer dominates unit perf while keeping one real skills-readiness smoke. (#84493) Thanks @frankekn.

1011
1112

### Fixes

Original file line numberDiff line numberDiff line change

@@ -8,7 +8,7 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

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

11+

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

1212

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

1313

"acpx": "0.8.0",

1414

"zod": "4.4.3"

Original file line numberDiff line numberDiff line change

@@ -198,7 +198,7 @@ describe("prepareAcpxCodexAuthConfig", () => {

198198

});

199199
200200

const wrapper = await fs.readFile(generated.wrapperPath, "utf8");

201-

expect(wrapper).toContain('"@agentclientprotocol/claude-agent-acp@0.33.1"');

201+

expect(wrapper).toContain('"@agentclientprotocol/claude-agent-acp@0.36.1"');

202202

expect(wrapper).toContain('"--", "claude-agent-acp"');

203203

expect(wrapper).not.toContain("@agentclientprotocol/claude-agent-acp@^0.31.0");

204204

expect(wrapper).not.toContain("@agentclientprotocol/claude-agent-acp@0.31.0");

Original file line numberDiff line numberDiff line change

@@ -15,7 +15,7 @@ describe("acpx package manifest", () => {

1515

expect(packageJson.dependencies?.acpx).toBeTypeOf("string");

1616

expect(packageJson.dependencies?.acpx).not.toBe("");

1717

expect(packageJson.dependencies?.["@zed-industries/codex-acp"]).toBe("0.14.0");

18-

expect(packageJson.dependencies?.["@agentclientprotocol/claude-agent-acp"]).toBe("0.33.1");

18+

expect(packageJson.dependencies?.["@agentclientprotocol/claude-agent-acp"]).toBe("0.36.1");

1919

expect(packageJson.devDependencies?.["@agentclientprotocol/claude-agent-acp"]).toBeUndefined();

2020

});

2121

});

Original file line numberDiff line numberDiff line change

@@ -8,9 +8,9 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

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

11+

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

1212

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

13-

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

13+

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

1414

},

1515

"devDependencies": {

1616

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

Original file line numberDiff line numberDiff line change

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

88

},

99

"type": "module",

1010

"dependencies": {

11-

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

12-

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

13-

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

14-

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

11+

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

12+

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

13+

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

14+

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

1515

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

1616

},

1717

"devDependencies": {

Original file line numberDiff line numberDiff line change

@@ -8,9 +8,9 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

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

12-

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

13-

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

11+

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

12+

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

13+

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

1414

},

1515

"devDependencies": {

1616

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

Original file line numberDiff line numberDiff line change

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

55

"description": "OpenClaw Anthropic provider plugin",

66

"type": "module",

77

"dependencies": {

8-

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

8+

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

99

},

1010

"devDependencies": {

1111

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

Original file line numberDiff line numberDiff line change

@@ -8,7 +8,7 @@

88

},

99

"type": "module",

1010

"dependencies": {

11-

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

11+

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

1212

"@openai/codex": "0.132.0",

1313

"ajv": "8.20.0",

1414

"ws": "8.20.1",