-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Description
Question
The new repo migration change (sst/opencode -> anomalyco/opencode) should have also updated the brew tap formula name:
opencode/packages/opencode/src/installation/index.ts
Lines 113 to 119 in dc25669
| async function getBrewFormula() { | |
| const tapFormula = await $`brew list --formula sst/tap/opencode`.throws(false).quiet().text() | |
| if (tapFormula.includes("opencode")) return "sst/tap/opencode" | |
| const coreFormula = await $`brew list --formula opencode`.throws(false).quiet().text() | |
| if (coreFormula.includes("opencode")) return "opencode" | |
| return "opencode" | |
| } |
I'd assume people aren't necessarily on this new tap name (anomalyco/tap), should we might want to consider auto migrating old tap users to the new one.
Another thing worth mentioning is the recent throttling of the core homebrew formula to only every 10 versions. Maybe worth discussing a migration strategy to using the new tap instead.
If there's a strategy that's already been decided I don't mind doing a quick PR with the changes.
Metadata
Metadata
Assignees
Labels
No labels