Skip to content

CLI Pulse 1.41.1

Choose a tag to compare

@JasonYeYuhe JasonYeYuhe released this 17 Jul 15:23
· 1 commit to main since this release

CLI Pulse 1.41.1

A focused fix for the background helper. Recommended for everyone on 1.41.0.

Fixed

The helper could hang on launch and repeatedly show a macOS permission prompt. On some Macs, the first time the bundled helper started it would block inside the system "CLI Pulse would like to access data from other apps" permission check — and if that dialog wasn't answered, it hung there. Because the helper is relaunched by the system, the dialog could reappear over and over, and the app would report the helper as not running the whole time.

1.41.1 makes the helper wait for that permission check on a background thread instead of freezing on it, and never re-triggers a second prompt while one is already open. If you were seeing the "access data from other apps" dialog come back after dismissing it, this release stops that.

Under the hood this also ships the companion CLI helper fix (1.29.1), which had the same root cause: a per-process macOS permission consult that a restart can never speed up, so the helper now waits it out instead of restarting into it.

Nothing else changes from 1.41.0.