Neko Ayaka
606aae2cbf
feat(stage-web): added audit recorder demo as devtools
2025-08-31 14:03:19 +08:00
Neko Ayaka
dc6dff5a6d
chore(deps): bump dependencies
2025-08-29 01:38:04 +08:00
Ilya Bogdanov
5ec5b24f07
feat(chat): Enhanced Chat Experience with Multimodality and Optimized Streaming ( #445 )
...
* feat(chat): Refactor streaming message handling and add math support
* feat(chat): Basic multimodalities
* fix: language regex and python as default
* fix: refactor llm stream event as one onStreamEvent
2025-08-26 16:53:46 +08:00
Arjun Mehta
31daae13fc
feat: Add syntax highlighting and horizontal scroll to chat code blocks ( #394 )
2025-08-25 11:42:50 +08:00
Neko Ayaka
ba26cb0537
feat(stage-ui): achieve Warudo ( https://warudo.app ) style rendering for VRM models
2025-08-11 04:53:18 +08:00
Ching Yang
389ee0a57c
Feat: Support of Index-TTS, state-of-art opensourced TTS model - locally deployable. ( #351 )
2025-08-08 20:30:41 +08:00
Neko Ayaka
856625f638
fix: build & typecheck
2025-08-02 01:26:57 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies
2025-08-02 01:06:54 +08:00
Neko Ayaka
e1e0606bb8
fix(stage-ui): audio recording
2025-08-01 02:34:56 +08:00
Neko Ayaka
550c4115c2
refactor: to reka-ui
2025-07-29 23:48:44 +08:00
Neko Ayaka
71868e0b5f
feat(stage-ui): ColorPicker for DataPane
2025-07-23 17:33:18 +08:00
Neko Ayaka
dbd83ac562
fix: build
2025-07-22 14:36:22 +08:00
Neko Ayaka
50371c580a
chore(deps): bump dependencies
2025-07-22 14:28:27 +08:00
Neko Ayaka
a856140fb9
style: fix font colors, update mobile layout, correct date format
2025-07-22 12:24:54 +08:00
Neko Ayaka
db99af7a59
feat(stage-web): info action
2025-07-22 03:37:17 +08:00
Neko Ayaka
a4ebdf2d23
fix(ci,workspace): publish & build failed
2025-07-21 18:07:27 +08:00
Makito and Neko
42026d100b
feat(stage-ui): better tts input chunking ( #306 )
...
* feat(stage-ui): better tts input chunking
* chore: remove unused audio analyser
* fix: words count
* fix: use ctx.data instead
---------
Co-authored-by: Neko <neko@ayaka.moe >
2025-07-21 14:43:56 +08:00
Neko
9aa5fe9656
fix(stage-*): passed tools without check & discovery for provider ( #296 )
2025-07-19 13:42:31 +08:00
Neko Ayaka
54eeb5025f
feat(stage-*): OpenAI transcription
2025-07-18 04:32:00 +08:00
Neko Ayaka
1c371a0f6a
refactor(stage-ui/scenarios/settings/model-settings): moved to new location, better swap
2025-07-17 20:34:02 +08:00
Neko
5e8b2b8412
feat(docs): migrate to vitepress with @unovue/reka-ui's theme ( #224 )
2025-07-15 10:25:44 +08:00
Neko
7e0035c7ac
fix(workspace): missing fonts ( #269 )
2025-07-14 21:53:56 +08:00
Neko Ayaka
76233f883a
feat(stage-ui,stage-web): PWA update ready prompt
2025-07-12 00:42:40 +08:00
Neko Ayaka
5fd2443aae
refactor(stage-ui): re-structure for Histoire
2025-07-08 01:09:24 +08:00
Neko Ayaka
d4a1bfc4f6
style(stage-web): improve mobile chat ui
2025-07-07 02:10:57 +08:00
Neko Ayaka
34b547047f
chore(deps): bump dependencies
2025-07-06 19:06:59 +08:00
Neko Ayaka
33b460315a
fix: build
2025-07-04 02:06:03 +08:00
Neko Ayaka
d2de53026f
feat(stage-ui): integrated animejs
2025-07-04 02:01:31 +08:00
Neko Ayaka
a5eae1bc9a
fix(stage-ui): missing iconify icons for histoire
2025-07-04 00:01:33 +08:00
Neko Ayaka
c855047e04
feat(stage-ui): added TimeSeriesChart component
2025-07-02 03:19:47 +08:00
Neko
eb6bcaed60
feat(i18n): new package for locales ( #249 )
...
* feat(i18n): new package for locales
We are renaming from zh-CN to zh-Hans with the naming regulation of BCP 47 language tags.
For future languages, suggesting to check & lookup on
- [Language subtag lookup app](https://r12a.github.io/app-subtags/ )
- [iana.org/assignments/language-subtag-registry/language-subtag-registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry )
to search on.
Additionally, use `en` for English is actually enforced instead of having `en-Latin`.
More resources and citations worth to check on:
- https://developer.mozilla.org/en-US/docs/Glossary/BCP_47_language_tag
- https://en.wikipedia.org/wiki/IETF_language_tag
- https://en.wikipedia.org/wiki/ISO_15924
2025-06-30 18:48:23 +08:00
Neko
b674f5533f
chore(ci): improve build test CI ( #250 )
2025-06-30 18:41:15 +08:00
Neko Ayaka
bb59f327b0
chore(deps): bump dependencies
2025-06-30 16:15:45 +08:00
Neko Ayaka
0b127778fc
chore(deps): bump dependencies
2025-06-26 19:21:12 +08:00
Neko
5d994609ed
Revert "perf(eslint): use moeru config & oxlint ( #227 )" ( #231 )
...
This reverts commit 6d02cb0a01 .
2025-06-26 19:17:02 +08:00
藍+85CD
6d02cb0a01
perf(eslint): use moeru config & oxlint ( #227 )
2025-06-26 18:29:05 +08:00
藍+85CD
c13811b392
refactor: use @moeru/std ( #226 )
2025-06-25 15:31:30 +08:00
藍+85CD
b7619af258
chore(deps): use catalog for std, bump version
2025-06-25 14:39:26 +08:00
Neko Ayaka
c078b49e0c
chore(deps): bump dependencies
2025-06-24 13:47:06 +08:00
Neko Ayaka
50e05b114b
chore(*): use @moeru/std & cleanup code, rename
2025-06-23 15:34:07 +08:00
Neko Ayaka
afef299dbc
chore(deps): bump dependencies
2025-06-19 17:43:18 +08:00
藍+85CD
73fe6e17bc
perf(stage-ui): buildless ( #218 )
2025-06-19 16:17:59 +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
2bec4a1f49
fix(stage-ui): missing vue-tsc
2025-06-16 04:01:54 +08:00
Neko Ayaka
52ff9760b0
fix(deps): build & all dependencies issues
2025-06-16 03:56:02 +08:00
藍+85CD and Neko
1db823d9e3
feat(stage-ui): vrm lip-sync ( #204 )
...
* feat(stage-ui): vrm lip-sync
* fix: update package.json
---------
Co-authored-by: Neko <neko@ayaka.moe >
2025-06-14 02:30:11 +08:00
Neko Ayaka
f2aef18d77
chore(deps): bump dependencies
2025-06-13 23:01:30 +08:00
Neko Ayaka
ce8914e0b8
chore(deps): bump dependencies
2025-06-11 15:19:13 +08:00
Neko Ayaka
39160badaa
chore(deps): bump dependencies
2025-06-05 11:34:58 +08:00
Neko Ayaka
863844e80e
chore(package.json): update
2025-05-27 16:52:28 +08:00