From 6164a3c2f30ad2f9218eb9c44c6ef46cddab976f Mon Sep 17 00:00:00 2001 From: Carsen Klock Date: Thu, 2 Jan 2025 14:34:30 -0700 Subject: [PATCH] Update capabilities --- client/src/components/SettingsDialog.tsx | 2 +- package.json | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 6 ++++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/client/src/components/SettingsDialog.tsx b/client/src/components/SettingsDialog.tsx index 8a81499..bc0792b 100644 --- a/client/src/components/SettingsDialog.tsx +++ b/client/src/components/SettingsDialog.tsx @@ -74,7 +74,7 @@ export function SettingsDialog({ open, onOpenChange }: SettingsDialogProps) {
Curiso.ai
-

Version v1.0.5 by Carsen Klock

+

Version v1.0.6 by Carsen Klock

Curiso.ai is an infinite canvas for your thoughts—a platform that seamlessly connects nodes and AI services so you can explore ideas in depth without repeating yourself. By guiding the direction of each conversation, Curiso.ai empowers advanced users to unlock richer, more accurate AI interactions.
diff --git a/package.json b/package.json index 04445ce..9e9f27c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curiso.ai", - "version": "1.0.5", + "version": "1.0.6", "author": "Carsen Klock", "type": "module", "license": "MIT", @@ -9,7 +9,7 @@ "build": "vite build", "check": "tsc", "desktop": "tauri dev", - "desktop:build": "tauri build --debug" + "desktop:build": "tauri build" }, "dependencies": { "@anthropic-ai/sdk": "^0.33.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5f6c351..de72f3a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curiso-ai" -version = "1.0.5" +version = "1.0.6" description = "Curiso AI Desktop" authors = ["Carsen Klock"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 90ccd81..bf8653f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "identifier": "com.curiso.ai", "productName": "Curiso AI", - "version": "1.0.5", + "version": "1.0.6", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", @@ -9,8 +9,10 @@ "frontendDist": "../dist" }, "app": { + "withGlobalTauri": true, "security": { - "csp": "default-src 'self' 'unsafe-inline' http://localhost:* https://*; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'" + "csp": "default-src 'self' 'unsafe-inline' http://localhost:* https://*; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' http://127.0.0.1:* http://localhost:* https://*", + "capabilities": [] }, "windows": [ {