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.65.1
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.65.2
Choose a head ref
  • 8 commits
  • 32 files changed
  • 4 contributors

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    9bb415d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756f67d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3505b9d View commit details
    Browse the repository at this point in the history
  4. fix(slides): correct mcp-servers allowed field syntax to use array fo…

    …rm (#23749)
    
    The 'allowed' field in mcp-servers config must be an array (per schema
    and all documentation examples), not a bare string. Fix 'allowed: "*"'
    to 'allowed: ["*"]' to match correct syntax.
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    github-actions[bot] and Copilot authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    f3b265f View commit details
    Browse the repository at this point in the history
  5. fix: address CLI consistency issues - redundant flags, unexplained ja…

    …rgon, and doc discrepancies (#23750)
    
    * Initial plan
    
    * fix: CLI consistency improvements - help text, docs, and flag descriptions
    
    - Redundant JSON flags: remove 'json' from --format in audit diff and audit report
    - DIFC acronym: expand to 'data integrity flow control' in logs --filtered-integrity
    - Timeout units: clarify minutes vs seconds in trial and logs help text
    - upgrade --no-fix: reword description to clarify it skips codemods, updates, and compilation
    - init --no-mcp: fix 'GH-AW' to 'gh-aw' lowercase
    - add --repo: hide unused flag that was defined but never read
    - audit short description: shorten for clarity
    - docs/cli.md: fix init description, replace unsupported wildcard example in add,
      add more examples to remove section, update format options for audit diff/report"
    
    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f8063780-e7df-480c-b8e8-f494f0c1e3d3
    
    Co-authored-by: pelikhan <4175913+pelikhan@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>
    Copilot and pelikhan authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    a30e9ff View commit details
    Browse the repository at this point in the history
  6. Migrate MCP list/inspect table output to explicit console.RenderTable…

    …() with stdout routing (#23752)
    
    * Initial plan
    
    * Migrate MCP list/inspect to use console.RenderTable() with explicit stdout routing
    
    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c8367fa1-6052-4568-b4ee-57065ccab844
    
    Co-authored-by: pelikhan <4175913+pelikhan@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>
    Copilot and pelikhan authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    7966fc1 View commit details
    Browse the repository at this point in the history
  7. chore: mark releases as pre-release and not latest (#23754)

    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/ae85a74a-aacb-47c9-a406-fb7d895863c7
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
    Copilot and pelikhan authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    3803e52 View commit details
    Browse the repository at this point in the history
  8. fix: restore actions/setup after external root checkout in agent job (#…

    …23751)
    
    * Initial plan
    
    * fix: add restore actions folder step to agent job when external root checkout exists
    
    In dev mode, when a workflow's checkout config includes an external repository
    that checks out to the workspace root (no path specified), actions/checkout
    replaces the workspace content with that repo's files. This removes the
    actions/setup directory, causing the Setup Scripts post-step to fail with:
      'Can't find action.yml under .../actions/setup'
    
    Fixes the 'Smoke Create Cross-Repo PR' and 'Smoke Update Cross-Repo PR'
    schedule failures (#23447, #23193).
    
    Changes:
    - Add HasExternalRootCheckout() to CheckoutManager (checkout_manager.go)
    - Add restore step in generateMainJobSteps when dev mode + external root checkout
      (compiler_yaml_main_job.go)
    - Recompile all 178 workflow lock files
    - Add unit tests for HasExternalRootCheckout and the new restore step behavior
    
    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/310824d2-632b-4cb1-816c-f631047328f8
    
    Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
    
    * refine: add clarifying comment about dot-path normalization in HasExternalRootCheckout
    
    Agent-Logs-Url: https://github.com/github/gh-aw/sessions/310824d2-632b-4cb1-816c-f631047328f8
    
    Co-authored-by: pelikhan <4175913+pelikhan@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>
    Copilot and pelikhan authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    6e45e1e View commit details
    Browse the repository at this point in the history
Loading