Guillem Tarraga
Guillem Tarraga
- Introduced `env` option to set environment variables at runtime. - Added functionality to unset variables by setting them to `null`. - Updated documentation to reflect new `env` feature and...
### Question The new repo migration change (`sst/opencode` -> `anomalyco/opencode`) should have also updated the brew tap formula name: https://github.com/anomalyco/opencode/blob/dc25669b6e14ee7730ae9ab5d3d5e876e2111fb0/packages/opencode/src/installation/index.ts#L113-L119 I'd assume people aren't necessarily on this new tap name...
Fixes #6841 The Homebrew tap was renamed from `sst/tap` to `anomalyco/tap`. Users on old versions had code checking for `sst/tap`, but their install was from `anomalyco/tap` (or vice versa), causing...