Skip to content

fix(opencode): refresh brew tap before version check - #48325

Open
JPimia wants to merge 1 commit into
anomalyco:devfrom
JPimia:brew-tap-refresh
Open

fix(opencode): refresh brew tap before version check#48325
JPimia wants to merge 1 commit into
anomalyco:devfrom
JPimia:brew-tap-refresh

Conversation

@JPimia

@JPimia JPimia commented Sep 10, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #48322

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Refreshes anomalyco/tap before reading its formula version. This prevents stale Homebrew metadata from making opencode upgrade return early. A failed targeted refresh falls back to the GitHub release version instead of stale tap info.

How did you verify your code works?

  • bun test test/installation/installation.test.ts
  • bun typecheck
  • repository pre-push typecheck (30 packages)

Screenshots / recordings

Not applicable; no UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

opencode upgrade checks stale Homebrew tap before refreshing it

1 participant