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. |
||
|---|---|---|
| .. | ||
| agent | ||
| auth | ||
| cliui | ||
| config | ||
| cron | ||
| gateway | ||
| mcp | ||
| migrate | ||
| model | ||
| onboard | ||
| skills | ||
| status | ||
| version | ||
| helpers.go | ||
| helpers_test.go | ||