Interface AGVersionInfo

interface AGVersionInfo {
    compatible: boolean;
    supportedRange: string;
    version: string;
}

Properties

compatible: boolean

Whether it satisfies the SDK's antigravityVersions range

supportedRange: string

The supported range declared in the SDK's package.json

version: string

Installed AG version string, e.g. "1.107.3"