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
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"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"
|
|
}
|
|
} |