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: skip native host test when Node.js is unavailable on CI
The test 'parses chunked native messaging input without dropping the frame header'
was failing on CI because the CI environment only has Bun installed, but the native
host script requires Node.js to run properly.
- Added findNodePath() helper to locate Node.js executable
- Test now skips gracefully if Node.js is not available
- Uses found Node.js path to spawn host script instead of process.execPath
Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
0 commit comments