diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index 1da8c91b3..9a9c1fa5e 100644 --- a/apps/stage-tamagotchi/package.json +++ b/apps/stage-tamagotchi/package.json @@ -61,7 +61,7 @@ "culori": "^4.0.1", "defu": "^6.1.4", "drizzle-kit": "^0.30.5", - "drizzle-orm": "^0.40.0", + "drizzle-orm": "^0.40.1", "jszip": "^3.10.1", "localforage": "^1.10.0", "nprogress": "^0.2.0", @@ -79,7 +79,7 @@ "three": "^0.174.0", "unified": "^11.0.5", "valibot": "1.0.0-beta.9", - "vaul-vue": "^0.4.0", + "vaul-vue": "^0.4.1", "vue": "^3.5.13", "vue-demi": "^0.14.10", "vue-i18n": "^11.1.2", @@ -92,17 +92,17 @@ "@electron-toolkit/tsconfig": "^1.0.1", "@iconify-json/carbon": "^1.2.8", "@iconify-json/eos-icons": "^1.2.2", - "@iconify-json/lucide": "^1.2.29", + "@iconify-json/lucide": "^1.2.30", "@iconify-json/mingcute": "^1.2.3", "@iconify-json/simple-icons": "^1.2.28", "@iconify-json/solar": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@iconify-json/vscode-icons": "^1.2.16", "@iconify/utils": "^2.3.0", - "@intlify/unplugin-vue-i18n": "^6.0.3", + "@intlify/unplugin-vue-i18n": "^6.0.4", "@proj-airi/drizzle-duckdb-wasm": "workspace:^", "@proj-airi/elevenlabs": "workspace:^", - "@proj-airi/lobe-icons": "^0.3.6", + "@proj-airi/lobe-icons": "^1.0.3", "@proj-airi/provider-transformers": "workspace:^", "@proj-airi/ui-transitions": "workspace:^", "@proj-airi/unplugin-fetch": "^0.1.4", @@ -114,7 +114,7 @@ "@types/three": "^0.174.0", "@types/yauzl": "^2.10.3", "@unocss/reset": "^66.1.0-beta.5", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue-macros/volar": "^3.0.0-beta.5", "@vueuse/motion": "^3.0.3", "electron": "^34.3.3", @@ -132,6 +132,6 @@ "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-devtools": "^7.7.2", "vite-plugin-vue-layouts": "^0.11.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^3.0.0-alpha.2" } } diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/index.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/index.vue index 85c8814b3..6537cd65c 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/index.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/index.vue @@ -95,7 +95,7 @@ function handleLanguageChange(event: Event) {
-
+
diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue index d31f9977b..fc43ef65a 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/consciousness.vue @@ -8,7 +8,7 @@ import { RouterLink, useRouter } from 'vue-router' const providersStore = useProvidersStore() const consciousnessStore = useConsciousnessStore() -const { availableProviders, availableProvidersMetadata } = storeToRefs(providersStore) +const { availableProviders, availableTextGenerationsProvidersMetadata } = storeToRefs(providersStore) const { activeProvider, activeModel, @@ -78,7 +78,7 @@ function updateCustomModelName(value: string) { role="radiogroup" > (() => [ to: '', configured: false, }, + { + id: 'x', + name: t('settings.pages.modules.x.title'), + description: t('settings.pages.modules.x.description'), + icon: 'i-simple-icons:x', + to: '', + configured: false, + }, ]) diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue index 039701422..aa6158cf0 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings/modules/speech.vue @@ -1,6 +1,7 @@