fix: add update env regression test (#713) (thanks @danielz1z)

This commit is contained in:
Peter Steinberger
2026-01-11 10:48:46 +00:00
parent 7006a4aad3
commit 4a166cf227
2 changed files with 30 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
### Changes
- 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.
### Fixes
- CLI/Update: preserve base environment when passing overrides to update subprocesses. (#713) — thanks @danielz1z.
## 2026.1.10
### Highlights