Skip to content

v0.6.0-rc35

Pre-release
Pre-release

Choose a tag to compare

@buger buger released this 31 Jul 19:42
· 442 commits to main since this release
Fix skipped file count reporting after early termination

- Added files_skipped_early_termination field to LimitedSearchResults struct
- Track files not processed due to early batch termination separately from results skipped due to limits
- Display total skipped count (both types) in output
- Show breakdown in DEBUG mode for better visibility

The issue was that only results skipped by apply_limits were being counted,
but files that were never processed due to early termination weren't tracked.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>