rescueChangesNotSentForReview property

bool rescueChangesNotSentForReview
final

Whether to automatically retry with recommended configuration.

When true, catches changes_not_sent_for_review errors during edit commits and automatically retries with the configuration recommended in the error message. Helps handle policy requirements automatically. Default: true

Implementation

final bool rescueChangesNotSentForReview;