release: v0.11.0
Some checks are pending
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-tamagotchi-godot) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Unit Test (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Check Provenance (push) Waiting to run
Cloudflare Pages (Auth UI) / Deploy - ui-server-auth (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Update Nix pnpmDeps Hash / update (push) Waiting to run

This commit is contained in:
Neko Ayaka 2026-07-08 01:20:12 +08:00
parent c330ad51d4
commit 3779eb6103
No known key found for this signature in database
48 changed files with 52 additions and 52 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server", "name": "@proj-airi/server",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"scripts": { "scripts": {
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE", "apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",

View file

@ -1,2 +1,2 @@
AIRI_VERSION_NAME=0.10.2 AIRI_VERSION_NAME=0.11.0
AIRI_VERSION_CODE=12 AIRI_VERSION_CODE=13

View file

@ -317,7 +317,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16; CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = 433DLLA855; DEVELOPMENT_TEAM = 433DLLA855;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AIRI; INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@ -327,7 +327,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 0.10.2; MARKETING_VERSION = 0.11.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
@ -345,7 +345,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_IDENTITY = "Apple Distribution";
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 16; CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = 433DLLA855; DEVELOPMENT_TEAM = 433DLLA855;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AIRI; INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@ -355,7 +355,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 0.10.2; MARKETING_VERSION = 0.11.0;
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "AIRI CI"; PROVISIONING_PROFILE_SPECIFIER = "AIRI CI";

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/stage-tamagotchi", "name": "@proj-airi/stage-tamagotchi",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "LLM powered virtual character", "description": "LLM powered virtual character",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/docs", "name": "@proj-airi/docs",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "vitepress build", "build": "vitepress build",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/stage-tamagotchi-godot", "name": "@proj-airi/stage-tamagotchi-godot",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi", "description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-vscode", "name": "@proj-airi/airi-plugin-vscode",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "AIRI host plugin that bridges VS Code context and UI", "description": "AIRI host plugin that bridges VS Code context and UI",
"repository": { "repository": {

View file

@ -3,7 +3,7 @@
"name": "vscode-airi", "name": "vscode-airi",
"displayName": "AIRI VSCode adapter", "displayName": "AIRI VSCode adapter",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Adapter that connects VSCode into Project AIRI", "description": "Adapter that connects VSCode into Project AIRI",
"repository": { "repository": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/root", "name": "@proj-airi/root",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"packageManager": "pnpm@10.33.0", "packageManager": "pnpm@10.33.0",
"description": "LLM powered virtual character", "description": "LLM powered virtual character",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-screenshot", "name": "@proj-airi/airi-screenshot",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "AIRI monorepo screenshot orchestration CLI", "description": "AIRI monorepo screenshot orchestration CLI",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/better-ws", "name": "@proj-airi/better-ws",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Transport-agnostic reliable WebSocket runtime primitives", "description": "Transport-agnostic reliable WebSocket runtime primitives",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/cap-vite", "name": "@proj-airi/cap-vite",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "CLI that starts a Vite dev server and runs Capacitor live reload", "description": "CLI that starts a Vite dev server and runs Capacitor live reload",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/core-agent", "name": "@proj-airi/core-agent",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Core agent runtime orchestration for AIRI", "description": "Core agent runtime orchestration for AIRI",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/core-character", "name": "@proj-airi/core-character",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)", "description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/electron-eventa", "name": "@proj-airi/electron-eventa",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Shared Eventa contracts for Electron IPC", "description": "Shared Eventa contracts for Electron IPC",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/electron-screen-capture", "name": "@proj-airi/electron-screen-capture",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Screen capture", "description": "Screen capture",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/electron-vueuse", "name": "@proj-airi/electron-vueuse",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "VueUse-like composables and helpers for Electron apps", "description": "VueUse-like composables and helpers for Electron apps",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/font-chillroundm", "name": "@proj-airi/font-chillroundm",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Essential CSS for font, ChillRoundM (a.k.a. 寒蝉半圆体), used by Project AIRI", "description": "Essential CSS for font, ChillRoundM (a.k.a. 寒蝉半圆体), used by Project AIRI",
"author": { "author": {
"name": "Warren2060", "name": "Warren2060",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/font-cjkfonts-allseto", "name": "@proj-airi/font-cjkfonts-allseto",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI", "description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
"author": { "author": {
"name": "Creators of cjkFonts", "name": "Creators of cjkFonts",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/font-departure-mono", "name": "@proj-airi/font-departure-mono",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Essential CSS for font, Departure Mono, used by Project AIRI", "description": "Essential CSS for font, Departure Mono, used by Project AIRI",
"author": { "author": {
"name": "Tobias Fried", "name": "Tobias Fried",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/font-xiaolai", "name": "@proj-airi/font-xiaolai",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI", "description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
"author": { "author": {
"name": "ʟxɢ", "name": "ʟxɢ",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/memory-pgvector", "name": "@proj-airi/memory-pgvector",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "", "description": "",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/model-driver-lipsync", "name": "@proj-airi/model-driver-lipsync",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/pipelines-audio", "name": "@proj-airi/pipelines-audio",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)", "description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/plugin-protocol", "name": "@proj-airi/plugin-protocol",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Plugin protocol event definitions and shared websocket types for Project AIRI", "description": "Plugin protocol event definitions and shared websocket types for Project AIRI",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/plugin-sdk-tamagotchi", "name": "@proj-airi/plugin-sdk-tamagotchi",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Tamagotchi-specific DX helpers for Project AIRI plugins", "description": "Tamagotchi-specific DX helpers for Project AIRI plugins",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/plugin-sdk", "name": "@proj-airi/plugin-sdk",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Plugin SDK for Project AIRI", "description": "Plugin SDK for Project AIRI",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/scenarios-stage-tamagotchi-browser", "name": "@proj-airi/scenarios-stage-tamagotchi-browser",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Vite/Vue scene app for stage tamagotchi browser captures", "description": "Vite/Vue scene app for stage tamagotchi browser captures",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/scenarios-stage-tamagotchi-electron", "name": "@proj-airi/scenarios-stage-tamagotchi-electron",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture", "description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server-runtime", "name": "@proj-airi/server-runtime",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Server runtime implementation for AIRI running in different environments", "description": "Server runtime implementation for AIRI running in different environments",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server-schema", "name": "@proj-airi/server-schema",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Server schema for AIRI", "description": "Server schema for AIRI",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server-sdk-shared", "name": "@proj-airi/server-sdk-shared",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers", "description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server-sdk", "name": "@proj-airi/server-sdk",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes", "description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/server-shared", "name": "@proj-airi/server-shared",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Server shared types, utilities for AIRI server components and runtimes", "description": "Server shared types, utilities for AIRI server components and runtimes",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/stage-ui", "name": "@proj-airi/stage-ui",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Shared core for stage", "description": "Shared core for stage",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/stream-kit", "name": "@proj-airi/stream-kit",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Stream utilities for AIRI (queues, streams)", "description": "Stream utilities for AIRI (queues, streams)",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/ui", "name": "@proj-airi/ui",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "A collection of UI components that used by Project AIRI", "description": "A collection of UI components that used by Project AIRI",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/unocss-preset-fonts", "name": "@proj-airi/unocss-preset-fonts",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI", "description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI",
"author": { "author": {
"name": "Moeru AI Project AIRI Team", "name": "Moeru AI Project AIRI Team",

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/vishot-runner-browser", "name": "@proj-airi/vishot-runner-browser",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Browser capture runner for Vishot scenes", "description": "Browser capture runner for Vishot scenes",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/vishot-runner-electron", "name": "@proj-airi/vishot-runner-electron",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Playwright-driven Electron capture runner for stage-tamagotchi", "description": "Playwright-driven Electron capture runner for stage-tamagotchi",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/vishot-runtime", "name": "@proj-airi/vishot-runtime",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Runtime capture contracts and Vue bindings for Vishot", "description": "Runtime capture contracts and Vue bindings for Vishot",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-bilibili-laplace", "name": "@proj-airi/airi-plugin-bilibili-laplace",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel", "description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-claude-code", "name": "@proj-airi/airi-plugin-claude-code",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "manifest.json description", "description": "manifest.json description",
"bin": { "bin": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-game-chess", "name": "@proj-airi/airi-plugin-game-chess",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Chess plugin for AIRI gamelet/widget runtime", "description": "Chess plugin for AIRI gamelet/widget runtime",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-homeassistant", "name": "@proj-airi/airi-plugin-homeassistant",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Home Assistant integration plugin for AIRI server", "description": "Home Assistant integration plugin for AIRI server",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/airi-plugin-web-extension", "name": "@proj-airi/airi-plugin-web-extension",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "manifest.json description", "description": "manifest.json description",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/computer-use-mcp", "name": "@proj-airi/computer-use-mcp",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "AIRI-specific macOS desktop orchestration MCP service", "description": "AIRI-specific macOS desktop orchestration MCP service",
"author": { "author": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@proj-airi/twitter-services", "name": "@proj-airi/twitter-services",
"type": "module", "type": "module",
"version": "0.10.2", "version": "0.11.0",
"private": true, "private": true,
"description": "Twitter Services for MCP", "description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>", "author": "RainbowBird <rbxin2003@outlook.com>",