Commit Graph
2124 Commits
Author SHA1 Message Date
Neko Ayaka f579600f26 feat(docs,i18n): now supports Japanese & Korean 2025-12-26 12:24:25 +08:00
Neko Ayaka 3935fa2600 feat(docs): Japanese site 2025-12-26 12:02:29 +08:00
github-actions[bot]andCrowdin Bot 584c340731 chore(i18n): update translations (#813)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-12-26 11:52:26 +08:00
Neko Ayaka 3d1009e00c fix(stage-pages): prevent warning 2025-12-26 03:04:38 +08:00
Neko Ayaka 63ba1e2512 release: v0.8.0-beta.7 2025-12-26 02:07:57 +08:00
Neko Ayaka a7102c7b55 fix(deps): pin vue to 3.5.25 due to compatibility issues with histoire
```
Error while collecting story ./packages/stage-ui/stories/components/Colors.story.vue:
undefined
node:internal/process/promises:392
      new UnhandledPromiseRejection(reason);
      ^

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".
    at throwUnhandledRejectionsMode (node:internal/process/promises:392:7)
    at processPromiseRejections (node:internal/process/promises:475:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:106:32) {
  code: 'ERR_UNHANDLED_REJECTION'
}
```
2025-12-26 02:02:57 +08:00
Neko Ayaka c56be7152b chore(audio-pipelines-transcribe): switch to use tryCatch in moeru 2025-12-26 01:42:17 +08:00
Neko Ayaka 9e42ebb587 chore(deps): updated 2025-12-26 01:42:17 +08:00
Iro 4c977361b1 feat(stage-ui): remove redundant chat completions validation (#831) 2025-12-26 01:40:29 +08:00
ReStranger 07cbc503bc feat(nix): Add python3 in devShell (#830) 2025-12-26 01:39:45 +08:00
Neko Ayaka 1f4650a105 fix(stage-ui,stage-tamagotchi,stage-web): incorrect implementation of Aliyun NLS 2025-12-26 01:39:11 +08:00
RainbowBird bc6f2ac746 docs(blog): add space between links 2025-12-25 14:55:35 +08:00
Neko Ayaka 9cbddb0770 feat(stage-web,docs): enable apple mobile web app capable meta tag
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW3
2025-12-25 02:56:12 +08:00
s3d-i 26fadcb2fb fix(chat): serialize sends and reset on cleanup (#827) 2025-12-25 02:16:09 +08:00
Neko Ayaka d68289a532 feat(docs): Merry Christmas 2025 🎄 blog post 2025-12-24 23:45:11 +08:00
Neko Ayaka bd9358e44c feat(docs): Merry Christmas 2025 🎄 2025-12-24 23:11:14 +08:00
RainbowBird 32d9d1405c chore: bump logg to 1.2.11 2025-12-24 22:34:16 +08:00
Neko Ayaka 1451b18d78 fix(stage-web): theme color imported type missing 2025-12-24 22:02:31 +08:00
Neko Ayaka aaca1825d3 refactor(docs,telegram-bot): remove sharp 2025-12-24 22:01:03 +08:00
Neko Ayaka b834e2348c refactor(stage-web): better structure of backgrounds, fix color issue 2025-12-24 21:56:07 +08:00
Rin 74136b9ccf feat(stage-ui,stage-web): custom chat background (#825) 2025-12-24 12:38:09 +08:00
Neko Ayaka 2e4c5a7719 release: v0.8.0-beta.6 2025-12-22 20:51:00 +08:00
Neko Ayaka 99b838510d chore(pnpm-wokspace): updated 2025-12-22 19:42:00 +08:00
Neko Ayaka e2e661cc7e chore(deps): bump dependencies 2025-12-22 19:40:39 +08:00
Neko Ayaka 59bb5cde82 fix(stage-web): not full on model screen, should padding bottom for chat 2025-12-22 12:16:04 +08:00
Neko Ayaka 17a6985f9c fix(stage-ui): type error 2025-12-22 12:04:44 +08:00
LemonNeko 3cba59421d refactor(ui): move DoubleCheckButton to @proj-airi/ui (#823) 2025-12-21 21:37:23 +08:00
Rin 3839cd49ed feat(stage-ui,stage-pages,i18n): support continue anyway for onboarding (#818) 2025-12-21 21:30:56 +08:00
Neko Ayaka ff1a5f4859 release: v0.8.0-beta.5 2025-12-21 18:41:46 +08:00
Neko Ayaka 2ffe666368 chore(deps): bump dependencies 2025-12-21 18:41:11 +08:00
Neko Ayaka 7158c200bb chore(deps): bump dependencies 2025-12-21 18:35:34 +08:00
Neko Ayaka c9a9ec7bfa Revert "chore(deps): bump dependencies"
This reverts commit 349810ff27.
2025-12-21 17:16:47 +08:00
Neko Ayaka 349810ff27 chore(deps): bump dependencies 2025-12-21 15:58:52 +08:00
Neko Ayaka c644129ff9 feat(stream-transcription): new stream in stream out by default package 2025-12-21 02:06:14 +08:00
Neko Ayaka 8ed68c27fb fix(stage-tamagotchi): reduce bundle size, incorrectly double shippped 2025-12-21 02:06:14 +08:00
Neko Ayaka 4cb0384f26 chore(stage-ui,stage-pages): update WIP to use Callout, add proper WIP for modules WIP 2025-12-21 02:06:14 +08:00
Rin 6868550dc8 fix(stage-ui): prevent race conditions in model loading (#819) 2025-12-20 23:34:52 +08:00
Neko Ayaka d786c2a8c1 fix(stage-tamagotchi): do not log with debug level in release build 2025-12-20 23:31:10 +08:00
Neko Ayaka a712217fa1 fix(stage-ui): incorrect logarithm 2025-12-20 23:15:23 +08:00
Neko Ayaka b3d29642f9 fix(ci): should populate with GitHub Actions token when doing publishing 2025-12-20 23:14:27 +08:00
Neko Ayaka b8b22b3d84 feat(stage-ui,stage-web): new colorsFromElement lib extracted 2025-12-20 23:13:05 +08:00
Neko Ayaka 4f914d854c fix(server-sdk): auto-reconnect once unauthorized 2025-12-20 21:40:21 +08:00
Neko Ayaka cc603de54d fix(ui): SelectTab still got bad radius 2025-12-20 21:37:55 +08:00
Neko AyakaandTyped SIGTERM 7ece495f44 chore(ci): adjust crowdin workflows
Co-authored-by: Typed SIGTERM <145281501+typed-sigterm@users.noreply.github.com>
2025-12-20 21:37:17 +08:00
Neko Ayaka b2e02a25cb fix(ui): SelectTab has unmatched border-radius 2025-12-20 21:32:49 +08:00
Neko Ayaka cd4e56d1ed fix(stage-tamagotchi): electron-updater doesn't support to be catalog: 2025-12-20 21:08:35 +08:00
Neko Ayaka b1fbb24428 fix(stage-pages): missing layout settings 2025-12-20 21:07:53 +08:00
Neko Ayaka bd7d5d67b8 chore(ui,stage-ui,stage-pages): now support to display visualizer in both linear and log 2025-12-20 21:07:19 +08:00
Neko Ayaka eb81a94847 perf(server-runtime,server-shared,stage-tamagotchi): improved server-runtime 2025-12-20 19:45:27 +08:00
Neko Ayaka 6321d78060 chore(stage-pages): added server-sdk as dependency 2025-12-20 19:03:15 +08:00