mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-20 01:21:07 +00:00
release: v0.4.27
This commit is contained in:
parent
1f6456ef46
commit
a18f2c4313
13 changed files with 15 additions and 15 deletions
2
.github/workflows/release-tamagotchi.yml
vendored
2
.github/workflows/release-tamagotchi.yml
vendored
|
|
@ -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
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@proj-airi/memory-pgvector",
|
||||
"type": "module",
|
||||
"version": "0.4.26",
|
||||
"version": "0.4.27",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": "",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue