@clavon/clav-agent 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -478,7 +478,9 @@ function createWindow() {
478
478
  preload: path.join(__dirname, "../preload/index.js"),
479
479
  contextIsolation: true,
480
480
  nodeIntegration: false,
481
- sandbox: true
481
+ sandbox: false,
482
+ webSecurity: false
483
+ // Required: renderer loads from file:// but connects to wss:// and https://
482
484
  },
483
485
  show: false
484
486
  });
@@ -18432,7 +18432,7 @@ function AuthProvider({ children }) {
18432
18432
  logout
18433
18433
  }, children });
18434
18434
  }
18435
- const DEFAULT_SERVER = "https://clavon-api.onrender.com";
18435
+ const DEFAULT_SERVER = "https://agentshield-api.onrender.com";
18436
18436
  const STORAGE_KEY = "clav_server_url";
18437
18437
  function getServerUrl() {
18438
18438
  try {
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.clavon.ai wss://*.clavon.ai https://clavon-api.onrender.com wss://clavon-api.onrender.com https://*.supabase.co;" />
7
7
  <title>Clav Agent</title>
8
- <script type="module" crossorigin src="./assets/index-BPhp5pyn.js"></script>
8
+ <script type="module" crossorigin src="./assets/index-DbNssNSn.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="./assets/index-CDcu1Oad.css">
10
10
  </head>
11
11
  <body class="bg-clavon-900 text-white">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clavon/clav-agent",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Clav Desktop Agent — AI assistant with local system access",
5
5
  "main": "dist/main/index.js",
6
6
  "bin": {