Skip to content

Conversation

@IceCodeNew
Copy link
Contributor

@IceCodeNew IceCodeNew commented Nov 6, 2025

Copilot AI review requested due to automatic review settings November 6, 2025 08:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for the xxh tool to the registry. The change enables users to install and manage xxh, a tool that allows bringing your favorite shell configuration through SSH connections.

Key changes:

  • Added xxh tool entry to the registry with pipx backend support
  • Configured version testing for xxh installations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@IceCodeNew IceCodeNew changed the title registry: add xxh tool registry: add tools: certinfo & xxh Nov 6, 2025
@IceCodeNew IceCodeNew force-pushed the feat/xxh branch 2 times, most recently from 65424a1 to 7c8753e Compare November 7, 2025 05:30
@IceCodeNew IceCodeNew changed the title registry: add tools: certinfo & xxh registry: add tools: certinfo, magika & xxh Nov 7, 2025
@IceCodeNew IceCodeNew force-pushed the feat/xxh branch 4 times, most recently from 01369a7 to ee6ea82 Compare November 7, 2025 06:29
@IceCodeNew
Copy link
Contributor Author

ready for review. the failed ci is not cause by this PR

@risu729
Copy link
Contributor

risu729 commented Nov 8, 2025

Could you update the branch? I think your manual update for aqua-registry is already on the main branch. (It will be overridden in the release process otherwise.)

registry.toml Outdated
description = "ccache – a fast compiler cache"
test = ["ccache --version", "ccache version {{version}}"]

[tools.certinfo]
Copy link
Owner

Choose a reason for hiding this comment

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

I'm not willing to add this one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

May I know the reason? So I can contribute better next time

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done in b9e507f

@IceCodeNew IceCodeNew changed the title registry: add tools: certinfo, magika & xxh registry: add tools: magika & xxh Nov 9, 2025
@jdx jdx merged commit 1d5ac2e into jdx:main Nov 9, 2025
37 of 40 checks passed
@IceCodeNew IceCodeNew deleted the feat/xxh branch November 9, 2025 14:11
jdx pushed a commit that referenced this pull request Nov 13, 2025
### 📦 Registry

- add xcsift by @alexey1312 in
[#6923](#6923)
- add tools: magika & xxh by @IceCodeNew in
[#6909](#6909)
- add aliases to aqua-backend tools by @IceCodeNew in
[#6910](#6910)

### 🚀 Features

- **(tasks)** add `mise task validate` command for task validation by
@jdx in [#6958](#6958)

### 🐛 Bug Fixes

- **(cli)** intercept --help flag to show task help instead of executing
task by @jdx in [#6955](#6955)
- remove temporary files after install by @vmeurisse in
[#6948](#6948)

### 📚 Documentation

- **(snapcraft)** update `summary` & `description` shown in snapcraft.io
by @phanect in [#6926](#6926)
- Change package example in go.md by @nachtjasmin in
[#6862](#6862)
- paranoid mode does not untrust global config by @iloveitaly in
[#6952](#6952)

### 📦️ Dependency Updates

- lock file maintenance by @renovate[bot] in
[#6932](#6932)

### New Contributors

- @iloveitaly made their first contribution in
[#6952](#6952)
- @nachtjasmin made their first contribution in
[#6862](#6862)
- @IceCodeNew made their first contribution in
[#6910](#6910)
- @alexey1312 made their first contribution in
[#6923](#6923)

## 📦 Aqua Registry Updates

#### New Packages (6)

- [`CrociDB/bulletty`](https://github.com/CrociDB/bulletty)
- [`Gaurav-Gosain/tuios`](https://github.com/Gaurav-Gosain/tuios)
- [`ck-zhang/reddix`](https://github.com/ck-zhang/reddix)
- [`hokaccha/spannerdef`](https://github.com/hokaccha/spannerdef)
-
[`lasantosr/intelli-shell`](https://github.com/lasantosr/intelli-shell)
-
[`zerocore-ai/microsandbox`](https://github.com/zerocore-ai/microsandbox)

#### Updated Packages (4)

- [`cue-lang/cue`](https://github.com/cue-lang/cue)
- [`flutter/flutter`](https://github.com/flutter/flutter)
- [`phiresky/ripgrep-all`](https://github.com/phiresky/ripgrep-all)
- [`topgrade-rs/topgrade`](https://github.com/topgrade-rs/topgrade)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Bump to 2025.11.4 with aqua-registry additions/updates,
dependency/tooling refresh, updated completions/docs, and
packaging/version files.
> 
> - **Release/Versioning**:
> - Bump to `2025.11.4` in `Cargo.toml`, `default.nix`,
`packaging/rpm/mise.spec`, `snapcraft.yaml`, and `README.md`.
> - **Aqua Registry**:
> - *New packages*: `CrociDB/bulletty`, `Gaurav-Gosain/tuios`,
`ck-zhang/reddix`, `hokaccha/spannerdef`, `lasantosr/intelli-shell`,
`zerocore-ai/microsandbox` (owner change + aliases).
> - *Updates*: `cue-lang/cue` (version rules), `flutter/flutter`
(channelized URLs), `phiresky/ripgrep-all` (version/asset rules),
`topgrade-rs/topgrade` (extensive version/asset overrides).
> - **Dependencies/Tooling**:
> - `Cargo.lock`: bump `aws-lc-*`, `hyper 1.8.0`, `indicatif 0.18.3`,
`luajit-src`, `num-bigint-dig`, `crypto-common`, `usage-lib`, etc.
> - `mise.lock`: update `bun`, `cargo-binstall`, `cargo-edit`, `node`,
`pre-commit`, `usage-cli`.
> - **Completions**:
> - Update usage spec cache filenames to
`usage__usage_spec_mise_2025_11_4.spec` in `completions/*`.
> - **Docs**:
> - Add `CHANGELOG.md` entry for `2025.11.4`; bump stars to `21.3k` in
`docs/.vitepress/stars.data.ts`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
a1e62ee. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants