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
v0.5.3: logging-only observability for the explore_repository pipeline
Adds request-correlation spans, per-leg/candidate/provider-call logging,
and index-status/forced-finish/llm_calls fields to existing completion
lines. No behavior change: verified via cargo build/test/clippy/fmt and
a manual hunk-by-hunk review confirming every change is a tracing call,
a logging-only counter/field, or timing instrumentation.
Built as a prerequisite for docs/eval/real-world-test-plan.md.