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
Published npm installs now run mix deps.get for the bundled isolated bridge before starting embedded stdio, so first use no longer fails with missing bundled bridge dependencies.
The integration smoke test starts the bridge in the already-compiled test Mix environment instead of masking cold-start problems with a longer timeout.
The npm package now includes packages/bridge/mix.lock so bundled bridge dependency resolution is reproducible.