{
    "version": "1.0.42",
    "description": "Brings the power of Copilot coding agent directly to your terminal",
    "homepage": "https://github.com/features/copilot/cli",
    "license": {
        "identifier": "GitHub Copilot CLI License",
        "url": "https://github.com/github/copilot-cli/blob/main/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/github/copilot-cli/releases/download/v1.0.42/copilot-win32-x64.zip",
            "hash": "cea0436917128a18c0a06c92d4619f4890e8c21fb05c487d64d73e865aabfddb"
        },
        "arm64": {
            "url": "https://github.com/github/copilot-cli/releases/download/v1.0.42/copilot-win32-arm64.zip",
            "hash": "11b8da08b68b8b435795840c0500ea4dd04d405b2c97d52be8f863099505462d"
        }
    },
    "bin": "copilot.exe",
    "checkver": {
        "github": "https://github.com/github/copilot-cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/github/copilot-cli/releases/download/v$version/copilot-win32-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/github/copilot-cli/releases/download/v$version/copilot-win32-arm64.zip"
            }
        }
    }
}
