mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-07-28 01:27:58 +00:00
e71ef3764d
Changed newTestAgentLoop calls from using 3 blank identifiers to 2 by assigning the unused provider parameter and explicitly marking it as unused with `_ = provider`. This fixes the dogsled linter violations that were causing CI failures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>