Skip to content

Conversation

@hanthor
Copy link
Member

@hanthor hanthor commented Jan 14, 2026

I alphabetized and moved antigravity from expiermental to ide

Copilot AI review requested due to automatic review settings January 14, 2026 00:17
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 14, 2026
@dosubot dosubot bot added area/brew Homebrew things dependencies Pull requests that update a dependency file labels Jan 14, 2026
Copy link

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 reorganizes Homebrew package definitions by moving antigravity-linux from the experimental-ide.Brewfile to the stable ide.Brewfile, and alphabetizes packages in the ai-tools.Brewfile for better maintainability.

Changes:

  • Moved antigravity-linux from experimental-tap to stable tap (experimental-ide to ide)
  • Alphabetized tap declarations in ai-tools.Brewfile
  • Alphabetized brew and cask packages in ai-tools.Brewfile

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
ide.Brewfile Added antigravity-linux cask to stable IDE tools
experimental-ide.Brewfile Removed antigravity-linux cask from experimental tools
ai-tools.Brewfile Alphabetized all taps, brew packages, and cask packages; added new packages
Comments suppressed due to low confidence (1)

system_files/shared/usr/share/ublue-os/homebrew/experimental-ide.Brewfile:1

  • Corrected spelling of 'expiermental' to 'experimental' in PR description.
tap "ublue-os/experimental-tap"

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

tap "ublue-os/tap"
cask "ublue-os/tap/visual-studio-code-linux"
cask "ublue-os/tap/vscodium-linux"
cask "ublue-os/tap/antigravity-linux"
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The antigravity-linux cask is being added from 'ublue-os/tap' but was originally in 'ublue-os/experimental-tap' in the experimental-ide.Brewfile. This appears to be changing the tap source from experimental-tap to the stable tap. Verify that the antigravity-linux package actually exists in 'ublue-os/tap' and not just in 'ublue-os/experimental-tap'.

Suggested change
cask "ublue-os/tap/antigravity-linux"
cask "ublue-os/experimental-tap/antigravity-linux"

Copilot uses AI. Check for mistakes.
brew "anomalyco/tap/opencode"
brew "qwen-code"
brew "ramalama"
brew "ublue-os/experimental-tap/linux-mcp-server"
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The package 'ublue-os/experimental-tap/linux-mcp-server' uses a fully qualified tap path while other packages only specify the package name (e.g., 'aichat'). This is inconsistent with the pattern used for other brew packages. If this package is from the experimental-tap, consider declaring it consistently with other packages or document why it requires the full path.

Copilot uses AI. Check for mistakes.
brew "whisper-cpp"
cask "claude-code"
cask "codex"
cask "copilot-cli"
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The cask 'ublue-os/experimental-tap/opencode-desktop-linux' uses the experimental-tap source but the 'anomalyco/tap/opencode' brew package is already included (line 5). This appears to mix experimental and stable versions of related packages. Consider documenting the relationship between these two packages or ensuring consistency in using either experimental or stable versions.

Suggested change
cask "copilot-cli"
cask "copilot-cli"
# Use stable upstream opencode CLI plus uBlue experimental desktop app:
# - anomalyco/tap/opencode: stable CLI from anomalyco/tap (line 5)
# - ublue-os/experimental-tap/opencode-desktop-linux: experimental Linux desktop build

Copilot uses AI. Check for mistakes.
@hanthor hanthor changed the title fix; update brewfiles with latest homebrew packages fix: update brewfiles with latest homebrew packages Jan 14, 2026
@hanthor hanthor enabled auto-merge January 14, 2026 00:35
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 14, 2026
@hanthor hanthor added this pull request to the merge queue Jan 14, 2026
Merged via the queue into main with commit 0600d76 Jan 14, 2026
2 checks passed
@hanthor hanthor deleted the brewfiles-update branch January 14, 2026 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/brew Homebrew things dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants