-
Notifications
You must be signed in to change notification settings - Fork 328
Comparing changes
Open a pull request
base repository: github/gh-aw
base: v0.65.1
head repository: github/gh-aw
compare: v0.65.2
- 8 commits
- 32 files changed
- 4 contributors
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9bb415d - Browse repository at this point
Copy the full SHA 9bb415dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756f67d - Browse repository at this point
Copy the full SHA 756f67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3505b9d - Browse repository at this point
Copy the full SHA 3505b9dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f3b265f - Browse repository at this point
Copy the full SHA f3b265fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a30e9ff - Browse repository at this point
Copy the full SHA a30e9ffView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7966fc1 - Browse repository at this point
Copy the full SHA 7966fc1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3803e52 - Browse repository at this point
Copy the full SHA 3803e52View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6e45e1e - Browse repository at this point
Copy the full SHA 6e45e1eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.65.1...v0.65.2