release: v0.9.0-alpha.17

This commit is contained in:
Makito
2026-03-18 14:45:49 +09:00
parent 704ee24167
commit a49bd97ed3
35 changed files with 90 additions and 74 deletions
Generated
+56 -40
View File
@@ -927,17 +927,17 @@ dependencies = [
[[package]]
name = "dom_query"
version = "0.25.1"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d9c2e7f1d22d0f2ce07626d259b8a55f4a47cb0938d4006dd8ae037f17d585e"
checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89"
dependencies = [
"bit-set",
"cssparser 0.36.0",
"foldhash 0.2.0",
"html5ever 0.36.1",
"html5ever 0.38.0",
"precomputed-hash",
"selectors 0.35.0",
"tendril",
"selectors 0.36.0",
"tendril 0.5.0",
]
[[package]]
@@ -984,9 +984,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "embed-resource"
version = "3.0.6"
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
checksum = "47ec73ddcf6b7f23173d5c3c5a32b5507dc0a734de7730aa14abc5d5e296bb5f"
dependencies = [
"cc",
"memchr",
@@ -1694,12 +1694,12 @@ dependencies = [
[[package]]
name = "html5ever"
version = "0.36.1"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e"
checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2"
dependencies = [
"log",
"markup5ever 0.36.1",
"markup5ever 0.38.0",
]
[[package]]
@@ -2337,17 +2337,17 @@ dependencies = [
"phf_codegen 0.11.3",
"string_cache 0.8.9",
"string_cache_codegen 0.5.4",
"tendril",
"tendril 0.4.3",
]
[[package]]
name = "markup5ever"
version = "0.36.1"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862"
dependencies = [
"log",
"tendril",
"tendril 0.5.0",
"web_atoms",
]
@@ -2634,9 +2634,9 @@ dependencies = [
[[package]]
name = "num_enum"
version = "0.7.5"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
dependencies = [
"num_enum_derive",
"rustversion",
@@ -2644,9 +2644,9 @@ dependencies = [
[[package]]
name = "num_enum_derive"
version = "0.7.5"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
dependencies = [
"proc-macro-crate 3.5.0",
"proc-macro2",
@@ -3298,7 +3298,7 @@ version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
dependencies = [
"toml_edit 0.25.4+spec-1.1.0",
"toml_edit 0.25.5+spec-1.1.0",
]
[[package]]
@@ -3965,9 +3965,9 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.35.0"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2"
checksum = "223b960be86f7d302b7168cdbab137f9bdbf7e04a90c185312fab14dff49dc5f"
dependencies = [
"bitflags 2.11.0",
"cssparser 0.36.0",
@@ -4841,7 +4841,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-transcription-ort"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"byteorder",
@@ -4863,7 +4863,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-ipc-audio-vad-ort"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"byteorder",
@@ -4887,7 +4887,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"log",
@@ -4901,7 +4901,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-rdev"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"log",
@@ -4915,7 +4915,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-pass-through-on-hover"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"log",
@@ -4934,7 +4934,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-router-link"
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
dependencies = [
"anyhow",
"log",
@@ -5100,6 +5100,16 @@ dependencies = [
"utf-8",
]
[[package]]
name = "tendril"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
dependencies = [
"new_debug_unreachable",
"utf-8",
]
[[package]]
name = "thiserror"
version = "1.0.69"
@@ -5323,9 +5333,9 @@ dependencies = [
[[package]]
name = "toml_datetime"
version = "1.0.0+spec-1.1.0"
version = "1.0.1+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9"
dependencies = [
"serde_core",
]
@@ -5356,30 +5366,30 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.25.4+spec-1.1.0"
version = "0.25.5+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2"
checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1"
dependencies = [
"indexmap 2.13.0",
"toml_datetime 1.0.0+spec-1.1.0",
"toml_datetime 1.0.1+spec-1.1.0",
"toml_parser",
"winnow 0.7.15",
"winnow 1.0.0",
]
[[package]]
name = "toml_parser"
version = "1.0.9+spec-1.1.0"
version = "1.0.10+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420"
dependencies = [
"winnow 0.7.15",
"winnow 1.0.0",
]
[[package]]
name = "toml_writer"
version = "1.0.6+spec-1.1.0"
version = "1.0.7+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d"
[[package]]
name = "tower"
@@ -6580,6 +6590,12 @@ name = "winnow"
version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
[[package]]
name = "winnow"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
dependencies = [
"memchr",
]
@@ -6690,9 +6706,9 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
[[package]]
name = "wry"
version = "0.54.3"
version = "0.54.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24eda84b5d488f99344e54b807138896cee8df0b2d16c793f1f6b80e6d8df1f"
checksum = "e5a8135d8676225e5744de000d4dff5a082501bf7db6a1c1495034f8c314edbc"
dependencies = [
"base64 0.22.1",
"block2",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.9.0-alpha.16"
version = "0.9.0-alpha.17"
[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.16",
"version": "0.9.0-alpha.17",
"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.9.0-alpha.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"private": true,
"scripts": {
"build": "vitepress build",
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-vscode",
"type": "module",
"version": "0.9.0-alpha.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.9.0-alpha.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.9.0-alpha.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"private": true,
"description": "manifest.json description",
"bin": {
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/airi-plugin-homeassistant",
"type": "module",
"version": "0.9.0-alpha.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"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.16",
"version": "0.9.0-alpha.17",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",