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:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "ag-x",
|
||||
"productName": "AG X",
|
||||
"version": "2.0.3",
|
||||
"description": "AG X - Agentic Desktop Application",
|
||||
"homepage": "https://ag-x.dev",
|
||||
"author": {
|
||||
"name": "AG X",
|
||||
"email": "support@ag-x.dev"
|
||||
},
|
||||
"main": "dist/main.js",
|
||||
"dependencies": {
|
||||
"chrome-devtools-mcp": "^0.23.0",
|
||||
"electron-log": "^5.4.3",
|
||||
"electron-updater": "^6.8.3",
|
||||
"shell-env": "^4.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user