Changelog

Release notes and product updates for Dynamo.

Dynamo Engine v0.3.8

View on GitHub

The checkout flow now supports EU and UK customers through Managed Payments, with Stripe as merchant of record. This release also clears up two long-standing terminal display and messaging annoyances.

New

  • Managed Payments checkout for EU and UK customers. Purchases in the EU and UK are now handled with Stripe as merchant of record, so VAT is calculated, collected, and invoiced as part of checkout. Reactivating a lapsed subscription follows the same flow.

Improved

  • Bridge connection warnings now offer a direct path to open your project in Dynamo, instead of stopping at the warning.
  • When Dynamo declines to write an instructions file, it now names the exact file it resolved to, so it's clear what would have been overwritten.

Fixed

  • Checkout now determines your billing country correctly, so the right tax treatment and currency are applied.
  • The terminal no longer duplicates scrollback when output is taller than the window or the screen redraws.
  • Dynamo now warns you when an older installation elsewhere on your PATH is shadowing the version you meant to run.

Dynamo Engine v0.3.7

View on GitHub

This release is a bug fix for session sign-outs.

Fixed

  • Fixed a bug where your session could expire unexpectedly and show a confusing generic error. Dynamo now renews your session automatically before it runs out, and if it does expire, you get a clear message telling you to sign back in.

Dynamo Engine v0.3.6

View on GitHub

A focused maintenance release that restores built-in skills for fresh installs and cleans up several rough edges in everyday use.

Fixed

  • Built-in skills are now included with every install — a packaging issue meant recent installs shipped without them.
  • Responses from Grok models no longer show stray internal tool-lookup entries; you'll see only the actual work being done.
  • /news now shows just the latest release instead of repeating the full release history.
  • The Discord invite link in our emails now uses a permanent invite — the previous link had expired and led to a dead page.

Dynamo Engine v0.3.5

View on GitHub

Dynamo Engine v0.3.5 adds account emails and makes signing in faster and more reliable.

New

  • Account emails. You'll now get a welcome email with download links when you sign up, a heads-up before your trial ends showing exactly what you'll be charged, and instant confirmation when you cancel. Reply to any of them to reach support.

Fixed

  • Signing in no longer hangs or times out — logins are fast and reliable again.

Dynamo Engine v0.3.4

View on GitHub

A small maintenance release that gets project indexing working reliably again after installation.

Fixed

  • Fixed an issue where re-indexing your project could fail after installing or updating Dynamo, because a required component was missing from the release package. Indexing now works out of the box.

Dynamo Engine v0.3.2

View on GitHub

Dynamo v0.3.2 adds in-app release notes, gives autonomous operation a clearer name and an always-visible indicator, and fixes a checkout issue that could leave you with two subscriptions.

New

  • See what's new without leaving Dynamo — run /news to browse the latest release notes right in the app, always live and up to date.

Changed

  • Permissive Mode is now Auto Mode — same behavior, clearer name. Enable it with --auto at launch or toggle it anytime in /config. While it's on, a robot-icon Auto badge stays visible in the status bar so you always know Dynamo can act without asking first.
  • Dynamo no longer ships a set of preset model aliases. Any aliases you've defined yourself are unaffected.

Fixed

  • Resubscribing while a cancellation was scheduled now reactivates your existing subscription instead of creating a second one — you'll never be billed for two plans at once.
  • Checkout now handles in-between subscription states (like a pending plan change or mismatched plan) gracefully, with a clear message instead of a confusing failure.

Dynamo Engine v0.3.1

View on GitHub

A small maintenance release: our paid plan has a new name — Personal — and the docs that ship with Dynamo packages got a cleanup. No changes to pricing, features, or your subscription.

Changed

  • The paid plan is now called Personal (previously "Pro"). You'll see the new name throughout the product, including the setup wizard and account screens. If you're already subscribed, nothing changes but the name — same price, same features.

Fixed

  • The README bundled with Dynamo's installable packages (CLI and Unity integration) now shows the correct public documentation instead of unrelated internal notes.