Skip to content

Conversation

@lexfrei
Copy link

@lexfrei lexfrei commented Jan 28, 2026

Add Homebrew as the recommended installation method for cozyhr.

Changes

  • Added Homebrew installation section as primary method
  • Reorganized installation options with clear headings
  • Kept existing manual installation methods

Context

Following the submission of cozyhr to homebrew-core (PR: Homebrew/homebrew-core#264858), users can now install via brew install cozyhr.

Checklist

  • Documentation updated
  • Installation instructions tested
  • Markdown formatting validated

Summary by CodeRabbit

  • Documentation
    • Added detailed installation instructions: Homebrew installer for macOS/Linux, plus manual installation options including a direct download and a curl-based installer script.
    • Updated README to guide users through installation steps, choices, and basic usage verification.

✏️ Tip: You can customize this high-level summary in your review settings.

Add Homebrew as the primary installation method for macOS and Linux users.
Manual installation methods remain available as alternatives.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
@gemini-code-assist
Copy link

Summary of Changes

Hello @lexfrei, 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 significantly enhances the user experience for installing the cozyhr tool by integrating Homebrew as the primary and recommended installation method. This change streamlines the setup process for users on macOS and Linux, leveraging the convenience of a popular package manager, while still providing clear options for manual installation.

Highlights

  • Homebrew Installation: Added a new section detailing how to install cozyhr using Homebrew, making it the recommended primary installation method for macOS and Linux users.
  • Documentation Reorganization: The installation section in the README.md has been reorganized with clear headings, separating Homebrew from manual installation methods.
  • Manual Installation Retention: Existing manual installation instructions (downloading binaries or using a script) have been retained and moved under a dedicated 'Manual Installation' heading.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.

@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

📝 Walkthrough

Walkthrough

Adds installation instructions to README.md, including a Homebrew section for macOS/Linux and a Manual Installation section with a direct download link and a curl-based installer script.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md
Added Homebrew installation instructions for macOS/Linux and a Manual Installation section with a direct download URL and a curl-based installer script.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

I’m a rabbit with a README to share,
Homebrew footprints land with care,
Curl hums a tune, downloads take flight,
Installer ready, shining bright,
Hop on—installations done right! 🐇✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding Homebrew installation instructions to the README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@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 Homebrew installation instructions to the README, correctly positioning it as the primary installation method. The changes are clear and well-structured. I've suggested a minor enhancement to the new heading to explicitly mark Homebrew as the recommended method, which will improve clarity for new users.


## Installation

### Homebrew (macOS and Linux)

Choose a reason for hiding this comment

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

medium

To make it explicit that Homebrew is the recommended installation method, as stated in the PR description, consider adding '(Recommended)' to the heading. This helps users choose the best installation option at a glance.

Suggested change
### Homebrew (macOS and Linux)
### Homebrew (Recommended for macOS and Linux)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 43-47: Remove or defer the Homebrew install instructions under the
"### Homebrew (macOS and Linux)" heading: either delete the "brew install
cozyhr" code block or replace it with a short note stating the `cozyhr` Homebrew
formula is not yet publicly available/merged and to use the manual installation
methods below; update the heading or nearby README text accordingly so users are
not directed to a nonfunctional `brew install cozyhr` command.

Comment on lines 43 to 47
### Homebrew (macOS and Linux)

```bash
brew install cozyhr
```
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🌐 Web query:

homebrew-core PR 264858 cozyhr status

💡 Result:

I couldn’t determine the status of Homebrew/homebrew-core PR #264858 (cozyhr) from the available web results: the PR itself isn’t showing up in search results I can open, and the generic PR listing page doesn’t provide a way (in this environment) to jump to a specific PR number like #264858. [1]

If you can paste the PR link (or the PR page text), I can tell you immediately whether it’s open / closed / merged and what the latest CI/review state is.

What I checked (and why it wasn’t enough):

  • Homebrew/homebrew-core PR list page is accessible, but it only shows a snapshot of recent PRs and doesn’t surface PR #264858 directly here. [1]

Source


🌐 Web query:

cozyhr Homebrew formula available brew install

💡 Result:

I can’t find any public Homebrew formula or cask named cozyhr in the usual Homebrew indexes (homebrew/core or homebrew/cask). The next step is to confirm whether cozyhr is meant to be installed from a third‑party tap.

What to try

  1. Search locally
brew search cozyhr
  1. If you were given a tap/repo, install via fully-qualified name (this auto-adds the tap):
brew install <org>/<tap>/cozyhr

Homebrew will automatically brew tap <org>/<tap> when you install a formula this way. (stackoverflow.com)

  1. If there’s no tap, then there isn’t a brew install cozyhr available yet—you (or the vendor) would need to publish a formula (Ruby) in a tap. Homebrew’s Formula Cookbook explains how to create one. (docs.brew.sh)

If you share where you saw “cozyhr” (GitHub repo, download page, or install docs), I can tell you the exact brew tap … / brew install … command.

Citations:


Remove or defer the Homebrew installation section until the formula is publicly available.

The cozyhr formula is not currently available in public Homebrew indexes (homebrew/core or homebrew/cask), meaning users who follow the brew install cozyhr instruction will encounter errors. Even if the submission to homebrew-core (#264858) is still pending review or hasn't been merged yet, this documentation should not advertise it as a functional installation method. Either remove this section or add a note that the formula is coming soon and users should use the manual installation methods below.

🤖 Prompt for AI Agents
In `@README.md` around lines 43 - 47, Remove or defer the Homebrew install
instructions under the "### Homebrew (macOS and Linux)" heading: either delete
the "brew install cozyhr" code block or replace it with a short note stating the
`cozyhr` Homebrew formula is not yet publicly available/merged and to use the
manual installation methods below; update the heading or nearby README text
accordingly so users are not directed to a nonfunctional `brew install cozyhr`
command.

lexfrei and others added 2 commits January 29, 2026 12:00
Use cozystack/tap for installation until homebrew-core PR is merged.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
Clarify that Homebrew installation uses incubating tap
and will be submitted to homebrew/core after reaching
75+ stars and stable adoption.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
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.

1 participant