Critical fixes: - ALWAYS sync active AG X provider to endpoints.json on startup (previously only synced on first run, causing LS to use stale data) - Add --no-sandbox to proxy process spawns (fixes SIGTRAP crash on Linux) - Add --no-sandbox for all Electron modes (not just headless) - Add --ag-reset flag to re-trigger welcome screen - Bump version to 2.0.4 Root causes fixed: 1. endpoints.json was never updated after first-run, so LS used wrong provider 2. Electron child processes (translation proxy) crashed due to SUID sandbox 3. No way to re-show provider selection after initial setup
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"name": "ag-x",
|
|
"productName": "AG X",
|
|
"version": "2.0.4",
|
|
"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"
|
|
}
|
|
} |