chore: update dependencies · openclaw/openclaw@ec10d12
steipete
·
2026-05-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
|
6 | 6 | |
7 | 7 | ### Changes |
8 | 8 | |
| 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. |
9 | 10 | - 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. |
10 | 11 | |
11 | 12 | ### Fixes |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@
|
8 | 8 | }, |
9 | 9 | "type": "module", |
10 | 10 | "dependencies": { |
11 | | -"@agentclientprotocol/claude-agent-acp": "0.33.1", |
| 11 | +"@agentclientprotocol/claude-agent-acp": "0.36.1", |
12 | 12 | "@zed-industries/codex-acp": "0.14.0", |
13 | 13 | "acpx": "0.8.0", |
14 | 14 | "zod": "4.4.3" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -198,7 +198,7 @@ describe("prepareAcpxCodexAuthConfig", () => {
|
198 | 198 | }); |
199 | 199 | |
200 | 200 | 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"'); |
202 | 202 | expect(wrapper).toContain('"--", "claude-agent-acp"'); |
203 | 203 | expect(wrapper).not.toContain("@agentclientprotocol/claude-agent-acp@^0.31.0"); |
204 | 204 | expect(wrapper).not.toContain("@agentclientprotocol/claude-agent-acp@0.31.0"); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,7 @@ describe("acpx package manifest", () => {
|
15 | 15 | expect(packageJson.dependencies?.acpx).toBeTypeOf("string"); |
16 | 16 | expect(packageJson.dependencies?.acpx).not.toBe(""); |
17 | 17 | 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"); |
19 | 19 | expect(packageJson.devDependencies?.["@agentclientprotocol/claude-agent-acp"]).toBeUndefined(); |
20 | 20 | }); |
21 | 21 | }); |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,9 +8,9 @@
|
8 | 8 | }, |
9 | 9 | "type": "module", |
10 | 10 | "dependencies": { |
11 | | -"@anthropic-ai/sdk": "0.96.0", |
| 11 | +"@anthropic-ai/sdk": "0.97.1", |
12 | 12 | "@aws/bedrock-token-generator": "1.1.0", |
13 | | -"@earendil-works/pi-ai": "0.75.3" |
| 13 | +"@earendil-works/pi-ai": "0.75.4" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | 16 | "@openclaw/plugin-sdk": "workspace:*" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,10 +8,10 @@
|
8 | 8 | }, |
9 | 9 | "type": "module", |
10 | 10 | "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", |
15 | 15 | "@smithy/shared-ini-file-loader": "4.5.3" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,9 +8,9 @@
|
8 | 8 | }, |
9 | 9 | "type": "module", |
10 | 10 | "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" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | 16 | "@openclaw/plugin-sdk": "workspace:*" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@
|
5 | 5 | "description": "OpenClaw Anthropic provider plugin", |
6 | 6 | "type": "module", |
7 | 7 | "dependencies": { |
8 | | -"@earendil-works/pi-ai": "0.75.3" |
| 8 | +"@earendil-works/pi-ai": "0.75.4" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | 11 | "@openclaw/plugin-sdk": "workspace:*" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@
|
8 | 8 | }, |
9 | 9 | "type": "module", |
10 | 10 | "dependencies": { |
11 | | -"@earendil-works/pi-coding-agent": "0.75.3", |
| 11 | +"@earendil-works/pi-coding-agent": "0.75.4", |
12 | 12 | "@openai/codex": "0.132.0", |
13 | 13 | "ajv": "8.20.0", |
14 | 14 | "ws": "8.20.1", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。