feat: add unit test retry command and feedback retry UX#209
Merged
Conversation
Contributor
There was a problem hiding this comment.
1 issue found across 6 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="cmd/short_docs/unit/overview.md">
<violation number="1" location="cmd/short_docs/unit/overview.md:16">
P3: Fix the typo in this user-facing sentence (`may a take` → `may take`) to keep the retry guidance clear and polished.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
sohil-kshirsagar
approved these changes
Mar 24, 2026
Contributor
sohil-kshirsagar
left a comment
There was a problem hiding this comment.
just confirming, when agent is trying to get runs status for a commit sha, we do show multiple retries properly?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Add CLI support for retrying unit test runs directly, and extend unit test feedback flows so agents can attach broad run-level guidance and trigger retries from the same command.
Changes
tusk unit retryplus a matching API client method for the new retry endpointtusk unit feedbackwith--retryso feedback submission can optionally trigger a new retry run in one steprun_feedback.commentas broad retry guidance rather than generic feedback, and update examples to show more concrete retry instructionstusk unit get-runnext steps to explain when to retry versus when to keep changes local and make small edits