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
- extract_path_from_header: use strip_prefix instead of trim_start_matches
to avoid stripping nested a/ and b/ directory prefixes
- extract_file_path fallback: same strip_prefix fix for the regex fallback
- parse_hunk: only treat "--- " as file boundary when followed by "+++ ",
fixing premature hunk termination on removed lines starting with "-- "
- list_events: add missing github_repo filter (JSON backend was ignoring it)
- prune: flush to disk after removing reviews (was only removing in memory)
- get_event_stats: strip limit/offset before computing stats to avoid
computing aggregates on a paginated subset
- Config::is_local_endpoint: delegate to common::is_local_endpoint instead
of naive string matching that treated all non-OpenAI/Anthropic URLs as local
- is_known_public_api: add OpenRouter, Together, Groq, Fireworks, DeepInfra,
Perplexity to the known cloud provider list
- has_excessive_repetition: fix empty loop range at boundary text lengths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments