Commit Graph
100 Commits
Author SHA1 Message Date
Neko Ayaka 06570b4dde release: v0.9.0-alpha.31 2026-03-28 12:57:31 +08:00
Neko Ayaka 16a5a69ba6 fix(stage-ui): should not have sign in for desktop for now 2026-03-28 12:56:05 +08:00
Neko a60c73616f chore: updated 2026-03-28 06:00:01 +08:00
Ayaka Neko 129fbf3fcb release: v0.9.0-alpha.29 2026-03-28 04:06:59 +08:00
Neko Ayaka e8fa6c1ebd fix(stage-layouts): incorrect place of about btn 2026-03-27 23:24:56 +08:00
Neko Ayaka 5535907aa8 release: v0.9.0-alpha.28 2026-03-27 18:01:13 +08:00
Neko Ayaka 2a9ae94239 fix(stage-tamagotchi): incorrect state managed for tamagotchi (desktop) hearing module 2026-03-27 17:58:45 +08:00
Neko Ayaka 9d983bb2ea fix(stage-layouts,stage-tamagotchi): staled chat message state, conflicted chat store race write 2026-03-27 17:49:29 +08:00
Neko Ayaka 42dace246a chore(ci): filename renaming still using old legacy file 2026-03-27 17:17:58 +08:00
Neko Ayaka 6675b3234d release: v0.9.0-alpha.27 2026-03-27 15:55:49 +08:00
Neko Ayaka 7b7fbba840 chore(ci): filename change for windows artifact regenerate 2026-03-27 15:55:21 +08:00
Neko Ayaka cd826dcbce release: v0.9.0-alpha.26 2026-03-27 15:33:24 +08:00
Neko Ayaka 9caf6a4966 chore(ci): should directly import config 2026-03-27 15:32:46 +08:00
Neko Ayaka fc72b7a56c release: v0.9.0-alpha.25 2026-03-27 14:47:31 +08:00
Neko Ayaka df529b6503 chore(stage-tamagotchi): updated builder config 2026-03-27 14:46:58 +08:00
Neko Ayaka 80f7a8b0ae chore(deps): updated 2026-03-27 14:46:30 +08:00
Neko Ayaka e2080c7178 release: v0.9.0-alpha.24 2026-03-27 03:39:08 +08:00
Neko Ayaka d0f89fdf7e chore(stage-tamagotchi): place microphone indicator to outside 2026-03-27 02:32:55 +08:00
Neko Ayaka 2f29103671 chore(stage-ui): adjusted the position of view control btn 2026-03-27 02:30:11 +08:00
Neko Ayaka b41718e738 chore(stage-ui): improved profile switcher size for desktop 2026-03-27 02:28:35 +08:00
Neko Ayaka f89fa2d455 chore(stage-layouts): switched the position of about and profile picker 2026-03-27 02:28:08 +08:00
Neko Ayaka 662c1f4b10 chore(ui): better Select with border and shape 2026-03-27 02:27:04 +08:00
Neko Ayaka 539ba83a61 release: v0.9.0-alpha.23 2026-03-26 23:39:14 +08:00
Neko Ayaka 12a5219f29 chore(deps): incorrect package.json for eventa 2026-03-26 23:35:39 +08:00
Neko Ayaka 5b78f34847 perf(stage-ui): improve about dialog to be blurry 2026-03-26 23:32:06 +08:00
Neko Ayaka aa8834db69 fix(stage-ui): incorrect size and style of Profile Selector 2026-03-26 23:32:05 +08:00
Neko Ayaka 7d0e02f57a perf(ui): improve the props and customization of Select component 2026-03-26 23:32:05 +08:00
Neko Ayaka f5dac392d3 feat(ui): now dedicated Select component 2026-03-26 21:09:42 +08:00
Neko Ayaka 6d871146e4 fix(ui): outdated import path 2026-03-26 20:41:30 +08:00
Neko Ayaka 9ee6ce7ab5 refactor(ui,stage-ui): migrate other path naming 2026-03-26 19:21:46 +08:00
Neko Ayaka e1b0040a95 refactor(ui,stage-*): now Select component is ComboboxSelect 2026-03-26 19:18:15 +08:00
Neko Ayaka 9b70949a28 fix(stage-ui): audio wasn't even starting and will not when resources prepared 2026-03-26 19:05:54 +08:00
Neko Ayaka bdd9098e3d Revert "chore(ci): enable ts/no-deprecated eslint rule to warn"
This reverts commit bd0908b8b1.

