You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix white screen caused by ELECTRON_RUN_AS_NODE in renderer processes
Setting ELECTRON_RUN_AS_NODE=1 on the main process env caused Electron's
renderer processes to start as Node.js instead of rendering the UI,
resulting in a blank white screen.
Replace with ELISA_USE_NODE_SHIM=1 flag that signals the backend to
inject ELECTRON_RUN_AS_NODE=1 only into specific child process envs
(agentRunner query calls), never the main process.
Bump version to 0.2.7.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments