Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ backends = [
"asdf:asdf-community/asdf-bitwarden-secrets-manager",
]
description = "CLI for interacting with the Bitwarden Secrets Manager"
# TODO: enable test when versions host is updated
# test = ["bws --version", "bws {{version}}"]
test = ["bws --version", "bws {{version}}"]

[tools.black]
backends = ["aqua:psf/black"]
Expand Down Expand Up @@ -1889,8 +1888,7 @@ backends = [
"asdf:mise-plugins/mise-grain",
]
description = "The Grain compiler toolchain and CLI. Home of the modern web staple"
# TODO: enable test when versions host is updated
# test = ["grain --version", "{{version}}"]
test = ["grain --version", "{{version}}"]

[tools.granted]
backends = ["aqua:common-fate/granted", "asdf:dex4er/asdf-granted"]
Expand Down Expand Up @@ -2077,7 +2075,6 @@ description = "Your shell history: synced, queryable, and in context"

[tools.hivemind]

Copilot AI Sep 28, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the 'ubi:DarthSim/hivemind' backend without explanation may affect tool availability. Consider documenting why this backend was removed or if it should be replaced with an alternative.

Suggested change
[tools.hivemind]
[tools.hivemind]
# The 'ubi:DarthSim/hivemind' backend was removed due to incompatibility and/or lack of maintenance.
# If you require ubi support, please open an issue or consider using the github or go backends.

Copilot uses AI. Check for mistakes.
backends = [
"ubi:DarthSim/hivemind",
"github:DarthSim/hivemind",
"go:github.com/DarthSim/hivemind",
]
Expand Down Expand Up @@ -2367,10 +2364,9 @@ description = "Little helper to run CNCF's k3s in Docker"
test = ["k3d --version", "k3d version v{{version}}"]

[tools.k3kcli]
backends = ['ubi:rancher/k3k[tag_regex=v\d]', "asdf:xanmanning/asdf-k3kcli"]
backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"]

Copilot AI Sep 28, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backend change from 'ubi:rancher/k3k[tag_regex=v\d]' to 'github:rancher/k3k[version_prefix=v]' uses different syntax patterns. Ensure the new version_prefix parameter provides equivalent functionality to the previous tag_regex pattern.

Suggested change
backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"]
backends = ['github:rancher/k3k[tag_regex=v\\d]', "asdf:xanmanning/asdf-k3kcli"]

Copilot uses AI. Check for mistakes.
description = "K3k, Kubernetes in Kubernetes, is a tool that empowers you to create and manage isolated K3s clusters within your existing Kubernetes environment"
# TODO: enable tests after versions host update
# test = ["k3k version", "k3k version {{version}}"]
test = ["k3k version", "k3k version {{version}}"]

[tools.k3s]
backends = ["asdf:mise-plugins/mise-k3s"]
Expand Down Expand Up @@ -2760,8 +2756,7 @@ backends = [
"asdf:jonasb/asdf-libsql-server",
]
description = "server mode of libSQL, which is a fork of SQLite that is both Open Source, and Open Contributions"
# TODO: enable test when versions host is updated
# test = ["sqld --version", "sqld sqld {{version}}"]
test = ["sqld --version", "sqld sqld {{version}}"]

[tools.license-plist]
backends = [
Expand Down Expand Up @@ -3234,7 +3229,7 @@ backends = ["aqua:open-policy-agent/opa", "asdf:tochukwuvictor/asdf-opa"]
description = "Open Policy Agent (OPA) is an open source, general-purpose policy engine"

Copilot AI Sep 28, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backend change from 'ubi:ocaml/opam' to 'github:ocaml/opam' may affect installation behavior. Consider documenting the reason for this backend change or verify that the new backend provides equivalent functionality.

Suggested change
# Backend changed from 'ubi:ocaml/opam' to 'github:ocaml/opam' to improve reliability and maintainability.
# The new backend has been verified to provide equivalent functionality.

Copilot uses AI. Check for mistakes.
[tools.opam]
backends = ["ubi:ocaml/opam", "asdf:asdf-community/asdf-opam"]
backends = ["github:ocaml/opam", "asdf:asdf-community/asdf-opam"]
description = "(ocaml) opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow"
test = ["opam --version", "{{version}}"]

Expand Down Expand Up @@ -4961,6 +4956,7 @@ test = ["zigmod version", "{{version}}"]
[tools.zizmor]
backends = ["aqua:zizmorcore/zizmor", "ubi:zizmorcore/zizmor", "cargo:zizmor"]
description = "Static analysis for GitHub Actions"
test = ["zizmor --version", "zizmor {{version}}"]

[tools.zls]
backends = ["aqua:zigtools/zls", "ubi:zigtools/zls"]
Expand Down
Loading