feat(cron): preview resolved delivery targets

This commit is contained in:
Ayaan Zaidi
2026-04-21 10:30:22 +05:30
parent 4c8299ca3d
commit c18b6fc9da
7 changed files with 209 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ openclaw cron add \
# Check your jobs
openclaw cron list
openclaw cron show <job-id>
# See run history
openclaw cron runs --id <job-id>
@@ -316,6 +317,9 @@ gog gmail watch start \
# List all jobs
openclaw cron list
# Show one job, including resolved delivery route
openclaw cron show <jobId>
# Edit a job
openclaw cron edit <jobId> --message "Updated prompt" --model "opus"