feat: add cron time context

This commit is contained in:
Peter Steinberger
2026-01-24 07:08:20 +00:00
parent 4d2e9e8113
commit b1482957f5
3 changed files with 49 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
### Changes
- Agents: keep system prompt time zone-only and move current time to `session_status` for better cache hits.
- Cron: append current time to isolated agent prompt context for scheduled runs.
- Browser: add node-host proxy auto-routing for remote gateways (configurable per gateway/node).
- Plugins: add optional llm-task JSON-only tool for workflows. (#1498) Thanks @vignesh07.
- CLI: restart the gateway by default after `clawdbot update`; add `--no-restart` to skip it.