Neko Ayaka
221943a3d1
fix: types
2025-06-19 10:52:07 +08:00
Neko Ayaka
d6d3987473
chore(stage-ui,stage-app,stage-tamagotchi): prepare for pure local STT/TTS
2025-06-19 01:26:42 +08:00
Neko Ayaka
ed9d929446
fix(stage-ui,stage-web,stage-tamagotchi): not properly validated
2025-06-17 16:23:09 +08:00
Neko Ayaka and Makito
cc449b1d0c
style: use @sumimakito integrated perfectionist/sort-imports`
...
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com >
2025-06-17 14:03:27 +08:00
Neko Ayaka
52ff9760b0
fix(deps): build & all dependencies issues
2025-06-16 03:56:02 +08:00
Neko Ayaka
4fda484704
fix(playground-prompt-engineering): build
2025-06-16 02:12:21 +08:00
Neko Ayaka
075a02da4e
fix(stage-web): type
2025-06-14 01:09:43 +08:00
Neko Ayaka
4b599bc432
fix(stage-web,stage-tamagotchi): i18n issue
2025-06-14 01:01:06 +08:00
Neko Ayaka
0a711f8079
feat(stage-web): mini Polaroid for taking shots for your characters
2025-06-14 01:00:21 +08:00
Neko Ayaka
f2aef18d77
chore(deps): bump dependencies
2025-06-13 23:01:30 +08:00
Loris Jautakas
892169b4cc
feat(stage): add player2 api support ( #205 )
2025-06-13 17:16:48 +08:00
Neko Ayaka
927d85e5b0
fix(stage-tamagotchi,stage-web): overflow for stage, support vertical for model settings
2025-06-13 17:02:19 +08:00
Neko Ayaka
28e3127133
feat(stage-ui,stage-tamagotchi,stage-web): support up scaling
2025-06-13 17:01:11 +08:00
Kévin Taccoen
0514b5e068
feat(stage-web,stage-tamagotchi): character cards creation feature ( #195 )
2025-06-13 00:43:53 +08:00
Neko Ayaka
630312dedd
fix(ci): OOM due to project size
2025-06-13 00:30:47 +08:00
Neko Ayaka
5140097dc4
chore(assets): updated icon
2025-06-12 01:57:29 +08:00
Neko Ayaka
b7905ec9c1
chore(assets): updated icon
2025-06-12 01:48:52 +08:00
Neko Ayaka
ce8914e0b8
chore(deps): bump dependencies
2025-06-11 15:19:13 +08:00
Neko Ayaka
1aa6d6b869
fix(stage-app,stage-tamagotchi): imported directly from forbidden package
2025-06-11 02:52:44 +08:00
Neko Ayaka
ab4a869104
feat(workspace): use tsdown for Vue component modules
2025-06-11 02:43:25 +08:00
Neko Ayaka
9327ec0ae4
fix(stage-web,stage-tamagotchi,stage-ui): eliminate reactive use
2025-06-09 11:43:04 +08:00
Neko Ayaka
0578b49e1e
feat(stage-web,stage-tamagotchi): IconAnimation missing
2025-06-08 21:26:36 +08:00
Neko Ayaka
b6bcecf333
feat(stage-web,stage-tamagotchi): sync color config page
2025-06-08 18:24:45 +08:00
Neko Ayaka
1aef0ad46f
feat(stage-ui,ui): migrate to use dedicated ColorHueRange component
2025-06-08 18:06:39 +08:00
Neko Ayaka
7d52df6cc0
feat(stage-web|stage-tamagotchi): multi-categorized providers
2025-06-06 18:20:05 +08:00
LemonNeko
2e1260f0c2
feat(stage-tamagotchi): live2d model look at mouse position ( #194 )
...
* chore: set rust-analyzer path
* refactor: let frontend to check if cursor is inside window
* feat(stage-tamagotchi): live2d model look at mouse position
* chore: improve DX
* fix(stage-web): live2d model look at mouse position
* fix: typo
* fix: keep necessary comments
* fix: typecheck
2025-06-06 16:32:29 +08:00
Neko Ayaka
65f6d7e968
fix: lint
2025-06-05 23:31:20 +08:00
Neko Ayaka
39160badaa
chore(deps): bump dependencies
2025-06-05 11:34:58 +08:00
LemonNeko
3b7d2222fa
feat(stage): active model always on top ( #185 )
2025-05-30 11:51:29 +08:00
LemonNeko
d52408dfdd
fix(stage): wrong tool schema, missing mobile chat history gradient ( #182 )
...
* fix(tamagotchi): wrong tool schema
* fix(stage-web): mobile chat history gradient
2025-05-27 17:33:59 +08:00
Neko Ayaka
863844e80e
chore(package.json): update
2025-05-27 16:52:28 +08:00
Ding
7df23a7a60
fix(google-generative-ai): update API key placeholder to 'GEMINI_API_KEY' ( #181 )
2025-05-27 15:26:06 +08:00
Neko Ayaka
d53ff7d1ef
fix(apps/stage-tamagotchi,apps/stage-web,stage-ui): bad colors & styles, and global font weight fix
2025-05-26 00:39:30 +08:00
Neko Ayaka
342084b811
chore(deps): bump dependencies
2025-05-26 00:14:26 +08:00
Neko Ayaka
0c95946c6c
chore(deps): bump dependencies
2025-05-19 13:11:43 +08:00
Neko Ayaka
8c0899d9ef
style: remove unused theme vars
2025-05-15 03:52:08 +08:00
Neko Ayaka
42dcddca08
fix(stage-web): type issue, removed DesktopSettings.vue
2025-05-13 18:48:29 +08:00
Neko Ayaka
b5d3590618
chore(deps): remove unused depdencies
2025-05-13 13:05:47 +08:00
SliverKeigo
2328cbd46f
# Fix IME input submission issue with Enter key ( #158 )
...
## Problem
When using Input Method Editor (IME) for languages like Chinese or Japanese, pressing Enter key triggers two actions simultaneously:
1. Confirms the current IME input
2. Submits the message
This makes it impossible to properly input text using IME.
## Solution
Add IME composition state detection to prevent message submission during IME input:
1. Add `isComposing` state to track IME input status
2. Listen to `compositionstart` and `compositionend` events to update IME state
3. Add IME state check in `handleSend` function
## Files Changed
- `apps/stage-web/src/components/Layouts/InteractiveArea.vue`
- `apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue`
## Testing Steps
1. Use Chinese/Japanese IME to input text
2. Press Enter key while IME candidate window is showing
3. Verify that text is correctly entered into the input field instead of triggering message submission
4. After IME input is complete, verify that pressing Enter key submits the message normally
## Additional Notes
- While mobile devices typically use virtual keyboards, we've added the same handling logic to maintain code consistency and prepare for potential desktop mode in the future
- This change does not affect normal message submission functionality
2025-05-12 15:51:07 +08:00
Neko Ayaka
e0229f73ff
chore(deps): bump dependencies
2025-05-11 12:20:46 +08:00
Neko Ayaka
9a8a064930
chore(deps): bump dependencies
2025-05-07 17:39:30 +08:00
Neko Ayaka
8433746a6c
docs: rename to AIRI
2025-05-07 16:25:44 +08:00
Neko Ayaka
8396ca78e9
fix: lint
2025-05-01 16:55:00 +08:00
Neko Ayaka
e819834e42
fix(stage-ui|workspace): lobe-icons not resolved, metadata not accessed correctly
2025-05-01 00:05:14 +08:00
RainbowBird
0a72441039
fix: airi-card style ( #150 )
2025-04-30 14:43:27 +08:00
RainbowBird
aacc857e05
feat(ui): Select component ( #149 )
...
* feat(ui): Select component
* chore: tamagotchi
2025-04-30 14:40:16 +08:00
Makito
1aaf231969
refactor(stage-web): remove load models button ( #148 )
2025-04-30 09:13:35 +08:00
RainbowBird
6961c43f1c
chore(gpuu): migrate to @moeru-ai/gpuu ( #145 )
...
* chore(gpuu): migrate to @moeru-ai/gpuu
* chore: install gpuu
2025-04-27 15:19:57 +08:00
Neko Ayaka
bad32d1171
fix: live2dcubismcore error
2025-04-27 14:55:37 +08:00
Neko Ayaka
168873ef90
chore(deps): bump dependencies
2025-04-27 10:58:56 +08:00