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
Add agent mode for AI coding agents with recency-aware coverage
This adds a comprehensive agent-oriented coverage mode designed for
AI coding agents to identify relevant code areas:
- New CLI flags: --agent-mode, --track-hits, --track-timestamps,
--trace-execution, --detail, --git-baseline, --history-file, --show-trends
- Hit counts and timestamps for each line/branch
- Execution sequence tracking with recency scores
- Git integration for change tracking (modified_since_baseline,
covered_since_modification signals)
- Code structure extraction (classes, functions, methods with rollup)
- Session history for trend analysis (heating/cooling detection)
- Thread-safe implementation with proper locking
- 23 new tests for agent mode functionality
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments