Skip to content
Closed
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
5 changes: 5 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ backends = ["aqua:atuinsh/atuin", "cargo:atuin"]
description = "✨ Magical shell history"
test = ["atuin --version", "atuin {{version}}"]

[tools.authsock-filter]
backends = ["aqua:kawaz/authsock-filter", "github:kawaz/authsock-filter", "cargo:authsock-filter"]

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

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

The aqua backend is listed first but according to the PR description, the aqua-registry PR is still pending (aquaproj/aqua-registry#46688). This means users who try to install this tool immediately after this PR is merged may experience failures if they attempt to use the aqua backend before it's actually available in the aqua-registry.

Consider one of these approaches:

  1. Wait to merge this PR until the aqua-registry PR is merged and available
  2. List the aqua backend last in the array so that other working backends (github and cargo) are tried first
  3. Add a TODO comment similar to line 3476 in the registry noting that the aqua backend will be available once the upstream PR is merged

The second option (reordering to put aqua last) would be the quickest fix and would allow users to start using the tool via the github or cargo backends immediately while the aqua backend will automatically work once it's merged upstream.

Copilot uses AI. Check for mistakes.
description = "SSH agent proxy with filtering and logging"
test = ["authsock-filter --version", "authsock-filter {{version}}"]

[tools.auto-doc]
backends = ["github:tj-actions/auto-doc", "asdf:mise-plugins/mise-auto-doc"]
description = "Github action that turns your reusable workflows and custom actions into easy to read markdown tables"
Expand Down
Loading