Files
insomnia/packages
Kyle 6235935da1 fix(sandbox): migrate caCertificate/clientCertificate off the services.invoke gateway (Phase 1a)
Registers a named services.<serviceName>.<methodName> IPC handler for each of the 10
caCertificate/clientCertificate pairs instead of routing them through the generic
reflection-based services.invoke dispatcher. The renderer proxy (preload bridge and
the non-isolated fallback) now consults a shared migrated-pairs list to pick the named
channel for these pairs while everything else keeps using the legacy gateway, with a
test cross-checking the list against what main/ipc actually registers so the two can't
drift apart. A parity test proves each named handler forwards the same args to the same
services.* call the old dispatch made.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 17:54:10 -04:00
..