Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 28, 2025

Improves the run statistics output by reordering information, adding model visibility, and streamlining the action summary format.

Changes:

  • Move GitHub API calls to top of statistics section for immediate visibility
  • Display model names inline: Fast (gemini-2.5-flash) and Pro (gemini-3-flash-preview)
  • Replace Actions performed: ✅ 3 triaged, ℹ️ 37 skipped with Total: ✅ 3 triaged ℹ️ 37 skipped (space-separated)
  • Rename section from 📋 Summary of Actions Performed: to 🎬 Actions Performed:
  • Show issue numbers without repository prefix: #12361 instead of MudBlazor/MudBlazor#12361

Before:

📊 Run Statistics:
  Fast
    Total: 7m35s • Avg: 11.4s • p95: 19.4s
    Tokens used: 472.3k input, 2.1k output
  Pro
    Total: 56.2s • Avg: 18.7s • p95: 24.2s
    Tokens used: 29.8k input, 187 output
  Actions performed: ✅ 3 triaged, ℹ️ 37 skipped
  GitHub API calls: 83

📋 Summary of Actions Performed:
  MudBlazor/MudBlazor#12361: title change

After:

📊 Run Statistics:
  GitHub API calls: 83
  Fast (gemini-2.5-flash)
    Total: 7m35s • Avg: 11.4s • p95: 19.4s
    Tokens used: 472.3k input, 2.1k output
  Pro (gemini-3-flash-preview)
    Total: 56.2s • Avg: 18.7s • p95: 24.2s
    Tokens used: 29.8k input, 187 output
  Total: ✅ 3 triaged ℹ️ 37 skipped

🎬 Actions Performed:
  #12361: title change
Original prompt

Tweak end of run summary

Before

📊 Run Statistics:
  Fast
    Total: 7m35s • Avg: 11.4s • p95: 19.4s
    Tokens used: 472.3k input, 2.1k output
  Pro
    Total: 56.2s • Avg: 18.7s • p95: 24.2s
    Tokens used: 29.8k input, 187 output
  Actions performed: ✅ 3 triaged, ℹ️ 37 skipped
  GitHub API calls: 83

📋 Summary of Actions Performed:
  MudBlazor/MudBlazor#12361: title change

After

📊 Run Statistics:
  GitHub API calls: 83
  Fast (gemini-2.5-flash)
    Total: 7m35s • Avg: 11.4s • p95: 19.4s
    Tokens used: 472.3k input, 2.1k output
  Pro (gemini-3-flash-preview)
    Total: 56.2s • Avg: 18.7s • p95: 24.2s
    Tokens used: 29.8k input, 187 output
  Total: ✅ 3 triaged ℹ️ 37 skipped

🎬 Actions Performed:
  #12361: title change

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Add model names to Fast/Pro labels
- Move GitHub API calls to top of statistics
- Change "Actions performed:" to "Total:" with space-separated items
- Change "📋 Summary of Actions Performed:" to "🎬 Actions Performed:"
- Remove owner/repo prefix from issue numbers

Co-authored-by: danielchalmers <7112040+danielchalmers@users.noreply.github.com>
Copilot AI changed the title [WIP] Tweak end of run summary output format Tweak end of run summary format Dec 28, 2025
Copilot AI requested a review from danielchalmers December 28, 2025 16:59
@danielchalmers danielchalmers marked this pull request as ready for review December 28, 2025 17:06
@danielchalmers danielchalmers merged commit 601857f into main Dec 28, 2025
3 checks passed
@danielchalmers danielchalmers deleted the copilot/tweak-end-of-run-summary branch December 28, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants