Files
picoclaw/web/backend/api
程智超0668000959 a011df1ddc fix: add ok check for singleflight type assertion in model probe
singleflight.Group.Do() returns any, which is type-asserted as bool
without an ok check at model_status.go:211. If a non-bool value is
returned (e.g. nil from shared/cache corruption), this panics.

Add ok check and return false (model probe failed) as a safe default.
2026-06-07 20:54:00 +08:00
..
2026-05-19 16:38:47 +08:00
2026-05-19 16:38:47 +08:00
2026-04-14 00:15:35 +08:00