picoclaw/cmd
程智超0668000959 639f700c15 fix(agent): add ok checks for startup info type assertions
GetStartupInfo returns map[string]any, and type-asserting tools/skills entries without checking ok is fragile. While the current implementation always stores the correct types, a future refactor could cause silent nil dereference. Add ok checks with explicit nil fallback.
2026-06-07 21:28:45 +08:00
..
membench membench: add LLM-as-Judge evaluation mode (#2484) 2026-04-15 21:15:17 +08:00
picoclaw fix(agent): add ok checks for startup info type assertions 2026-06-07 21:28:45 +08:00