Get the (almost) daily changelog
- Enhanced Tool Retry Logic with Backoff Plans: You can now use
Assistant.hooks.do[type=tool].tool.backoffPlanandAssistant.hooks.do[type=tool].tool.server.backoffPlanto configure retry behavior for tool calls. Options include:
fixedbackoff (default): Consistent delay between retries.exponentialbackoff: Increasing delays for subsequent retries- Configurable retry limits: Set
maxRetries(0-10, default: 0) - Flexible timing: Adjust
baseDelaySeconds(0-10 seconds) - Smart status code handling: Exclude specific HTTP status codes from retry attempts.