Generated {{ generated_at }}
AI Code Ratio
{{ ai_ratio }}%
{{ ai_lines }} / {{ total_lines }} lines
Files Analyzed
{{ total_files }}
AI Commits
{{ ai_commits }}
{{ ai_commit_ratio }}% of {{ total_commits }} commits
Total Lines
{{ total_lines }}
| File | Lines | AI Lines | AI % | Score |
|---|---|---|---|---|
| {{ f.path }} | {{ f.total_lines }} | {{ f.ai_lines }} | {{ (f.ai_score * 100) | round(1) }}% |
|
{{ c.sha }}
{% if c.is_ai %}
AI
{% endif %}
{{ c.message }}
{{ c.author }}