This requires TypeScript config for eslint, which we don't have it right now.
2026-03-26 19:05:54 +08:00
Neko Ayaka 5999744df1 fix(stage-ui): should correctly handle aliyun nls error 2026-03-26 19:05:54 +08:00
Neko Ayaka 46147b0f8b fix(stage-*): incorrect use of useAudioDevices hook 2026-03-26 19:05:54 +08:00
Neko Ayaka bd0908b8b1 chore(ci): enable ts/no-deprecated eslint rule to warn 2026-03-26 18:15:10 +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 f622e803ba fix(stage-ui-three): test type missing nodeConstraintMs 2026-03-26 18:06:22 +08:00
Neko Ayaka 3339daa746 chore(deps): replace with unplugin-vue 2026-03-26 17:22:49 +08:00
Neko Ayaka 45ce8ba602 release: v0.9.0-alpha.22 2026-03-25 01:19:04 +08:00
Neko Ayaka e4329700a3 chore(deps): incorrect bump of typescript 2026-03-24 16:11:26 +08:00
Neko Ayaka 0af4217666 release: v0.9.0-alpha.21 2026-03-24 09:21:27 +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 11bb6b8e0a release: v0.9.0-alpha.20 2026-03-23 21:41:53 +08:00
Neko Ayaka 5532356d13 chore(ci): incorrect manifest path resolution for Windows signed artifact 2026-03-23 21:38:23 +08:00
Neko Ayaka 101ee76a5c chore(ci): incorrect merge latest.yml for macOS 2026-03-23 21:38:23 +08:00
Neko Ayaka ea7c832adc release: v0.9.0-alpha.19 2026-03-23 20:03:39 +08:00
Neko Ayaka 7921838244 chore(ci): macOS merge 2026-03-23 20:02:36 +08:00
Neko Ayaka 0cd68568a6 fix(ci): re-calculate Windows artifact hash
Authored-by-agent: Codex <267193182+codex@users.noreply.github.com>
2026-03-23 19:20:28 +08:00
Neko Ayaka b2d0643d9a fix(ci): re-calculate Windows artifact hash
Authored-by-agent: Codex <267193182+codex@users.noreply.github.com>
2026-03-23 19:16:52 +08:00
Neko Ayaka c64f460a00 refactor(docs): now transition= attribute will have types, fix more 2026-03-23 18:44:09 +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 900de50127 refactor(docs): now transition= attribute will have types 2026-03-23 18:24:36 +08:00
Neko Ayaka b399308626 fix(stage-ui): cannot send message 2026-03-23 17:52:00 +08:00
Neko Ayaka a41b710154 chore(deps): updated 2026-03-23 16:57:55 +08:00
Neko Ayaka 2c1c15843d chore(deps): try to fix glob al virtual store issue? 2026-03-23 16:51:55 +08:00
Neko Ayaka aad3b3278c fix(stage-ui,stage-pages): many type errors 2026-03-23 14:20:21 +08:00
Neko Ayaka 1bd3472246 fix: many type errors 2026-03-23 14:17:06 +08:00
Neko Ayaka 0ace1fb26c fix(stage-ui-three): type error 2026-03-23 14:08:42 +08:00
Neko Ayaka c160010f8b fix(stage-ui-live2d): type error 2026-03-23 13:55:58 +08:00
Neko Ayaka 2c4ac66b61 chore(stage-ui): lint and timeout constraint 2026-03-23 13:45:59 +08:00
Neko Ayaka dc515af0cd fix(stage-ui): should handle error rejected from xsAI stream 2026-03-23 13:45:59 +08:00
Neko Ayaka ce60323d8a style: lint 2026-03-23 02:16:10 +08:00
Neko Ayaka ac1de680d0 chore(deps): bump dependencies 2026-03-23 02:15:40 +08:00
Neko Ayaka 440bff8514 feat(stage-ui): added language selector for onboarding screen 2026-03-21 01:00:19 +08:00
Neko Ayaka b5bdcad7cb fix(ui): incorrect layout impl for FieldSelect 2026-03-21 01:00:19 +08:00
Neko Ayaka 955d1a1d5d refactor(server-*): refactor client, better state managment 2026-03-20 21:19:01 +08:00
Neko 311d150d86 chore(README.md): updated games 2026-03-20 03:08:26 +08:00
Neko Ayaka 7fe410b969 chore(stage-tamagotchi,stage-pages,stage-layouts): vision devtools improved 2026-03-20 02:27:21 +08:00
Neko Ayaka b5c5c94212 chore(stage-tamagotchi): vision devtools capturing state, missing share window btn 2026-03-20 02:27:21 +08:00
Neko Ayaka 689761fd8c chore(stage-tamagotchi): vision devtools added down scaling, explicit ollama think: false for vision module 2026-03-20 02:27:21 +08:00
Neko Ayaka 89237cf05d fix(stage-tamagotchi): vision model switch 2026-03-20 02:27:21 +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
Neko Ayaka a3b9a4b037 release: v0.9.0-alpha.18 2026-03-19 14:45:49 +08:00
Neko Ayaka 956a4541e9 style: lint 2026-03-19 14:27:23 +08:00
Neko Ayaka 60cbea1e19 style: lint 2026-03-19 14:19:54 +08:00
Neko Ayakaandtext_blue 0690408ccc chore(eslint): ignore .agents/**
Co-authored-by: text_blue <248586752+aibijiaop-commits@users.noreply.github.com>
2026-03-19 03:25:36 +08:00
Neko Ayaka 72925c1372 release: v0.9.0-alpha.16 2026-03-15 04:04:07 +08:00
Neko Ayaka 2fb1657067 docs(README.md): updated 2026-03-15 04:01:15 +08:00
Neko 32ea8d0e04 Revert "fix(stage-tamagotchi): fix model flickering and jumping on window res…" (#1364)
This reverts commit 3a8dc75233.
2026-03-15 03:07:03 +08:00
Neko Ayaka 7cb5ebe430 docs(README.md): updated download / open card 2026-03-12 05:11:30 +08:00
Neko Ayaka d15e2dd6e7 docs(stage-ui): updated logo 2026-03-12 05:09:32 +08:00
Neko Ayaka da62f1c16b release: v0.9.0-alpha.14 2026-03-12 01:48:21 +08:00
Neko Ayaka 53f79713d7 release: v0.9.0-alpha.13 2026-03-11 19:36:13 +08:00
Neko 857c35f99d fix(stage-tamagotchi): dependency missing for h3 (#1265) 2026-03-11 19:28:31 +08:00
Neko Ayaka 96d3149909 release: v0.9.0-alpha.12 2026-03-11 04:35:37 +08:00
Neko Ayaka 80b0e6c67e Revert "feat(stage-tamagotchi): add top drag area to move window (#1231)"
This reverts commit d118980fa0.
2026-03-11 04:34:17 +08:00
Neko Ayaka 208ff1d8a5 release: v0.9.0-alpha.11 2026-03-11 02:03:28 +08:00
Neko Ayaka 5e075d6208 fix(stage-tamagotchi): incorrect property 2026-03-11 01:14:18 +08:00
Neko Ayaka 0f8ad59901 fix(stage-tamagotchi): forgot to export ServerChannel 2026-03-11 00:04:11 +08:00
Neko Ayaka a2da08f2ce fix(stage-tamagotchi): should handle EADDRINUSE, bug of srvx, robust for server channel restart, injeca fix 2026-03-10 23:47:39 +08:00
Neko Ayaka 1deeba7bd9 chore(deps): bump @moeru/eventa 2026-03-10 19:45:37 +08:00
Neko Ayaka 03a38f9e0c release: v0.9.0-alpha.9 2026-03-10 19:33:11 +08:00
Neko Ayaka 9c88f83e2b fix(stage-tamagotchi): prompt onboarding for stage window only 2026-03-10 19:31:32 +08:00
Neko Ayaka f42c56e769 fix(pixi-live2d-display): should ignore items_pinned_to_model.json file 2026-03-10 19:23:35 +08:00
Neko Ayaka 9cee673a9b fix(stage-tamagotchi): ensure config directory exists 2026-03-10 19:17:24 +08:00