Update src/core/tools/newTaskTool.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Hannes Rudolph 2025-08-06 17:56:04 -06:00 committed by GitHub
parent dc85a4a29b
commit dfbd0f7362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,6 @@ export async function newTaskTool(
return
}
// Re-get provider reference (we already have it from above)
if (!provider) {
return
}