fix(ci): refresh stale metadata ownership · openclaw/openclaw@488a3d8
steipete
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,7 +11,6 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
11 | 11 | "extensions/diffs/src/viewer-payload.ts", |
12 | 12 | "extensions/matrix/src/plugin-entry.runtime.js", |
13 | 13 | "extensions/memory-core/src/memory-tool-manager-mock.ts", |
14 | | -"src/agents/provider-operation-retry.ts", |
15 | 14 | "src/agents/subagent-registry.runtime.ts", |
16 | 15 | "src/auto-reply/inbound.group-require-mention-test-plugins.ts", |
17 | 16 | "src/auto-reply/reply/get-reply.test-loader.ts", |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { describe, expect, it, vi } from "vitest"; |
| 2 | +import type { TransientProviderRetryParams } from "../provider-runtime/operation-retry.js"; |
2 | 3 | import { executeWithApiKeyRotation } from "./api-key-rotation.js"; |
3 | | -import type { TransientProviderRetryParams } from "./provider-operation-retry.js"; |
4 | 4 | |
5 | 5 | function abortError(message: string): Error { |
6 | 6 | return Object.assign(new Error(message), { name: "AbortError" }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。