release: v0.4.26-beta.3

This commit is contained in:
LemonNeko
2025-05-01 19:32:24 +08:00
parent c191883ec8
commit 148f27532b
11 changed files with 14 additions and 14 deletions
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/playground-prompt-engineering",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"private": true,
"description": "Prompt Engineering Playground for AI Characters",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/stage-tamagotchi",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"private": true,
"description": "Airi tamagotchi app built with Tauri",
"author": "LemonNekoGH",
@@ -18,10 +18,10 @@ if (!target) {
process.exit(1)
}
const srcPrefix = path.join(dirname, '..', 'src-tauri', 'target', target, 'release', 'bundle')
const bundlePrefix = path.join(dirname, '..', 'bundle')
const srcPrefix = path.join(dirname, '..', '..', '..', 'target', target, 'release', 'bundle')
const bundlePrefix = path.join(dirname, '..', '..', '..', 'bundle')
fs.mkdirSync(bundlePrefix)
fs.mkdirSync(bundlePrefix, { recursive: true })
switch (target) {
case 'x86_64-pc-windows-msvc':
+2 -2
View File
@@ -12,9 +12,9 @@ This plugin requires a Rust version of at least 1.77.2
```toml
[dependencies]
tauri-plugin-mcp = { version = "0.4.25" }
tauri-plugin-mcp = { version = "0.4.26" }
# or
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.25" }
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.26" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/memory-pgvector",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"private": true,
"description": "",
"author": "",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"description": "Server runtime implementation for Airi running in different environments",
"author": {
"name": "Neko Ayaka",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"description": "Server shared types, utilities for Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/tauri-plugin-mcp",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"packageManager": "pnpm@10.9.0",
"description": "A Tauri plugin for interacting with MCP servers.",
"author": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/ui",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"description": "A collection of UI components that used by Project AIRI",
"author": {
"name": "Neko Ayaka",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/twitter-services",
"type": "module",
"version": "0.4.26-beta.2",
"version": "0.4.26-beta.3",
"private": true,
"description": "Twitter Services for MCP",
"author": "RainbowBird <rbxin2003@outlook.com>",