github alexgreensh/token-optimizer v5.3.4
v5.3.4 — Dashboard toasts replace alert()

latest releases: v5.8.3, v5.8.2, v5.8.1...
one month ago

Fixes the native browser alert() that fired when clicking a v5 feature toggle on the bookmarkable dashboard URL.

What changed

  • v5 toggle fallback: when you click a toggle on the read-only dashboard URL, a toast now appears with the equivalent CLI command and a one-click Copy command button, instead of a blocking native alert() dialog.
  • Error toasts: API failures and network errors in the v5/Manage toggle paths surface as auto-dismissing red banners instead of alert() dialogs.
  • New helpers: showCmdToast and showErrorToast are now available to every tab's render code. Future interactive features use these instead of native dialogs.

No server changes

The bookmarkable daemon on port 24842 remains read-only file-serve. Toggles that need to write config still require measure.py dashboard --serve (or the equivalent CLI). This release makes that gracefully communicated rather than blocking the user.

Upgrade

Update the plugin and hard-reload your browser tab (Cmd-Shift-R / Ctrl-Shift-R).

Don't miss a new token-optimizer release

NewReleases is sending notifications on new releases.