What's wrong with this entry?
Skills can now be scheduled to run on a cron-like schedule, executing automatically at specified intervals or times.
- Supports cron expression syntax with human-readable formatting (e.g., "Every hour", "Every day at 3:00 PM EST", "Weekdays at 9:00 AM EST")
- Schedule types include
load(on startup),every(interval-based), and cron expressions - The UI displays "1 scheduled skill" / "N scheduled skills" in the status area
- Users can view scheduled skill details and dismiss the notification
Scheduling engine (search for "scheduled skill", "Every hour", "Weekdays at")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.