Skip to content

Commit c4a5614

Browse files
Merge pull request #104 from comet-ml/fix/e2e-optional-openclaw-peer
fix(e2e): mark openclaw peer as optional to fix install on 2026.5.18+
2 parents 3ad0539 + aa935e3 commit c4a5614

4 files changed

Lines changed: 1691 additions & 7172 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export function emptyPluginConfigSchema() {
2+
return {
3+
jsonSchema: { type: "object", additionalProperties: false, properties: {} },
4+
parse: (value) => value,
5+
};
6+
}
7+
8+
export function onDiagnosticEvent() {
9+
return () => undefined;
10+
}

0 commit comments

Comments
 (0)