Commit Graph
1059 Commits
Author SHA1 Message Date
Makito c0f05c8827 chore(stage-tamagotchi): adjust included files in tsconfig 2026-02-27 19:06:17 +07:00
Neko Ayaka 163957f0f5 release: v0.8.5-beta.3 2026-02-26 23:38:19 +08:00
Neko Ayaka fec2569bf8 release: v0.8.5-beta.2 2026-02-26 23:30:52 +08:00
Neko Ayaka f3323df3f8 release: v0.8.5-beta.1 2026-02-26 23:13:03 +08:00
Neko Ayaka f04e106b13 chore(ci): macOS app code signing 2026-02-26 23:11:59 +08:00
Neko Ayaka 92d87833be chore(deps): bump dependencies 2026-02-26 18:33:52 +08:00
RainbowBird 5b9610e2f9 fix(server): railway build 2026-02-26 18:31:14 +08:00
RainbowBird 7bab092592 chore(server): apply env to docker compose 2026-02-26 18:10:25 +08:00
RainbowBird f787485b29 feat(server): health check route 2026-02-26 17:53:14 +08:00
Neko Ayaka ed65f3ef5f fix(stage-tamagotchi): websocket started duplicated-ly 2026-02-26 17:49:10 +08:00
RainbowBird 27c4d567a9 chore(server): fix dockerfile 2026-02-26 17:14:41 +08:00
RainbowBird 76e8287839 chore(server): resolve type 2026-02-26 16:38:43 +08:00
RainbowBird ea05075550 feat(server): database migration 2026-02-26 15:01:06 +08:00
Neko Ayaka 3a107b7465 fix(stage-tamagotchi): ERR_ABORT (-3) occurs when loading hash route window 2026-02-26 14:45:07 +08:00
Neko Ayaka bbf40d28fe fix(stage-tamagotchi): use isLinux() from eventa invoke instead of platform regexp 2026-02-26 14:44:27 +08:00
Neko Ayaka 1d18be6150 feat(stage-tamagotchi): dashboard window 2026-02-26 01:06:36 +08:00
Neko Ayaka 376c3acac3 refactor(stage-tamagotchi): base invokes 2026-02-23 13:58:43 +08:00
Neko Ayaka e8f6155ec6 feat(plugin-sdk,stage-tamagotchi): demo plugin, and plugin inspector 2026-02-16 16:06:28 +08:00
Neko Ayaka cae48f2801 feat(plugin-sdk,stage-tamagotchi): basic file system loader, protocol 2026-02-13 16:10:08 +08:00
Neko Ayaka 9419a77810 feat(stage-tamagotchi): promoted to libs/electron 2026-02-09 03:11:21 +08:00
Makito 6270487237 feat(stage-tamagotchi): dynamic select macOS app icon while building 2026-02-08 21:12:40 +09:00
Makito a4ca8b3e5a refactor(ci): use ts config generator for electron-builder 2026-02-08 19:22:33 +09:00
Makito 0f3c9cd9a7 feat(stage-tamagotchi): switch back to .icon app icon for macOS builds 2026-02-08 15:33:15 +09:00
Makito 418d6ba46a fix(ci): specify build.extends for electron-builder 2026-02-08 15:05:47 +09:00
Neko Ayaka b49cf9275a fix(plugin-sdk,server-*): type mismatch 2026-02-07 03:31:44 +08:00
Neko Ayaka dd92fb8f1c fix(stage-tamagotchi): updated with appId 2026-02-07 03:31:43 +08:00
Neko Ayaka 95b89d0c0c refactor(stage-tamagotchi): use tinyexec for execSync 2026-02-04 14:11:20 +08:00
LemonNeko a28c5f0eda fix(channel-server): allow wss on non-localhost (#1021) 2026-02-03 20:32:51 +08:00
Sebastián c8f679e1e4 fix(stage-*): Kokoro TTS now works in production too (#1017) 2026-02-03 05:27:06 +08:00
LemonNekoandautofix-ci[bot] e4add70e13 feat: allow to enable secure websocket for server channel (#1014)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-01 00:35:03 +08:00
Neko Ayaka 2197a3e5ad release: v0.8.4 2026-01-30 17:00:13 +08:00
Sebastián e4848d0b97 fix(stage-tamagotchi): builds are unusable in v0.8.2 (#1008) 2026-01-30 14:33:27 +08:00
LemonNeko ae6783964f release: v0.8.3 2026-01-29 17:45:32 +08:00
LemonNeko 79db07694f release: v0.8.2 2026-01-29 17:44:17 +08:00
LemonNeko 41405b24de fix(styles|stage-*): remove font subset property, migrate about content 2026-01-29 17:44:14 +08:00
Makito e0775aec74 chore(stage-tamagotchi): optimize bundle size (#1000) 2026-01-29 01:49:43 +08:00
RainbowBird a57b9e5519 refactor(stage-web): merge login redirect judgement statement 2026-01-27 15:53:02 +08:00
lockrush-dev 4cac97937f fix(stage-ui): fix transcription session callback reuse and auto-send issues (#996) 2026-01-26 14:59:50 +08:00
藍+85CD 09bdbf205a chore(deps): use vite v8 instead of rolldown-vite (#993) 2026-01-24 22:30:04 +08:00
RainbowBird fe65a207bf refactor(server,stage-ui): use local first message key 2026-01-24 19:32:39 +08:00
RainbowBird 7c9a23f250 feat(server,stage-ui): sync message to server (#990) 2026-01-24 17:57:45 +08:00
藍+85CD 43fe9e89f2 perf: setup knip, remove unused dependencies (#992) 2026-01-24 15:08:08 +08:00
RainbowBird de9df5eae8 feat(stage-*): store chat session to indexdb (#987)
* feat(stage-*): store chat session to indexdb

* refactor: remove prompt hash

* fix(stage-ui): enhance type guard for chat sessions export validation

* refactor(stage-ui): simplify chat session export and import logic

* refactor(stage-ui): update chat session management to use new data structure and improve export/import functionality

* refactor(stage-ui): enhance chat session persistence and management methods

* refactor(stage-ui): set and get idb value raw

* fix: type
2026-01-23 18:15:22 +08:00
RainbowBird 78afeeb82c refactor(auth): move fetchSession to auth store and remove from index.vue 2026-01-21 22:55:58 +08:00
Neko Ayaka d051a07da9 chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
Neko Ayaka ccf1faaf5e release: v0.8.1 2026-01-21 02:00:18 +08:00
Neko Ayakaand藍+85CD 8effa6fd90 fix: lint warnings
Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
2026-01-21 01:58:41 +08:00
Neko Ayaka b00e71478f Revert "fix: lint warnings (#976)"
This reverts commit f432aca5c0.
2026-01-21 01:14:22 +08:00
藍+85CD f432aca5c0 fix: lint warnings (#976) 2026-01-20 13:15:32 +08:00
Lilia_Chenandautofix-ci[bot] 0093803920 feat(stage-ui-*): ACT special tokens for future motion gen (#974)
* feat(stage-ui*):ACT special tokens

* test(stage-ui): llm-marker-parser test updates for ACT tokens

* [autofix.ci] apply automated fixes

* style(stage-ui): apply gemini code review notes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-20 09:32:47 +08:00