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
- Wire revit_launch option properly: force-launch spawns new Revit instead of reusing existing free instances
- Fix double-run bug: wait_for_revit_pipe now filters by exact PID of newly-spawned process, preventing connection to old instances
- Disconnect old bridge before force-launching to avoid stale pipe state
- Auto-enable -rP (show captured stdout for passing tests) by default
- Remove dead code: DiscoverRequest/Response models, BRIDGE_METHOD_TESTS_DISCOVER constant, _prune_stale method, prefer_fresh parameter
- Fix _opt_bool to correctly read INI fallback when CLI default is False
0 commit comments