Merge pull request #711 from mjrussell/feat/cron-model-override

feat(cron): add --model flag to cron add/edit commands
This commit is contained in:
Peter Steinberger
2026-01-11 10:53:42 +00:00
committed by GitHub
4 changed files with 160 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### 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.
- Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
- Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell.
### Fixes
- CLI/Update: preserve base environment when passing overrides to update subprocesses. (#713) — thanks @danielz1z.