This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Affected surfaces
Summary
AI summaryAdded a once schedule type that runs exactly once and fixed several crashes and workflow stalls.
Full changelog
First patch release after the public launch.
Added
onceschedule type — schedule a task to run exactly one time at a specific date and time, then stop. The previous workaround of using a yearly cron expression (e.g.0 10 20 5 *) would silently re-fire the next year. Use the newOnce (specific date)option in the scheduled tasks UI, or POSTscheduleType: "once"withscheduleConfig: { runAt: "<ISO timestamp>" }. After execution the task naturally stops being picked up by the tick loop (no status change required).
Fixed
- Lead agent stalls at the end of a project without creating a presentation. The auto-poke
continueinstruction now nudges the lead toward the presentation flow if everything else is delivered, so the project ends with a runnable demo instead of "nothing to continue." - Duplicate presentation creation when the auto-poke beat the project-completed handler. The completed-handler instruction now asks the lead to call
presentation_statusfirst and switch topresentation_updateif a presentation already exists, instead of failing oncreate_presentation. - WhatsApp Baileys crash on the new
@lidparticipant stub format. Patched the upstream library to handle the new format gracefully. - WhatsApp media upload
ENOENTon Baileys enc temp files. Flush the temp file before upload, recover from missing-file errors instead of crashing. /api/tools/executerejected payloads usingtool/paramsaliases. Now accepts both the canonicaltoolName/argsand the shortertool/paramsshape.
Documentation
- Discord link and badge added to the README.
Upgrade
Pull main and restart the server. Migration 042_schedule_type_once.js runs automatically on startup. No data migration required for existing scheduled tasks — they keep working as before.
Full changelog: https://github.com/OpenYabby/OpenYabby/compare/v0.1.0...v0.1.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About OpenYabby
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]