fix(ci): unblock agent typing and cache startup metadata

This commit is contained in:
Peter Steinberger
2026-04-04 07:04:06 +01:00
parent 3a3f88a80a
commit c91b6bf322
8 changed files with 123 additions and 55 deletions

View File

@@ -149,8 +149,8 @@ function normalizeMatrixCompatibilityConfig(cfg: OpenClawConfig): ChannelDoctorC
config: {
...cfg,
channels: {
...cfg.channels,
matrix: updatedMatrix as OpenClawConfig["channels"]["matrix"],
...(cfg.channels ?? {}),
matrix: updatedMatrix as NonNullable<OpenClawConfig["channels"]>["matrix"],
},
},
changes,