fix(config): accept clawhub artifact install metadata · openclaw/openclaw@831958c
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -29,6 +29,11 @@ export const InstallRecordShape = {
|
29 | 29 | clawhubChannel: z |
30 | 30 | .union([z.literal("official"), z.literal("community"), z.literal("private")]) |
31 | 31 | .optional(), |
| 32 | +artifactKind: z.union([z.literal("legacy-zip"), z.literal("npm-pack")]).optional(), |
| 33 | +artifactFormat: z.union([z.literal("zip"), z.literal("tgz")]).optional(), |
| 34 | +npmIntegrity: z.string().optional(), |
| 35 | +npmShasum: z.string().optional(), |
| 36 | +npmTarballName: z.string().optional(), |
32 | 37 | clawpackSha256: z.string().optional(), |
33 | 38 | clawpackSpecVersion: z.number().int().nonnegative().optional(), |
34 | 39 | clawpackManifestSha256: z.string().optional(), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。