Skip to content

OpenYabby

v0.1.1 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents assistant claude-code macos multi-agent openai-realtime
+2 more
voice webrtc

Affected surfaces

breaking_upgrade

Summary

AI summary

Added 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

  • once schedule 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 new Once (specific date) option in the scheduled tasks UI, or POST scheduleType: "once" with scheduleConfig: { 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 continue instruction 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_status first and switch to presentation_update if a presentation already exists, instead of failing on create_presentation.
  • WhatsApp Baileys crash on the new @lid participant stub format. Patched the upstream library to handle the new format gracefully.
  • WhatsApp media upload ENOENT on Baileys enc temp files. Flush the temp file before upload, recover from missing-file errors instead of crashing.
  • /api/tools/execute rejected payloads using tool / params aliases. Now accepts both the canonical toolName / args and the shorter tool / params shape.

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

Track OpenYabby

Get notified when new releases ship.

Sign up free

About OpenYabby

All releases →

Related context

Beta — feedback welcome: [email protected]