Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/gh-aw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.66.0
Choose a base ref
...
head repository: github/gh-aw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.66.1
Choose a head ref
  • 14 commits
  • 56 files changed
  • 6 contributors

Commits on Apr 3, 2026

  1. Configuration menu
    Copy the full SHA
    cfa22cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f74213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99682c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0392cfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f9435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b9a2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    755e2d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a33e47e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    127e47e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a093ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2dfabd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3c1c27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a19c28 View commit details
    Browse the repository at this point in the history
  14. fix: align token workflows with gh-aw logs --json schema and add shar…

    …ed log caching (#24395)
    
    * fix: align token workflows with gh-aw logs --json schema
    
    gh aw logs --json returns an object with a .runs array (not a bare
    array), and run objects use snake_case field names. All 4 token
    workflows (copilot/claude analyzers and optimizers) assumed a bare
    array with camelCase fields, causing jq errors like:
      Cannot index array with string "workflowName"
    
    Changes:
    - Extract .runs array from JSON object before processing
    - Replace camelCase fields with snake_case (workflow_name,
      token_usage, database_id, created_at)
    - Replace non-existent estimatedCost with 0 placeholder
    - Update documentation sections with correct field names
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Update .github/workflows/copilot-token-optimizer.md
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update .github/workflows/claude-token-optimizer.md
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * fix: recompile lock files after sort_by addition
    
    Recompile copilot-token-optimizer and claude-token-optimizer lock
    files to match the sort_by(.workflow_name) additions made via UI.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * feat: extract shared token-logs-fetch workflow and cache logs to avoid rate-limiting
    
    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/37b38e9c-5938-4c6f-a082-9bc64b2a8b7b
    
    Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
    5 people authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    d688a4a View commit details
    Browse the repository at this point in the history
Loading