Skip to content

registry: add entire (aqua:entireio/cli)#8378

Merged
jdx merged 3 commits intojdx:mainfrom
TyceHerrman:add-entire
Feb 28, 2026
Merged

registry: add entire (aqua:entireio/cli)#8378
jdx merged 3 commits intojdx:mainfrom
TyceHerrman:add-entire

Conversation

@TyceHerrman
Copy link
Contributor

Add entire cli package to registry https://github.com/entireio/cli

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates the entire-cli tool into the system's package registry. This addition enables the system to manage and deploy the entire-cli, which is described as a developer platform leveraging AI agent sessions for git workflows. The change primarily involves adding a new configuration file to define the tool's metadata and installation details.

Highlights

  • New CLI Tool Added: The entire-cli package has been added to the registry, making it available for use within the system.
  • Configuration Defined: A new TOML configuration file specifies aliases, multiple backend sources (Aqua, Go, GitHub), a detailed description, supported operating systems (Linux, macOS), and a test command for the entire-cli.
Changelog
  • registry/entire.toml
    • Added a new configuration file for the entire-cli package.
    • Defined aliases, backends, description, and supported operating systems.
    • Included a test command to verify the CLI installation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds the entire-cli tool to the registry. My review focuses on improving the backend configuration, platform support, and test robustness. I've suggested reordering the backends to prefer pre-compiled binaries over compiling from source, adding Windows to the list of supported operating systems since binaries are available, and updating the test command to be more reliable.

@greptile-apps
Copy link

greptile-apps bot commented Feb 27, 2026

Greptile Summary

This PR adds the Entire CLI tool to the mise registry. The TOML configuration is correctly formatted with all required fields (backends, description, test) and follows the established patterns from other registry entries.

Key changes:

  • Added registry/entire.toml with multiple backend support (aqua, go, github)
  • Configured for linux and macos platforms only
  • Includes proper version test command

Minor issue:

  • PR title doesn't follow the conventional format documented in CONTRIBUTING.md. It should include the backend specification: registry: add entire (aqua:entireio/cli)

Confidence Score: 4/5

  • This PR is safe to merge with only a minor style issue
  • The registry entry is correctly formatted and follows established patterns. The only issue is the PR title not following the documented convention, which is a non-blocking style concern that doesn't affect functionality
  • No files require special attention

Important Files Changed

Filename Overview
registry/entire.toml Added new registry entry for Entire CLI with proper TOML structure and test configuration

Last reviewed commit: 8f50f6e

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

@TyceHerrman TyceHerrman changed the title registry: add entire-cli registry: add entire (aqua:entireio/cli) Feb 27, 2026
@jdx jdx merged commit c590ba8 into jdx:main Feb 28, 2026
34 checks passed
mise-en-dev added a commit that referenced this pull request Feb 28, 2026
### 🚀 Features

- **(backend-plugin)** pass options to vfox backend plugins by
@Attempt3035 in [#8369](#8369)

### 🐛 Bug Fixes

- **(install)** prevent --locked mode from modifying or bypassing
lockfile by @jdx in [#8362](#8362)
- **(install)** clear aqua bin_paths cache after install to prevent
stale PATH by @jdx in [#8374](#8374)
- **(task)** prevent broken pipe panic and race condition in remote git
task cache by @vmaleze in [#8375](#8375)

### 📦️ Dependency Updates

- update docker/build-push-action digest to 10e90e3 by @renovate[bot] in
[#8367](#8367)
- update fedora:43 docker digest to 781b764 by @renovate[bot] in
[#8368](#8368)

### 📦 Registry

- add porter
([github:getporter/porter](https://github.com/getporter/porter)) by
@lbergnehr in [#8380](#8380)
- add entire ([aqua:entireio/cli](https://github.com/entireio/cli)) by
@TyceHerrman in [#8378](#8378)
- add topgrade
([aqua:topgrade-rs/topgrade](https://github.com/topgrade-rs/topgrade))
by @TyceHerrman in [#8377](#8377)

### Chore

- remove pre-commit config and tool dependency by @jdx in
[#8373](#8373)

### New Contributors

- @Attempt3035 made their first contribution in
[#8369](#8369)
- @lbergnehr made their first contribution in
[#8380](#8380)
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.

2 participants