Merged
Conversation
Contributor
There was a problem hiding this comment.
1 issue found across 13 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="internal/version/update_test.go">
<violation number="1" location="internal/version/update_test.go:53">
P2: This test should not run in parallel because it mutates shared package globals (`runtimeGOOS`/`runtimeGOARCH`), which can race with the other new test and make assertions flaky.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
sohil-kshirsagar
approved these changes
Mar 20, 2026
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
Prepare the CLI repo for the
tusk-cliGitHub rename and matching release artifact rename. This updates the release, installer, updater, and documentation paths to target the new repo slug while intentionally leaving the Go module path unchanged for now.Changes
tusk-cli_*artifacts and stop hardcoding the old GitHub repo slugUse-Tusk/tusk-clihttps://cli.usetusk.ai/latest.jsonURLUse-Tusk/tusk-cliNotes
Use-Tusk/tusk-cli.github.com/Use-Tusk/tusk-drift-cliin this PR and can be renamed in a follow-up change.tusk-drift-cliupdater and release paths. New binaries built from this PR will update correctly.drift-actionin its default release-install mode are unlikely to be immediately affected, since it installs fromhttps://cli.usetusk.ai/install.sh.drift-actionwithcli-source: sourcewill need thedrift-actionupdate as well.Use-Tusk/tusk-drift-cliortusk-drift-cli_*release assets will need to be updated.