Neko
8991b541a3
chore(tauri-*,crates): now maintaining tauri and rust packages in another repo ( #1533 )
2026-03-31 23:56:32 +08:00
nagikazu
d43d4dbc5e
feat(stage-ui-live2d): exp3 expression system + auto-blink rework ( #1033 )
...
---------
Co-authored-by-agent: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-31 14:22:16 +08:00
LemonNeko and autofix-ci[bot]
38f0306100
fix(stage-*): remove unused json format and platform checking ( #1523 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-30 17:03:00 +08:00
Neko Ayaka
a9c281c9f2
fix(server-*): added simple message queue for helping selecting consumer
...
Close #1387
2026-03-29 23:26:29 +08:00
Neko Ayaka
07e43010fe
chore: many minor fixes
2026-03-29 15:21:00 +08:00
Neko Ayaka
36b038f315
chore(deps): introduce takumi
2026-03-28 16:08:17 +08:00
RainbowBird
45bc5fef22
feat(server/otel): integrate OpenTelemetry logging and emit logs with context
2026-03-28 03:59:09 +08:00
RainbowBird
1645d2a475
fix(stage-ui/auth): prevent multiple syncs and ensure providers are only set if not already configured
2026-03-28 02:25:44 +08:00
RainbowBird
2f730ef93a
feat(server): refactor flux auditing to transaction logging
2026-03-28 02:25:44 +08:00
RainbowBird
4673494e73
chore: cleanup
2026-03-28 02:25:44 +08:00
RainbowBird
bf85158aa9
fix(server,stage-ui,i18n): address PR #1376 review comments
2026-03-28 02:25:44 +08:00
RainbowBird
405904183f
refactor(server): revert a8f445a17985a90d7eb5d981b4231114c3066e94
2026-03-28 02:25:44 +08:00
RainbowBird
ba3d66de86
feat(server-protocol): introduce shared protocol types for AIRI server clients and frontends
...
- Added package.json for @proj-airi/server-protocol with necessary configurations.
- Implemented chat event types including WireMessage, SendMessagesRequest, and PullMessagesRequest.
- Defined WebSocket event types and structures for better integration with AIRI components.
- Updated server-runtime and server-sdk to utilize the new server-protocol package.
- Refactored imports across various packages to replace server-shared types with server-protocol types.
- Enhanced type definitions and added TypeScript configurations for better development experience.
2026-03-28 02:25:44 +08:00
RainbowBird
ef18772798
feat(server): message queue
2026-03-28 02:25:44 +08:00
RainbowBird
5b1ccb55c2
fix(auth): clarify return type and avoid TS2742 in createAuth function
...
fix(tests): cast response data to any in character and provider tests
refactor(v1completions): use Array.at() for last data line retrieval
feat(accounts): add indexes for session, account, and verification tables
chore(deps): update package.json and pnpm-lock.yaml with new dependencies
refactor(onboarding): replace context injection with props in step-welcome component
2026-03-28 02:25:44 +08:00
MisakaKumomi 御坂云见
f92b07defb
fix: rollback electron version ( #1490 )
2026-03-27 23:29:23 +08:00
Neko Ayaka
80f7a8b0ae
chore(deps): updated
2026-03-27 14:46:30 +08:00
Neko Ayaka
12a5219f29
chore(deps): incorrect package.json for eventa
2026-03-26 23:35:39 +08:00
RainbowBird
b0576d3b89
chore(deps): move eventa to catalog
2026-03-26 21:45:01 +08:00
RainbowBird
40bd86f668
chore(deps): move drizzle-orm to catalog ( #1480 )
2026-03-26 20:52:40 +08:00
Neko Ayaka
6b08db5400
chore(deps): remove unplugin-vue
2026-03-26 18:14:45 +08:00
Neko Ayaka
25b5de179d
Revert "chore(deps): replace with unplugin-vue"
...
This reverts commit 3339daa746 .
As unplugin-vue-i18n:
```
[unplugin-vue-i18n] `@vitejs/plugin-vue` plugin is not found or invalid version. Please install `@vitejs/plugin-vue` v4.3.4 or later version.
```
https://github.com/intlify/bundle-tools/blob/3da4987500bbf9b398b0681852b90470968bdc8c/packages/unplugin-vue-i18n/src/core/resource.ts#L167-L168
it seems they are depending on vite:vue while https://github.com/unplugin/unplugin-vue is different on plugin resolving, yet unplugin-vue seems
lost the track of new version.
2026-03-26 18:10:30 +08:00
Neko Ayaka
3339daa746
chore(deps): replace with unplugin-vue
2026-03-26 17:22:49 +08:00
Neko Ayaka
e4329700a3
chore(deps): incorrect bump of typescript
2026-03-24 16:11:26 +08:00
Neko Ayaka
7313d567d6
chore(deps): bump more dependencies
2026-03-24 09:20:19 +08:00
Neko Ayaka
e3f5671f4d
chore(deps): bump vite dependencies to solve the build issue
2026-03-24 09:16:25 +08:00
Neko Ayaka
c9552fc14b
chore(deps): added oxc-minify as required by rolldown-vite
...
As asked in workflow run: https://github.com/moeru-ai/airi/actions/runs/23432601462/job/68162515032
> `oxc-minify` is not installed. vitepress requires `oxc-minify` to be installed when rolldown-vite is used. Please run `npm install oxc-minify`.
2026-03-23 18:28:27 +08:00
Neko Ayaka
a41b710154
chore(deps): updated
2026-03-23 16:57:55 +08:00
Neko Ayaka
ac1de680d0
chore(deps): bump dependencies
2026-03-23 02:15:40 +08:00
Lovehsigure_520 and autofix-ci[bot]
e952fe779e
chore: switch zh-CN desktop download links to GitHub releases ( #1442 )
...
* chore: use GitHub release links for zh-CN desktop downloads
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-21 11:47:17 +08:00
Neko Ayaka
955d1a1d5d
refactor(server-*): refactor client, better state managment
2026-03-20 21:19:01 +08:00
Neko Ayaka
5d2bb93de0
refactor(stage-tamagotchi,stage-ui): drop resettable
2026-03-20 02:27:21 +08:00
Neko Ayaka
2dd2a149b8
feat(stage-tamagotchi): added fundamental vision
2026-03-20 02:27:21 +08:00
Neko
a2e134d498
feat(plugin-sdk): much better refactor, and new permission model ( #1423 )
...
Authored-by-agent: Codex <267193182+Codex@users.noreply.github.com >
Co-authored-by-agent: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 23:50:04 +08:00
Makito
b69d968fdd
chore(pnpm): add missing peerDeps to fix non-CI typecheck errors mentioned in #1422
2026-03-20 00:43:39 +09:00
Lovehsigure_520
21dfb21ae8
feat(docs): sync download buttons and added SponsorKit ( #1407 )
2026-03-19 03:23:21 +08:00
Octopus and autofix-ci[bot]
8b91d441fc
feat: upgrade MiniMax default model to M2.7 ( #1417 )
...
* feat: upgrade MiniMax default model to M2.7
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model (first in list)
- Keep all previous models as alternatives
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Assume-assisted-by-agent: Unknown <unknown@example.com >
2026-03-18 21:22:39 +08:00
Makito
e73cdb0aad
fix(pnpm): add missing peerDep three for @pmndrs/pointer-events
2026-03-18 15:02:01 +09:00
Makito
4c4394c84a
chore(pnpm): update lockfile
2026-03-18 04:16:13 +09:00
Stardust and Neko
b97c7a8826
fix(stage-ui-live2d): animate model position and scale on resize with animejs ( #1395 )
...
---------
Co-authored-by: Neko <neko@ayaka.moe >
2026-03-17 15:24:13 +08:00
Iro
eb53744c08
fix(stage-tamagotchi): harden caption overlay follow+mouse handling ( #1402 )
2026-03-17 14:23:04 +08:00
Makito
4671ceaaae
fix(pnpm): add missing peerDeps for stage-ui dependencies
2026-03-17 03:30:12 +09:00
Makito
73d93f7785
fix(pnpm): add missing peerDeps for @huggingface/transformers
2026-03-17 02:51:00 +09:00
Makito
00666ddd43
fix(pnpm): add missing peerDeps for eslint
2026-03-17 02:33:13 +09:00
Makito
338df9b83f
fix(pnpm): missing peerDeps for unplugin-vue-i18n
2026-03-17 02:11:53 +09:00
f92db7a70b
feat(stage-pocket): add Android target ( #1326 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: LemonNeko <self@lemonneko.moe >
2026-03-15 21:46:23 +08:00
LemonNeko and autofix-ci[bot]
589553c0e3
feat(stage-pocket): request permissions onboarding ( #1292 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-12 14:49:39 +08:00
dec2b04924
refactor: vrm performance tracing and better lifecycle management ( #1194 )
...
* refactor: vrm performance tracing and better lifecycle management
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Rename lag-visualizer.vue to performance-visualizer.vue
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @sumimakito
Co-authored-by: Makito <i@maki.to >
* Apply suggestion from @sumimakito
Co-authored-by: Makito <i@maki.to >
* Apply suggestion from @sumimakito
Co-authored-by: Makito <i@maki.to >
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* [autofix.ci] apply automated fixes
* Apply suggestion from @Lilia-Chen
* [autofix.ci] apply automated fixes
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* [autofix.ci] apply automated fixes
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* [autofix.ci] apply automated fixes
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* Apply suggestion from @Lilia-Chen
* fix: some tiny bugs and model URL lifecycle
* fix: TresCanvas size=0 bug
* Delete .claude/settings.json
* fix: some clean-up
* [autofix.ci] apply automated fixes
* fix: use screen to wrap up TresCanvas
* Delete .claude/settings.json
---------
Co-authored-by: Makito <i@maki.to >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Neko <neko@ayaka.moe >
2026-03-12 09:20:20 +08:00
Makito and autofix-ci[bot]
b1b7dadfe2
fix(stage-tamagotchi): move @intlify/core from devDeps to deps ( #1291 )
...
* fix(stage-tamagotchi): move @intlify/core from devDeps to deps
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-12 00:55:28 +08:00
Neko
857c35f99d
fix(stage-tamagotchi): dependency missing for h3 ( #1265 )
2026-03-11 19:28:31 +08:00