Skip to content

WebKitUI MCP 0.6.2 — superseded, use 0.6.5

Choose a tag to compare

@lowrisk75 lowrisk75 released this 06 Sep 09:28
· 8 commits to main since this release
9d9311d

⚠️ Do not use this release

The confirmation panel in 0.6.2 never draws. Its window collection behavior names two options AppKit refuses as a pair, so the helper aborts before showing anything and every navigation fails closed with "the confirmation helper did not present a prompt". Nothing unsafe happens — no navigation is ever approved without a human — but nothing works either.

Use 0.6.3. It carries every fix intended for 0.6.2, plus the crash fix and a pre-notarization gate that now starts the helper and refuses to ship a build where it dies.

The original notes follow, for the record.


Two defects found by a physical keyboard pass over the operator surfaces.

Release host lease now actually releases it. The Status window button closed the sessions the broker knew about, but the lease is an flock held by a client in its own process. It now finds the real holder, checks the pid is alive and that the executable behind it really is a WebKitUI client, sends SIGTERM and nothing harsher, and reports the outcome.

The confirmation panel opens on Cancel — the refusal, never the approval.