diff --git a/apps/server/package.json b/apps/server/package.json index 20bec2431..3fa36923b 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "scripts": { "apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE", diff --git a/apps/stage-pocket/android/app-version.properties b/apps/stage-pocket/android/app-version.properties index 2a467e328..6d1bf9865 100644 --- a/apps/stage-pocket/android/app-version.properties +++ b/apps/stage-pocket/android/app-version.properties @@ -1,2 +1,2 @@ -AIRI_VERSION_NAME=0.10.0 -AIRI_VERSION_CODE=10 +AIRI_VERSION_NAME=0.10.1 +AIRI_VERSION_CODE=11 diff --git a/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj b/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj index 418589cff..f05f8c119 100644 --- a/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj +++ b/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj @@ -317,7 +317,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -327,7 +327,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.10.0; + MARKETING_VERSION = 0.10.1; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -345,7 +345,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -355,7 +355,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.10.0; + MARKETING_VERSION = 0.10.1; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "AIRI CI"; diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index 5ac4ba22f..bc288a4ad 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.10.0", + "version": "0.10.1", "private": true, "description": "LLM powered virtual character", "author": { diff --git a/docs/package.json b/docs/package.json index 7d85d82b6..2f8a25058 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/docs", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "scripts": { "build": "vitepress build", diff --git a/engines/stage-tamagotchi-godot/package.json b/engines/stage-tamagotchi-godot/package.json index 032fce537..0d22df2b0 100644 --- a/engines/stage-tamagotchi-godot/package.json +++ b/engines/stage-tamagotchi-godot/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-tamagotchi-godot", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi", "author": { diff --git a/integrations/vscode/airi-plugin-vscode/package.json b/integrations/vscode/airi-plugin-vscode/package.json index 7f3ebfa5b..dbdbb867a 100644 --- a/integrations/vscode/airi-plugin-vscode/package.json +++ b/integrations/vscode/airi-plugin-vscode/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-vscode", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "AIRI host plugin that bridges VS Code context and UI", "repository": { diff --git a/integrations/vscode/vscode-airi/package.json b/integrations/vscode/vscode-airi/package.json index 34bb2d7e7..7faff3482 100644 --- a/integrations/vscode/vscode-airi/package.json +++ b/integrations/vscode/vscode-airi/package.json @@ -3,7 +3,7 @@ "name": "vscode-airi", "displayName": "AIRI VSCode adapter", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Adapter that connects VSCode into Project AIRI", "repository": { diff --git a/package.json b/package.json index 73f11ba22..14a2017b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/root", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "packageManager": "pnpm@10.33.0", "description": "LLM powered virtual character", diff --git a/packages/cap-vite/package.json b/packages/cap-vite/package.json index 306248e82..377830998 100644 --- a/packages/cap-vite/package.json +++ b/packages/cap-vite/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/cap-vite", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "description": "CLI that starts a Vite dev server and runs Capacitor live reload", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/core-agent/package.json b/packages/core-agent/package.json index 283680baf..21e816277 100644 --- a/packages/core-agent/package.json +++ b/packages/core-agent/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/core-agent", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Core agent runtime orchestration for AIRI", "author": { diff --git a/packages/core-character/package.json b/packages/core-character/package.json index 1491656d1..b5393b752 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.10.0", + "version": "0.10.1", "private": true, "description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)", "author": { diff --git a/packages/electron-eventa/package.json b/packages/electron-eventa/package.json index b2e7f0f3e..6399452dd 100644 --- a/packages/electron-eventa/package.json +++ b/packages/electron-eventa/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-eventa", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Shared Eventa contracts for Electron IPC", "author": { diff --git a/packages/electron-screen-capture/package.json b/packages/electron-screen-capture/package.json index f3222d0a9..ac3c58288 100644 --- a/packages/electron-screen-capture/package.json +++ b/packages/electron-screen-capture/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-screen-capture", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Screen capture", "author": { diff --git a/packages/electron-vueuse/package.json b/packages/electron-vueuse/package.json index bd6b0f6eb..6271ca8ce 100644 --- a/packages/electron-vueuse/package.json +++ b/packages/electron-vueuse/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-vueuse", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "VueUse-like composables and helpers for Electron apps", "author": { diff --git a/packages/font-chillroundm/package.json b/packages/font-chillroundm/package.json index accf309be..ea6a7e9f6 100644 --- a/packages/font-chillroundm/package.json +++ b/packages/font-chillroundm/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-chillroundm", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "description": "Essential CSS for font, ChillRoundM (a.k.a. 寒蝉半圆体), used by Project AIRI", "author": { "name": "Warren2060", diff --git a/packages/font-cjkfonts-allseto/package.json b/packages/font-cjkfonts-allseto/package.json index 12792520a..e9adf5c33 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.10.0", + "version": "0.10.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 de83db6d1..7526e15bd 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.10.0", + "version": "0.10.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 feaef7762..6bd28a70f 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.10.0", + "version": "0.10.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 9fe0eeb4c..93799e3b6 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.10.0", + "version": "0.10.1", "private": true, "description": "", "author": { diff --git a/packages/model-driver-lipsync/package.json b/packages/model-driver-lipsync/package.json index 44f5857b1..221dad935 100644 --- a/packages/model-driver-lipsync/package.json +++ b/packages/model-driver-lipsync/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/model-driver-lipsync", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "exports": { ".": "./src/index.ts", diff --git a/packages/pipelines-audio/package.json b/packages/pipelines-audio/package.json index 33a65c17f..6ce5c1ed4 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.10.0", + "version": "0.10.1", "private": true, "description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)", "author": { diff --git a/packages/plugin-protocol/package.json b/packages/plugin-protocol/package.json index 42ffe6ca9..1074051b6 100644 --- a/packages/plugin-protocol/package.json +++ b/packages/plugin-protocol/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-protocol", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "description": "Plugin protocol event definitions and shared websocket types for Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/plugin-sdk-tamagotchi/package.json b/packages/plugin-sdk-tamagotchi/package.json index 6de342573..b87b1b2de 100644 --- a/packages/plugin-sdk-tamagotchi/package.json +++ b/packages/plugin-sdk-tamagotchi/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-sdk-tamagotchi", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Tamagotchi-specific DX helpers for Project AIRI plugins", "author": { diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 03d53e1c3..14bf1095f 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-sdk", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Plugin SDK for Project AIRI", "author": { diff --git a/packages/scenarios-stage-tamagotchi-browser/package.json b/packages/scenarios-stage-tamagotchi-browser/package.json index 11736135a..aee287510 100644 --- a/packages/scenarios-stage-tamagotchi-browser/package.json +++ b/packages/scenarios-stage-tamagotchi-browser/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/scenarios-stage-tamagotchi-browser", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Vite/Vue scene app for stage tamagotchi browser captures", "author": { diff --git a/packages/scenarios-stage-tamagotchi-electron/package.json b/packages/scenarios-stage-tamagotchi-electron/package.json index 4c0871682..23d8c0b78 100644 --- a/packages/scenarios-stage-tamagotchi-electron/package.json +++ b/packages/scenarios-stage-tamagotchi-electron/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/scenarios-stage-tamagotchi-electron", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture", "author": { diff --git a/packages/server-runtime/package.json b/packages/server-runtime/package.json index 4af47d27c..89b62aed5 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.10.0", + "version": "0.10.1", "description": "Server runtime implementation for AIRI running in different environments", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/server-schema/package.json b/packages/server-schema/package.json index d1fb6e009..2b6ac734c 100644 --- a/packages/server-schema/package.json +++ b/packages/server-schema/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-schema", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Server schema for AIRI", "author": { diff --git a/packages/server-sdk-shared/package.json b/packages/server-sdk-shared/package.json index 447e1e072..50684c201 100644 --- a/packages/server-sdk-shared/package.json +++ b/packages/server-sdk-shared/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-sdk-shared", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers", "author": { diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index a051c9b92..1fbd83894 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.10.0", + "version": "0.10.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 0fa6cec0c..db321ac7d 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.10.0", + "version": "0.10.1", "description": "Server shared types, utilities for AIRI server components and runtimes", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/stage-ui/package.json b/packages/stage-ui/package.json index c15b947a2..ac9019a3f 100644 --- a/packages/stage-ui/package.json +++ b/packages/stage-ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-ui", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Shared core for stage", "author": { diff --git a/packages/stream-kit/package.json b/packages/stream-kit/package.json index ce0f9407c..24bd98ebe 100644 --- a/packages/stream-kit/package.json +++ b/packages/stream-kit/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stream-kit", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Stream utilities for AIRI (queues, streams)", "author": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 2201b46fa..0395beebc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/ui", "type": "module", - "version": "0.10.0", + "version": "0.10.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 5d21becaa..0d2ca34a0 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.10.0", + "version": "0.10.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/packages/vishot-runner-browser/package.json b/packages/vishot-runner-browser/package.json index deb7f74ce..136b5e5e2 100644 --- a/packages/vishot-runner-browser/package.json +++ b/packages/vishot-runner-browser/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runner-browser", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Browser capture runner for Vishot scenes", "author": { diff --git a/packages/vishot-runner-electron/package.json b/packages/vishot-runner-electron/package.json index 1e3ed6690..23fd8c1ae 100644 --- a/packages/vishot-runner-electron/package.json +++ b/packages/vishot-runner-electron/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runner-electron", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Playwright-driven Electron capture runner for stage-tamagotchi", "author": { diff --git a/packages/vishot-runtime/package.json b/packages/vishot-runtime/package.json index 3f06e8260..de29ddaab 100644 --- a/packages/vishot-runtime/package.json +++ b/packages/vishot-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runtime", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Runtime capture contracts and Vue bindings for Vishot", "author": { diff --git a/packages/vite-plugin-warpdrive/package.json b/packages/vite-plugin-warpdrive/package.json index 2e353f917..b0cb3ac17 100644 --- a/packages/vite-plugin-warpdrive/package.json +++ b/packages/vite-plugin-warpdrive/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vite-plugin-warpdrive", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Vite plugin to rewrite and upload heavy build assets to remote object storage", "author": { diff --git a/plugins/airi-plugin-bilibili-laplace/package.json b/plugins/airi-plugin-bilibili-laplace/package.json index a36130960..6d8ecbbbf 100644 --- a/plugins/airi-plugin-bilibili-laplace/package.json +++ b/plugins/airi-plugin-bilibili-laplace/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-bilibili-laplace", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel", "scripts": { diff --git a/plugins/airi-plugin-claude-code/package.json b/plugins/airi-plugin-claude-code/package.json index 4c1288b42..436dc337e 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.10.0", + "version": "0.10.1", "private": true, "description": "manifest.json description", "bin": { diff --git a/plugins/airi-plugin-game-chess/package.json b/plugins/airi-plugin-game-chess/package.json index eb5c961a0..e9582ac1b 100644 --- a/plugins/airi-plugin-game-chess/package.json +++ b/plugins/airi-plugin-game-chess/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-game-chess", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Chess plugin for AIRI gamelet/widget runtime", "scripts": { diff --git a/plugins/airi-plugin-homeassistant/package.json b/plugins/airi-plugin-homeassistant/package.json index eb65844a4..16ac3415a 100644 --- a/plugins/airi-plugin-homeassistant/package.json +++ b/plugins/airi-plugin-homeassistant/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-homeassistant", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "Home Assistant integration plugin for AIRI server", "scripts": { diff --git a/plugins/airi-plugin-web-extension/package.json b/plugins/airi-plugin-web-extension/package.json index 126cf1b91..e3a6833eb 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.10.0", + "version": "0.10.1", "private": true, "description": "manifest.json description", "scripts": { diff --git a/services/computer-use-mcp/package.json b/services/computer-use-mcp/package.json index 51bac8037..d887d9221 100644 --- a/services/computer-use-mcp/package.json +++ b/services/computer-use-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/computer-use-mcp", "type": "module", - "version": "0.10.0", + "version": "0.10.1", "private": true, "description": "AIRI-specific macOS desktop orchestration MCP service", "author": { diff --git a/services/twitter-services/package.json b/services/twitter-services/package.json index c3504a26a..2b55a7447 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.10.0", + "version": "0.10.1", "private": true, "description": "Twitter Services for MCP", "author": "RainbowBird ",