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
This pull request updates the review command to ensure compatibility with different trial usage reporting mechanisms.
Key changes include:
Enhanced Trial Result Type: The TrialReviewResult interface now includes an optional rateLimit property, alongside the existing trialInfo, to accommodate varied backend responses for trial usage.
Flexible Trial Completion Message: The review command's success message for trial mode has been updated to dynamically format the trial usage information. It now checks for both trialInfo and the new rateLimit structure to accurately display the number of reviews used and the daily limit.
These changes ensure the CLI correctly displays trial usage information, adapting to potential changes or variations in how the backend reports trial limits.
The pull request description is empty. Please add a reference to the issue this PR is addressing, for example, 'Closes #123' or 'Fixes #456', to ensure proper tracking and context. Kody Rule violation: Ensure PR closes referenced issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
reviewcommand to ensure compatibility with different trial usage reporting mechanisms.Key changes include:
TrialReviewResultinterface now includes an optionalrateLimitproperty, alongside the existingtrialInfo, to accommodate varied backend responses for trial usage.reviewcommand's success message for trial mode has been updated to dynamically format the trial usage information. It now checks for bothtrialInfoand the newrateLimitstructure to accurately display the number of reviews used and the daily limit.These changes ensure the CLI correctly displays trial usage information, adapting to potential changes or variations in how the backend reports trial limits.