release: v0.9.0-alpha.30

This commit is contained in:
Makito
2026-03-28 11:52:22 +09:00
parent a60c73616f
commit c0e499b044
36 changed files with 57 additions and 59 deletions
Generated
+22 -24
View File
@@ -2169,10 +2169,12 @@ dependencies = [
[[package]]
name = "js-sys"
version = "0.3.91"
version = "0.3.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995"
dependencies = [
"cfg-if",
"futures-util",
"once_cell",
"wasm-bindgen",
]
@@ -4863,7 +4865,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-transcription-ort"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"byteorder",
@@ -4885,7 +4887,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-vad-ort"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"byteorder",
@@ -4909,7 +4911,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"log",
@@ -4923,7 +4925,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-rdev"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"log",
@@ -4937,7 +4939,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-pass-through-on-hover"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"log",
@@ -4956,7 +4958,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-router-link"
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
dependencies = [
"anyhow",
"log",
@@ -5837,9 +5839,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen"
version = "0.2.114"
version = "0.2.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
dependencies = [
"cfg-if",
"once_cell",
@@ -5850,23 +5852,19 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.64"
version = "0.4.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
checksum = "2d1faf851e778dfa54db7cd438b70758eba9755cb47403f3496edd7c8fc212f0"
dependencies = [
"cfg-if",
"futures-util",
"js-sys",
"once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.114"
version = "0.2.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -5874,9 +5872,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.114"
version = "0.2.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
dependencies = [
"bumpalo",
"proc-macro2",
@@ -5887,9 +5885,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.114"
version = "0.2.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
dependencies = [
"unicode-ident",
]
@@ -5956,9 +5954,9 @@ dependencies = [
[[package]]
name = "web-sys"
version = "0.3.91"
version = "0.3.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
checksum = "84cde8507f4d7cfcb1185b8cb5890c494ffea65edbe1ba82cfd63661c805ed94"
dependencies = [
"js-sys",
"wasm-bindgen",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.9.0-alpha.29"
version = "0.9.0-alpha.30"
[workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort]
path = "./crates/tauri-plugin-ipc-audio-transcription-ort"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"scripts": {
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/stage-tamagotchi",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "LLM powered virtual character",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"scripts": {
"build": "vitepress build",
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-vscode",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "AIRI host plugin that bridges VS Code context and UI",
"repository": {
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "vscode-airi",
"displayName": "AIRI VSCode adapter",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Adapter that connects VSCode into Project AIRI",
"repository": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/root",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"packageManager": "pnpm@10.32.1",
"description": "LLM powered virtual character",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/cap-vite",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "CLI that starts a Vite dev server and runs Capacitor live reload",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/core-character",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-eventa",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Shared Eventa contracts for Electron IPC",
"author": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-screen-capture",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Screen capture",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-vueuse",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "VueUse-like composables and helpers for Electron apps",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-cjkfonts-allseto",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
"author": {
"name": "Creators of cjkFonts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-departure-mono",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
"author": {
"name": "Tobias Fried",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-xiaolai",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
"author": {
"name": "ʟxɢᴡ",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/memory-pgvector",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/model-driver-lipsync",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"exports": {
".": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/plugin-protocol",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/plugin-sdk",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Plugin SDK for Project AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Server runtime implementation for AIRI running in different environments",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-schema",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Server schema for AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk-shared",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Server shared types, utilities for AIRI server components and runtimes",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/stream-kit",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Stream utilities for AIRI (queues, streams)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/tauri-plugin-mcp",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "A Tauri plugin for interacting with MCP servers.",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/ui",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "A collection of UI components that used by Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/unocss-preset-fonts",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/vite-plugin-warpdrive",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Vite plugin to rewrite and upload heavy build assets to remote object storage",
"author": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-bilibili-laplace",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-claude-code",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "manifest.json description",
"bin": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-homeassistant",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Home Assistant integration plugin for AIRI server",
"scripts": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-web-extension",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "manifest.json description",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/twitter-services",
"type": "module",
"version": "0.9.0-alpha.29",
"version": "0.9.0-alpha.30",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",