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:

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