chore: update aube tool version#501
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the aube tool version to latest in mise.toml and updates the lockfile mise.lock. However, two critical typos were introduced in mise.lock: a typo in the hostname (githu.com instead of github.com) for the linux-x64 platform of aube, and a typo in the repository owner (jjdx instead of jdx) for the linux-x64-musl platform of communique. Both issues will cause installation failures on their respective platforms and must be corrected.
| url_api = "https://api.github.com/repos/endevco/aube/releases/assets/420696179" | ||
| provenance = "github-attestations" | ||
| checksum = "sha256:3f3d183d6a9644391ffa3ac521c010c90cebc4fd6ab208aa9aa552c70986a357" | ||
| url = "https://githu.com/endevco/aube/releases/download/v1.16.1/aube-v1.16.1-x86_64-unknown-linux-gnu.tar.gz" |
There was a problem hiding this comment.
There is a typo in the hostname of the URL: githu.com instead of github.com. This will cause download and installation failures for the linux-x64 platform. Please correct it to github.com.
url = "https://github.com/endevco/aube/releases/download/v1.16.1/aube-v1.16.1-x86_64-unknown-linux-gnu.tar.gz"
| [tools.communique."platforms.linux-x64-musl"] | ||
| checksum = "sha256:01a6a8b49e635a5a209fdaf6c7b2e976374debc2db1c846c033f567fdba0d86c" | ||
| url = "https://github.com/jdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz" | ||
| url = "https://github.com/jjdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz" |
There was a problem hiding this comment.
There is a typo in the repository owner name: jjdx instead of jdx. This will break the installation of communique on linux-x64-musl platforms. Please revert this change or correct it to jdx.
url = "https://github.com/jdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz"
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 94744bc. Configure here.
| url_api = "https://api.github.com/repos/endevco/aube/releases/assets/420696179" | ||
| provenance = "github-attestations" | ||
| checksum = "sha256:3f3d183d6a9644391ffa3ac521c010c90cebc4fd6ab208aa9aa552c70986a357" | ||
| url = "https://githu.com/endevco/aube/releases/download/v1.16.1/aube-v1.16.1-x86_64-unknown-linux-gnu.tar.gz" |
There was a problem hiding this comment.
Wrong aube linux-x64 URL
High Severity
The linux-x64 aube download URL uses githu.com instead of github.com, so mise install --locked aube on x86_64 Linux cannot fetch the artifact even though the checksum and API asset id look correct.
Reviewed by Cursor Bugbot for commit 94744bc. Configure here.
| [tools.communique."platforms.linux-x64-musl"] | ||
| checksum = "sha256:01a6a8b49e635a5a209fdaf6c7b2e976374debc2db1c846c033f567fdba0d86c" | ||
| url = "https://github.com/jdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz" | ||
| url = "https://github.com/jjdx/communique/releases/download/v1.1.2/communique-x86_64-unknown-linux-musl.tar.gz" |
There was a problem hiding this comment.
Wrong communique musl URL host
Medium Severity
The communique linux-x64-musl artifact URL points at github.com/jjdx/communique while the backend and url_api still reference jdx/communique, so locked installs on musl x64 likely 404 or pull from the wrong org.
Reviewed by Cursor Bugbot for commit 94744bc. Configure here.
Greptile SummaryUpdates
Confidence Score: 5/5Lockfile-only tooling update with all platform entries looking consistent and correct; safe to merge. All six platform URLs point to the correct github.com/endevco/aube release for v1.16.1, every entry carries a provenance field, and no other tool entries were modified. Previously flagged URL typos are not present in this diff. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: fix aube lock urls" | Re-trigger Greptile |
|
Fixed in f5ea7f9: corrected the This comment was generated by an AI coding assistant. |


Summary
latestinmise.tomlmise.locksoaube@latestresolves to1.16.1Test
mise install --locked aubemise x aube -- aube --version