04.30.2026

Today’s release includes the following updates: bugfix

  • Questionnaire commands can now be originated with pre-filled responses — when creating a questionnaire command via a plugin, responses set before calling .originate() are applied immediately on creation, removing the need for a separate .edit() call. Read more.
  • Fixed note headers not sticking to the top of the page when scrolling on the patient chart.

sdk

  • Plugins can now use delay/async functionality with SDK effects, enabling deferred or asynchronous execution of effect handlers. Read more.
  • Plugins can now define and attach custom fields to commands/sdk/commands/, allowing practices to capture additional structured data beyond the built-in command fields. Read more.