v0.4.27
moeru-ai/airiv0.4.27May 1, 2025by LemonNekoGH
AI Summary
Continuation of v0.5.0 features, specifically implementing basic MCP support, refactoring the Tamagotchi to use a top-level cargo workspace, and adding the Select component.
Key Highlights
- Basic MCP support
- Tamagotchi refactoring to top-level cargo workspace
- Select component implementation
New Features
- MCP support
- Cargo workspace refactoring
- Select component
Full Release Notes
## What's Changed * feat(tamagotchi): basic MCP support by @LemonNekoGH in https://github.com/moeru-ai/airi/pull/144 * docs(devlog): DevLog @ 2025.04.28 by @LemonNekoGH in https://github.com/moeru-ai/airi/pull/147 * refactor(stage-web): remove load models button by @sumimakito in https://github.com/moeru-ai/airi/pull/148 * feat(ui): Select component by @luoling8192 in https://github.com/moeru-ai/airi/pull/149 * fix: airi-card style by @luoling8192 in https://github.com/moeru-ai/airi/pull/150 * feat(story): new select component with floating-vue by @luoling8192 in https://github.com/moeru-ai/airi/pull/151 * refactor(tamagotchi): use top-level cargo workspace, move tauri-plugin-mcp by @LemonNekoGH in https://github.com/moeru-ai/airi/pull/152 * doc(readme): add tauri-plugin-mcp by @LemonNekoGH in https://github.com/moeru-ai/airi/pull/153 * fix(tamagotchi): process stuck when create settings window on Windows by @LemonNekoGH in https://github.com/moeru-ai/airi/pull/154 **Full Changelog**: https://github.com/moeru-ai/airi/compare/v0.4.23...v0.4.27