Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.

Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.

Copy the following URL into your RSS reader to get notified about new releases:

https://docs.ada.cx/release-notes.rss

New callback events in Embed2

Three new events have been added to the subscribeEvent action in Embed2. With these events, you can provide a better experience after an AI Agent has handed the conversation off to a human agent:

Event keyTrigger
ada:agent:joinedAgent joined the conversation
ada:agent:leftAgent left the conversation
ada:conversation:messageEnd user received a message

If you’re using the Embed2 script, these events are immediately available. For the NPM package, update it to the latest version (1.7.17) to start using them.