picoclaw/cmd/picoclaw
程智超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
..
internal fix(agent): add ok checks for startup info type assertions 2026-06-07 21:28:45 +08:00
dns_noresolv.go fix: add fallback DNS resolver for Android with multi-DNS support (#1835) 2026-03-20 22:32:21 +08:00
main.go fix: auto-detect Termux SSL certificate path 2026-05-26 16:49:42 +08:00
main_test.go feat(frontend): add factory reset button with confirmation dialog 2026-05-18 13:53:34 +08:00