mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
5b02563659
🐛 fix: skill list/search commands returning empty results tRPC endpoints return { data, total } but CLI was treating the result as an array; switch to result?.data ?? [] and update mocks to match. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>