mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-10 00:08:33 +00:00
release: v0.9.0-alpha.21
This commit is contained in:
parent
7313d567d6
commit
0af4217666
35 changed files with 55 additions and 55 deletions
42
Cargo.lock
generated
42
Cargo.lock
generated
|
|
@ -984,9 +984,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|||
|
||||
[[package]]
|
||||
name = "embed-resource"
|
||||
version = "3.0.7"
|
||||
version = "3.0.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "47ec73ddcf6b7f23173d5c3c5a32b5507dc0a734de7730aa14abc5d5e296bb5f"
|
||||
checksum = "63a1d0de4f2249aa0ff5884d7080814f446bb241a559af6c170a41e878ed2d45"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"memchr",
|
||||
|
|
@ -3320,7 +3320,7 @@ version = "3.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
|
||||
dependencies = [
|
||||
"toml_edit 0.25.5+spec-1.1.0",
|
||||
"toml_edit 0.25.8+spec-1.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4102,9 +4102,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_spanned"
|
||||
version = "1.0.4"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
||||
checksum = "876ac351060d4f882bb1032b6369eb0aef79ad9df1ea8bc404874d8cc3d0cd98"
|
||||
dependencies = [
|
||||
"serde_core",
|
||||
]
|
||||
|
|
@ -4863,7 +4863,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-ipc-audio-transcription-ort"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
|
|
@ -4885,7 +4885,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-ipc-audio-vad-ort"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
|
|
@ -4909,7 +4909,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-mcp"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
|
|
@ -4923,7 +4923,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-rdev"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
|
|
@ -4937,7 +4937,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-window-pass-through-on-hover"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
|
|
@ -4956,7 +4956,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-plugin-window-router-link"
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
|
|
@ -5328,7 +5328,7 @@ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
|||
dependencies = [
|
||||
"indexmap 2.13.0",
|
||||
"serde_core",
|
||||
"serde_spanned 1.0.4",
|
||||
"serde_spanned 1.1.0",
|
||||
"toml_datetime 0.7.5+spec-1.1.0",
|
||||
"toml_parser",
|
||||
"toml_writer",
|
||||
|
|
@ -5355,9 +5355,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_datetime"
|
||||
version = "1.0.1+spec-1.1.0"
|
||||
version = "1.1.0+spec-1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9"
|
||||
checksum = "97251a7c317e03ad83774a8752a7e81fb6067740609f75ea2b585b569a59198f"
|
||||
dependencies = [
|
||||
"serde_core",
|
||||
]
|
||||
|
|
@ -5388,30 +5388,30 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.25.5+spec-1.1.0"
|
||||
version = "0.25.8+spec-1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1"
|
||||
checksum = "16bff38f1d86c47f9ff0647e6838d7bb362522bdf44006c7068c2b1e606f1f3c"
|
||||
dependencies = [
|
||||
"indexmap 2.13.0",
|
||||
"toml_datetime 1.0.1+spec-1.1.0",
|
||||
"toml_datetime 1.1.0+spec-1.1.0",
|
||||
"toml_parser",
|
||||
"winnow 1.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_parser"
|
||||
version = "1.0.10+spec-1.1.0"
|
||||
version = "1.1.0+spec-1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420"
|
||||
checksum = "2334f11ee363607eb04df9b8fc8a13ca1715a72ba8662a26ac285c98aabb4011"
|
||||
dependencies = [
|
||||
"winnow 1.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_writer"
|
||||
version = "1.0.7+spec-1.1.0"
|
||||
version = "1.1.0+spec-1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d"
|
||||
checksum = "d282ade6016312faf3e41e57ebbba0c073e4056dab1232ab1cb624199648f8ed"
|
||||
|
||||
[[package]]
|
||||
name = "tower"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.9.0-alpha.20"
|
||||
version = "0.9.0-alpha.21"
|
||||
|
||||
[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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/docs",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "vitepress build",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/airi-plugin-vscode",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "AIRI host plugin that bridges VS Code context and UI",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"name": "vscode-airi",
|
||||
"displayName": "AIRI VSCode adapter",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Adapter that connects VSCode into Project AIRI",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/root",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.32.1",
|
||||
"description": "LLM powered virtual character",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/cap-vite",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"description": "CLI that starts a Vite dev server and runs Capacitor live reload",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/core-character",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/electron-eventa",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Screen capture",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/electron-vueuse",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "VueUse-like composables and helpers for Electron apps",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/font-cjkfonts-allseto",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/model-driver-lipsync",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/pipelines-audio",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/plugin-protocol",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/plugin-sdk",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Plugin SDK for Project AIRI",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server-runtime",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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-schema",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Server schema for AIRI",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server-sdk",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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/stream-kit",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Stream utilities for AIRI (queues, streams)",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/tauri-plugin-mcp",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/airi-plugin-homeassistant",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"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.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/twitter-services",
|
||||
"type": "module",
|
||||
"version": "0.9.0-alpha.20",
|
||||
"version": "0.9.0-alpha.21",
|
||||
"private": true,
|
||||
"description": "Twitter Services for MCP",
|
||||
"author": "RainbowBird <rbxin2003@outlook.com>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue