release: v0.8.0-beta.7

This commit is contained in:
Neko Ayaka
2025-12-26 02:07:57 +08:00
parent a7102c7b55
commit 63ba1e2512
23 changed files with 47 additions and 47 deletions
Generated
+24 -17
View File
@@ -3511,9 +3511,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "reqwest"
version = "0.12.26"
version = "0.12.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -3635,9 +3635,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
dependencies = [
"bitflags 2.10.0",
"errno",
@@ -3874,15 +3874,15 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.146"
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
"zmij",
]
[[package]]
@@ -4008,10 +4008,11 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
version = "1.4.7"
version = "1.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
dependencies = [
"errno",
"libc",
]
@@ -4653,7 +4654,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-transcription-ort"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"byteorder",
@@ -4675,7 +4676,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-vad-ort"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"byteorder",
@@ -4699,7 +4700,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"log",
@@ -4713,7 +4714,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-rdev"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"log",
@@ -4727,7 +4728,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-pass-through-on-hover"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"log",
@@ -4746,7 +4747,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-router-link"
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
dependencies = [
"anyhow",
"log",
@@ -4891,9 +4892,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.23.0"
version = "3.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
dependencies = [
"fastrand",
"getrandom 0.3.4",
@@ -6529,3 +6530,9 @@ dependencies = [
"quote",
"syn 2.0.111",
]
[[package]]
name = "zmij"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0095ecd462946aa3927d9297b63ef82fb9a5316d7a37d134eeb36e58228615a"
+2 -9
View File
@@ -1,16 +1,9 @@
[workspace]
members = [
"crates/tauri-plugin-ipc-audio-transcription-ort",
"crates/tauri-plugin-ipc-audio-vad-ort",
"crates/tauri-plugin-mcp",
"crates/tauri-plugin-rdev",
"crates/tauri-plugin-window-pass-through-on-hover",
"crates/tauri-plugin-window-router-link"
]
members = [ "crates/tauri-plugin-ipc-audio-transcription-ort", "crates/tauri-plugin-ipc-audio-vad-ort", "crates/tauri-plugin-mcp", "crates/tauri-plugin-rdev", "crates/tauri-plugin-window-pass-through-on-hover", "crates/tauri-plugin-window-router-link" ]
resolver = "2"
[workspace.package]
version = "0.8.0-beta.6"
version = "0.8.0-beta.7"
[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/stage-tamagotchi",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"scripts": {
"build": "vitepress build",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/root",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"packageManager": "pnpm@10.25.0",
"description": "LLM powered virtual character",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/core-character",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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/font-cjkfonts-allseto",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/model-driver-lipsync",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"exports": {
".": "./src/index.ts",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/pipelines-audio",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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-sdk",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"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/tauri-plugin-mcp",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"packageManager": "pnpm@10.25.0",
"description": "A Tauri plugin for interacting with MCP servers.",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/ui",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "Vite plugin to rewrite and upload heavy build assets to remote object storage",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-claude-code",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "manifest.json description",
"bin": {
+1 -1
View File
@@ -2,7 +2,7 @@
"publisher": "proj-airi",
"name": "airi-vscode",
"displayName": "AIRI",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "VSCode extension that shares your coding context with AIRI",
"repository": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-web-extension",
"type": "module",
"version": "0.8.0-beta.6",
"version": "0.8.0-beta.7",
"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.0-beta.6",
"version": "0.8.0-beta.7",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",