mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 23:01:38 +00:00
* feat(ui): cron automation-ideas gallery and Create & run now in quick-create The cron page gains a curated automation-ideas gallery (six starter automations that pre-fill the quick-create wizard with editable prompt, name, schedule, and delivery presets); it stays expanded until the first job exists, then collapses to a slim band. The quick-create wizard's final step adds Create & run now, which chains cron.run (force) on the job id returned by cron.add so a fresh automation shows output immediately instead of waiting for its first scheduled tick. Also hardens scripts/control-ui-i18n.ts against models wrapping JSON replies in Markdown code fences. Closes #104746 * chore(ui): regenerate locale bundles for cron suggestions strings Generated via authenticated ui:i18n:sync (claude-sonnet-4-6) for the new cron.suggestions/quickCreate keys; keeps the locale structural-alignment gate green. * fix(ui): deliver watchdog suggestion results via notify preset Codex review: the night-watch idea promised alerts but pre-selected the isolated preset, which maps to deliveryMode none, so results were never delivered. Use notify and reword the prompt to an explicit one-line verdict (renamed key so the locale pipeline retranslates). * chore(ui): regenerate locale bundles for watchdog suggestion * chore(ui): refresh raw-copy baseline after rebase