Merge pull request #1396 from JustYannicc/fix/macos-x86-universal-build

fix(mac): default to universal binary for distribution builds
This commit is contained in:
Peter Steinberger
2026-01-22 00:32:06 +00:00
committed by GitHub

View File

@@ -2,6 +2,14 @@
Docs: https://docs.clawd.bot
## 2026.1.22
### Changes
- Docs: add troubleshooting entry for gateway.mode blocking gateway start. https://docs.clawd.bot/gateway/troubleshooting
### Fixes
- Doctor: warn when gateway.mode is unset with configure/config guidance.
## 2026.1.21
### Changes
@@ -34,14 +42,6 @@ Docs: https://docs.clawd.bot
- Infra: preserve fetch helper methods when wrapping abort signals. (#1387)
- macOS: default distribution packaging to universal binaries. (#1396) Thanks @JustYannicc.
## 2026.1.22
### Changes
- Docs: add troubleshooting entry for gateway.mode blocking gateway start. https://docs.clawd.bot/gateway/troubleshooting
### Fixes
- Doctor: warn when gateway.mode is unset with configure/config guidance.
## 2026.1.20
### Changes