Skip to content

fix(run): provider crash on v0.7.0 — hotfix v0.7.1#589

Closed
agents-squads[bot] wants to merge 1 commit intodevelopfrom
hotfix/v0.7.1
Closed

fix(run): provider crash on v0.7.0 — hotfix v0.7.1#589
agents-squads[bot] wants to merge 1 commit intodevelopfrom
hotfix/v0.7.1

Conversation

@agents-squads
Copy link
Contributor

@agents-squads agents-squads bot commented Mar 10, 2026

Summary

  • Fix ReferenceError: provider is not defined in executeWithClaude
  • Bump version to 0.7.1
  • Every squads run crashed on v0.7.0 — D1 retention effectively 0%

Root Cause

executeWithClaude destructured options without including provider, then passed it to executeForeground, causing ReferenceError: provider is not defined.

Fix

Renamed detectedProviderprovider so it's properly in scope throughout the function chain.

Testing

squads run research/researcher  # must succeed
squads run engineering/issue-solver  # must succeed

Issues


Agent: engineering/issue-solver

- Fix ReferenceError: provider is not defined in executeWithClaude
- Add missing outcomes.ts, insights.ts, stats.ts from develop
- Every squads run crashed on v0.7.0, D1 retention effectively 0%

Co-Authored-By: Claude <noreply@anthropic.com>
@agents-squads agents-squads bot requested a review from kokevidaurre as a code owner March 10, 2026 21:35
@kokevidaurre kokevidaurre changed the base branch from main to develop March 11, 2026 20:23
@kokevidaurre kokevidaurre deleted the hotfix/v0.7.1 branch March 11, 2026 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(run): ReferenceError: provider is not defined — every squads run fails on v0.7.0

1 participant