mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-09 15:58:27 +00:00
release: v0.9.0-rc.1
This commit is contained in:
parent
628fe28969
commit
a0caaf3214
42 changed files with 44 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
AIRI_VERSION_NAME=0.9.0-beta.7
|
||||
AIRI_VERSION_CODE=7
|
||||
AIRI_VERSION_NAME=0.9.0-rc.1
|
||||
AIRI_VERSION_CODE=8
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@
|
|||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 11;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
DEVELOPMENT_TEAM = 433DLLA855;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
|
||||
|
|
@ -345,7 +345,7 @@
|
|||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 11;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
DEVELOPMENT_TEAM = 433DLLA855;
|
||||
INFOPLIST_FILE = App/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/stage-tamagotchi",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/docs",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "vitepress build",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/airi-plugin-vscode",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Screen capture",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/electron-vueuse",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "VueUse-like composables and helpers for Electron apps",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/font-chillroundm",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"description": "Essential CSS for font, ChillRoundM (a.k.a. 寒蝉半圆体), used by Project AIRI",
|
||||
"author": {
|
||||
"name": "Warren2060",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/font-cjkfonts-allseto",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/model-driver-lipsync",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/pipelines-audio",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Plugin SDK for Project AIRI",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/scenarios-stage-tamagotchi-browser",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Vite/Vue scene app for stage tamagotchi browser captures",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/scenarios-stage-tamagotchi-electron",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server-runtime",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Server schema for AIRI",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server-sdk-shared",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/server-sdk",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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/stage-ui",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Shared core for stage",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/stream-kit",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Stream utilities for AIRI (queues, streams)",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/ui",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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/vishot-runner-browser",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Browser capture runner for Vishot scenes",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/vishot-runner-electron",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Playwright-driven Electron capture runner for stage-tamagotchi",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/vishot-runtime",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Runtime capture contracts and Vue bindings for Vishot",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/vite-plugin-warpdrive",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/airi-plugin-homeassistant",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"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-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/twitter-services",
|
||||
"type": "module",
|
||||
"version": "0.9.0-beta.7",
|
||||
"version": "0.9.0-rc.1",
|
||||
"private": true,
|
||||
"description": "Twitter Services for MCP",
|
||||
"author": "RainbowBird <rbxin2003@outlook.com>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue