release: v0.8.5-beta.3

This commit is contained in:
Neko Ayaka
2026-02-26 23:38:19 +08:00
parent 1e1a0dd0d0
commit 163957f0f5
32 changed files with 41 additions and 41 deletions
Generated
+10 -10
View File
@@ -833,9 +833,9 @@ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dispatch2"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
dependencies = [
"bitflags 2.11.0",
"objc2",
@@ -2571,9 +2571,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "objc2"
version = "0.6.3"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
dependencies = [
"objc2-encode",
"objc2-exception-helper",
@@ -4723,7 +4723,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-transcription-ort"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"byteorder",
@@ -4745,7 +4745,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-vad-ort"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"byteorder",
@@ -4769,7 +4769,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"log",
@@ -4783,7 +4783,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-rdev"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"log",
@@ -4797,7 +4797,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-pass-through-on-hover"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"log",
@@ -4816,7 +4816,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-router-link"
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
dependencies = [
"anyhow",
"log",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.8.5-beta.2"
version = "0.8.5-beta.3"
[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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"scripts": {
"apply:env": "dotenvx run -f .env -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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "LLM powered virtual character",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"scripts": {
"build": "vitepress build",
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-vscode",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "AIRI host plugin that bridges VS Code context and UI",
"repository": {
+1 -1
View File
@@ -2,7 +2,7 @@
"publisher": "proj-airi",
"name": "vscode-airi",
"displayName": "AIRI VSCode adapter",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"packageManager": "pnpm@10.30.3",
"description": "LLM powered virtual character",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/core-character",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
"author": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/electron-screen-capture",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "Screen capture",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/font-cjkfonts-allseto",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/model-driver-lipsync",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"exports": {
".": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/plugin-sdk",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "Server schema for AIRI",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "manifest.json description",
"bin": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-homeassistant",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"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.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "manifest.json description",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/twitter-services",
"type": "module",
"version": "0.8.5-beta.2",
"version": "0.8.5-beta.3",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",