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
Fixed _resolve_node fuzzy matching prioritising path over label
On GitHub Actions runners, tmp_path contains 'run' (e.g.
/home/runner/work/...), so _resolve_node('run') matched the
math_ops module node via file path substring before the
actual 'run' function via label. Label matches now come first,
then ID/path matches not already covered by label matches.
Fixed integration idempotent tests
Updated assertions in tests/test_cli.py to match the new status
messages introduced by prepend_codeloom_context. Verified all
480 tests pass locally.