Merge pull request #713 from danielz1z/fix/update-doctor-env

fix(update): merge custom env with process.env in spawn
This commit is contained in:
Peter Steinberger
2026-01-11 10:49:50 +00:00
committed by GitHub
9 changed files with 1195 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
- macOS: prompt to install the global `clawdbot` CLI when missing in local mode; install via `clawd.bot/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime.
- Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
### Fixes
- CLI/Update: preserve base environment when passing overrides to update subprocesses. (#713) — thanks @danielz1z.
## 2026.1.10
### Highlights