mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-13 23:53:18 +00:00
The JSON schema (with additionalProperties: false) was missing 8 properties present in the Zod config schema, causing IDE validation errors for valid config keys: scheduling_mode, max_cache_first_wait_seconds, failure_ttl_seconds, toast_scope, request_jitter_max_ms, soft_quota_threshold_percent, quota_refresh_interval_minutes, soft_quota_cache_ttl_minutes. Also adds descriptions for quota_fallback, cli_first, and all new properties to the build script so they survive future regenerations.