Skip to content

0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 May 06:42
Improve PTY cwd handling; add postinstall

Validate and resolve session working directory: prefer a provided customCwd only if it exists, otherwise fall back to USERPROFILE/HOME and 'C:\' for Windows. Minor formatting cleanup in electron/main.ts (devTools line). Add a package.json postinstall script to run `electron-builder install-app-deps` so native Electron dependencies are installed after package install.