AG X v2.0.3 - Antigravity fork with multi-provider support
Features: - Welcome screen on first run (provider choice before LS starts) - 15+ AI providers (Google Gemini, OpenAI, Anthropic, DeepSeek, Ollama, etc.) - Provider config syncs to endpoints.json for translation proxy - Built-in Node.js translation proxy for non-native backends - Auto-update support, tray integration, URI scheme handler
This commit is contained in:
8
dist/constants.js
vendored
Normal file
8
dist/constants.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.LS_CERT_FINGERPRINT = exports.WINDOW_ORIGIN = exports.LS_LOG_FILE_NAME = exports.DYNAMIC_PORT = void 0;
|
||||
/** Pass 0 to the LS so the OS assigns an available port automatically. */
|
||||
exports.DYNAMIC_PORT = 0;
|
||||
exports.LS_LOG_FILE_NAME = 'language_server.log';
|
||||
exports.WINDOW_ORIGIN = 'https://127.0.0.1';
|
||||
exports.LS_CERT_FINGERPRINT = 'sha256/sTZpQemOWEytaZqa7P/y/dNXbHMdOAzMvzHEhUwHZXw=';
|
||||
Reference in New Issue
Block a user