chore: sync actions from gh-aw@v0.77.3 by github-actions[bot] · Pull Request #126 · github/gh-aw-actions (original) (raw)
Pull request overview
Automated sync bringing this repository’s setup scripts in line with github/gh-aw@v0.77.3, primarily refining git fetch behavior during bundle prerequisite recovery and updating installer / token-cost metadata.
Changes:
- Add shallow/sparse-checkout detection to conditionally use
git fetch --filter=blob:nonewhen recovering missing prerequisite commits. - Update the Antigravity CLI installer to handle missing
checksums.txt(404) by warning and continuing. - Update
model_multipliers.jsonby removing several unversioned model alias entries. Show a summary per file
| File | Description |
|---|---|
| setup/sh/install_antigravity_cli.sh | Adds 404-aware checksum download handling and optionally skips verification. |
| setup/js/push_to_pull_request_branch.cjs | Uses shallow/sparse detection to decide whether to fetch prerequisites with blob filtering. |
| setup/js/model_multipliers.json | Removes several unversioned model multiplier aliases. |
| setup/js/git_helpers.cjs | Introduces isShallowOrSparseCheckout() helper and exports it. |
| setup/js/create_pull_request.cjs | Uses shallow/sparse detection to decide whether to fetch prerequisites with blob filtering. |
Copilot's findings
- Files reviewed: 5/5 changed files
- Comments generated: 8