You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore backward compatibility and error handling (fixes critical regressions)
- Add back max_budget parameter to Agent constructor with deprecation warning
- Restore BudgetExceededError handling in CLI with clean error messages
- Implement compatibility for both max_budget param and ExecutionConfig.max_budget
- Update all agent execution calls to use budget error handling wrapper
Addresses reviewer feedback from CodeRabbit, Greptile, and Gemini regarding:
- Breaking API change from removing max_budget parameter
- BudgetExceededError regression causing raw tracebacks (issue #1627)
Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>
0 commit comments