release: v0.4.27

This commit is contained in:
LemonNeko 2025-05-01 20:11:51 +08:00
parent 1f6456ef46
commit a18f2c4313
No known key found for this signature in database
13 changed files with 15 additions and 15 deletions

View file

@ -69,5 +69,5 @@ jobs:
- name: Upload To GitHub Releases
uses: softprops/action-gh-release@v2
with:
files: apps/stage-tamagotchi/bundle/airi_*
files: bundle/airi_*
append_body: true

4
Cargo.lock generated
View file

@ -92,7 +92,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
name = "app"
version = "0.4.26"
version = "0.4.27"
dependencies = [
"log",
"serde",
@ -3706,7 +3706,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-mcp"
version = "0.4.26"
version = "0.4.27"
dependencies = [
"anyhow",
"log",

View file

@ -6,7 +6,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.4.26"
version = "0.4.27"
[workspace.dependencies]
tauri-plugin-mcp = { path = "./crates/tauri-plugin-mcp" }

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/playground-prompt-engineering",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"private": true,
"description": "Prompt Engineering Playground for AI Characters",
"scripts": {

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/stage-tamagotchi",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"private": true,
"description": "Airi tamagotchi app built with Tauri",
"author": "LemonNekoGH",

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.26" }
tauri-plugin-mcp = { version = "0.4.27" }
# or
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.26" }
tauri-plugin-mcp = { git = "https://github.com/moeru-ai/airi", tag = "0.4.27" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"description": "Server runtime implementation for Airi running in different environments",
"author": {
"name": "Neko Ayaka",

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"description": "Server shared types, utilities for Airi server components and runtimes",
"author": {
"name": "Neko Ayaka",

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/tauri-plugin-mcp",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"packageManager": "pnpm@10.9.0",
"description": "A Tauri plugin for interacting with MCP servers.",
"author": {

View file

@ -1,7 +1,7 @@
{
"name": "@proj-airi/ui",
"type": "module",
"version": "0.4.26",
"version": "0.4.27",
"description": "A collection of UI components that used by Project AIRI",
"author": {
"name": "Neko Ayaka",

View file

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