diff --git a/Cargo.toml b/Cargo.toml index c8ce54048..444ee3ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.7.2-beta.3" - -[workspace.dependencies] +version = "0.8.0-alpha.1" [workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort] path = "./crates/tauri-plugin-ipc-audio-transcription-ort" @@ -33,22 +31,14 @@ path = "./crates/tauri-plugin-window-pass-through-on-hover" [workspace.dependencies.tauri-plugin-window-router-link] path = "./crates/tauri-plugin-window-router-link" -[profile] - [profile.dev] incremental = true opt-level = 0 debug = true -[profile.dev.package] - [profile.dev.package."*"] opt-level = 1 debug = false -[patch] - -[patch.crates-io] - [patch.crates-io.esaxx-rs] path = "apps/stage-tamagotchi/src-tauri/libs/esaxx-rs" diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index 62f0b1aae..dc03b908b 100644 --- a/apps/stage-tamagotchi/package.json +++ b/apps/stage-tamagotchi/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-tamagotchi", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "description": "LLM powered virtual character", "author": { diff --git a/docs/package.json b/docs/package.json index 031daa7df..e9aee0038 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/docs", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "scripts": { "build": "vitepress build", diff --git a/package.json b/package.json index 0d8802795..fb3c56231 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/root", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "packageManager": "pnpm@10.22.0", "description": "LLM powered virtual character", diff --git a/packages/core-character/package.json b/packages/core-character/package.json index e0dbae6aa..425acd70e 100644 --- a/packages/core-character/package.json +++ b/packages/core-character/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/core-character", "type": "module", - "version": "0.1.0", + "version": "0.8.0-alpha.1", "private": true, "description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)", "author": { diff --git a/packages/font-cjkfonts-allseto/package.json b/packages/font-cjkfonts-allseto/package.json index a03f28f0f..033196a59 100644 --- a/packages/font-cjkfonts-allseto/package.json +++ b/packages/font-cjkfonts-allseto/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-cjkfonts-allseto", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI", "author": { "name": "Creators of cjkFonts", diff --git a/packages/font-departure-mono/package.json b/packages/font-departure-mono/package.json index b163cff0d..ff8b935c7 100644 --- a/packages/font-departure-mono/package.json +++ b/packages/font-departure-mono/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-departure-mono", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Essential CSS for font, Departure Mono, used by Project AIRI", "author": { "name": "Tobias Fried", diff --git a/packages/font-xiaolai/package.json b/packages/font-xiaolai/package.json index 6eeb64eb9..be60bd784 100644 --- a/packages/font-xiaolai/package.json +++ b/packages/font-xiaolai/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-xiaolai", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI", "author": { "name": "ʟxɢᴡ", diff --git a/packages/memory-pgvector/package.json b/packages/memory-pgvector/package.json index d58168eda..80387ee81 100644 --- a/packages/memory-pgvector/package.json +++ b/packages/memory-pgvector/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/memory-pgvector", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "description": "", "author": { diff --git a/packages/pipelines-audio/package.json b/packages/pipelines-audio/package.json index 96f185cd8..ffd7bc438 100644 --- a/packages/pipelines-audio/package.json +++ b/packages/pipelines-audio/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/pipelines-audio", "type": "module", - "version": "0.1.0", + "version": "0.8.0-alpha.1", "private": true, "description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)", "author": { diff --git a/packages/server-runtime/package.json b/packages/server-runtime/package.json index 76e3802f5..80e59b830 100644 --- a/packages/server-runtime/package.json +++ b/packages/server-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-runtime", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Server runtime implementation for AIRI running in different environments", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index d9007d856..9ae848be2 100644 --- a/packages/server-sdk/package.json +++ b/packages/server-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-sdk", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Client-side SDK implementation for connecting to AIRI server components and runtimes", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/server-shared/package.json b/packages/server-shared/package.json index 400840442..1d647753e 100644 --- a/packages/server-shared/package.json +++ b/packages/server-shared/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-shared", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Server shared types, utilities for AIRI server components and runtimes", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/tauri-plugin-mcp/package.json b/packages/tauri-plugin-mcp/package.json index 2186842d1..4aaa2db59 100644 --- a/packages/tauri-plugin-mcp/package.json +++ b/packages/tauri-plugin-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/tauri-plugin-mcp", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "packageManager": "pnpm@10.22.0", "description": "A Tauri plugin for interacting with MCP servers.", "author": { diff --git a/packages/ui/package.json b/packages/ui/package.json index bc7be1a02..201190eb7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/ui", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "A collection of UI components that used by Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/unocss-preset-fonts/package.json b/packages/unocss-preset-fonts/package.json index 1f5610892..2d4cdbcc8 100644 --- a/packages/unocss-preset-fonts/package.json +++ b/packages/unocss-preset-fonts/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/unocss-preset-fonts", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/plugins/airi-plugin-claude-code/package.json b/plugins/airi-plugin-claude-code/package.json index 8d0dc8dfe..c2ecd36cd 100644 --- a/plugins/airi-plugin-claude-code/package.json +++ b/plugins/airi-plugin-claude-code/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-claude-code", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "description": "manifest.json description", "bin": { diff --git a/plugins/airi-plugin-vscode/package.json b/plugins/airi-plugin-vscode/package.json index 7855238d9..3dffd7168 100644 --- a/plugins/airi-plugin-vscode/package.json +++ b/plugins/airi-plugin-vscode/package.json @@ -2,7 +2,7 @@ "publisher": "airi", "name": "@proj-airi/airi-plugin-vscode", "displayName": "AIRI", - "version": "0.1.0", + "version": "0.8.0-alpha.1", "private": true, "description": "VSCode extension that shares your coding context with AIRI", "categories": [ diff --git a/plugins/airi-plugin-web-extension/package.json b/plugins/airi-plugin-web-extension/package.json index bfe45c289..b3c70ed12 100644 --- a/plugins/airi-plugin-web-extension/package.json +++ b/plugins/airi-plugin-web-extension/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-web-extension", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "description": "manifest.json description", "scripts": { diff --git a/services/twitter-services/package.json b/services/twitter-services/package.json index 2cb8a17e2..af14635e6 100644 --- a/services/twitter-services/package.json +++ b/services/twitter-services/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/twitter-services", "type": "module", - "version": "0.7.2-beta.3", + "version": "0.8.0-alpha.1", "private": true, "description": "Twitter Services for MCP", "author": "RainbowBird ",