release: v0.8.1-beta.4
This commit is contained in:
Generated
+12
-12
@@ -4641,7 +4641,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-ipc-audio-transcription-ort"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
@@ -4663,7 +4663,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-ipc-audio-vad-ort"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
@@ -4687,7 +4687,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-mcp"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
@@ -4701,7 +4701,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-rdev"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
@@ -4715,7 +4715,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-window-pass-through-on-hover"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
@@ -4734,7 +4734,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-window-router-link"
|
||||
version = "0.8.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
@@ -5738,9 +5738,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webview2-com"
|
||||
version = "0.38.0"
|
||||
version = "0.38.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4"
|
||||
checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
|
||||
dependencies = [
|
||||
"webview2-com-macros",
|
||||
"webview2-com-sys",
|
||||
@@ -5752,9 +5752,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webview2-com-macros"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
|
||||
checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -5763,9 +5763,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webview2-com-sys"
|
||||
version = "0.38.0"
|
||||
version = "0.38.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
|
||||
checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
|
||||
dependencies = [
|
||||
"thiserror 2.0.17",
|
||||
"windows",
|
||||
|
||||
+2
-9
@@ -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.1-beta.3"
|
||||
version = "0.8.1-beta.4"
|
||||
|
||||
[workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort]
|
||||
path = "./crates/tauri-plugin-ipc-audio-transcription-ort"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/server",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"apply:env": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/stage-tamagotchi",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/docs",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "vitepress build",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/root",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.26.2",
|
||||
"description": "LLM powered virtual character",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/core-character",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
|
||||
"author": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/font-cjkfonts-allseto",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
|
||||
"author": {
|
||||
"name": "Creators of cjkFonts",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/font-departure-mono",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
|
||||
"author": {
|
||||
"name": "Tobias Fried",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/font-xiaolai",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
|
||||
"author": {
|
||||
"name": "ʟxɢᴡ",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/memory-pgvector",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/model-driver-lipsync",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/pipelines-audio",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
|
||||
"author": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/server-runtime",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Server runtime implementation for AIRI running in different environments",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/server-sdk",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/server-shared",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "Server shared types, utilities for AIRI server components and runtimes",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/tauri-plugin-mcp",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "A Tauri plugin for interacting with MCP servers.",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/ui",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"description": "A collection of UI components that used by Project AIRI",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/unocss-preset-fonts",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"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,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/vite-plugin-warpdrive",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"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.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/airi-plugin-claude-code",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"bin": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/airi-plugin-homeassistant",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "Home Assistant integration plugin for AIRI server",
|
||||
"scripts": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"publisher": "proj-airi",
|
||||
"name": "@proj-airi/airi-plugin-vscode",
|
||||
"displayName": "AIRI",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"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.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/twitter-services",
|
||||
"type": "module",
|
||||
"version": "0.8.1-beta.3",
|
||||
"version": "0.8.1-beta.4",
|
||||
"private": true,
|
||||
"description": "Twitter Services for MCP",
|
||||
"author": "RainbowBird <rbxin2003@outlook.com>",
|
||||
|
||||
Reference in New Issue
Block a user