fix: follow up main ci failures · openclaw/openclaw@996818e
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
File tree
extensions/github-copilot
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,6 +16,11 @@ vi.mock("@mariozechner/pi-ai/oauth", async () => {
|
16 | 16 | |
17 | 17 | vi.mock("openclaw/plugin-sdk/provider-model-shared", () => ({ |
18 | 18 | normalizeModelCompat: (model: Record<string, unknown>) => model, |
| 19 | +resolveProviderEndpoint: (baseUrl: string) => ({ |
| 20 | + baseUrl, |
| 21 | +endpointClass: "custom", |
| 22 | +warnings: [], |
| 23 | +}), |
19 | 24 | })); |
20 | 25 | |
21 | 26 | const loadJsonFile = vi.fn(); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,6 +16,10 @@
|
16 | 16 | "types": "./dist/src/plugin-sdk/async-lock-runtime.d.ts", |
17 | 17 | "default": "./src/async-lock-runtime.ts" |
18 | 18 | }, |
| 19 | +"./browser-config": { |
| 20 | +"types": "./dist/src/plugin-sdk/browser-config.d.ts", |
| 21 | +"default": "./src/browser-config.ts" |
| 22 | + }, |
19 | 23 | "./channel-activity-runtime": { |
20 | 24 | "types": "./dist/src/plugin-sdk/channel-activity-runtime.d.ts", |
21 | 25 | "default": "./src/channel-activity-runtime.ts" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。