diff --git a/config/agy-verified-versions.json b/config/agy-verified-versions.json index 087fe59..7f63147 100644 --- a/config/agy-verified-versions.json +++ b/config/agy-verified-versions.json @@ -1,20 +1,20 @@ { - "tag_name": "1.1.14", - "download_url": "https://github.com/google-antigravity/antigravity-cli/releases/download/1.1.14/agy_cli_linux_arm64.tar.gz", - "sha256_tar": "89f537d62dd853b27e419d463dbbea5b17972c6307a12f03f81b88408fd8256f", - "sha256_binary": "b2bb22a97877d631e66fd10c2988389558f78c39ff43437e16c44a78a915fac9", + "tag_name": "1.1.17", + "download_url": "https://github.com/google-antigravity/antigravity-cli/releases/download/1.1.17/agy_cli_linux_arm64.tar.gz", + "sha256_tar": "28822f4ba6d5914064dcab3a1b953b2d10e1c9fc938178c478911b5f0b5b06a4", + "sha256_binary": "4783b8480cc58716a2920d832f8405ec7e17565160408f0c8998e831a26a0947", "va39_patch_counts": { - "ubfx": 4, - "lsl": 18, + "ubfx": 1, + "lsl": 20, "mask": 0, - "mmap": 6, - "word": 7 + "mmap": 7, + "word": 13 }, - "release_id": 372085003, - "asset_id": 518912450, - "asset_updated_at": "2026-08-18T04:10:40Z", + "release_id": 374059530, + "asset_id": 522855952, + "asset_updated_at": "2026-08-20T22:13:57Z", "source_repo": "google-antigravity/antigravity-cli", - "verified_date": "2026-08-19", + "verified_date": "2026-08-22", "release_state": "stable", - "notes": "Promoted via promote-agy-candidate.js --confirm-device-verified on 2026-08-19. VA39 patch-count static check passed with no regression from the prior verified version. Device/functional verification confirmed by the operator invoking this script with --confirm-device-verified." + "notes": "Promoted via promote-agy-candidate.js --confirm-device-verified on 2026-08-22. VA39 patch-count static check passed with no regression from the prior verified version. Device/functional verification confirmed by the operator invoking this script with --confirm-device-verified." } diff --git a/package.json b/package.json index 3fca9e8..dbb61a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bash0816/agy-termux", - "version": "1.1.14", + "version": "1.1.17", "description": "Google Antigravity CLI (agy) for Termux on Android ARM64", "bin": { "agy": "./bin/agy.js"