RainbowBird
b0576d3b89
chore(deps): move eventa to catalog
2026-03-26 21:45:01 +08:00
Neko Ayaka
e1b0040a95
refactor(ui,stage-*): now Select component is ComboboxSelect
2026-03-26 19:18:15 +08:00
breezy89757
f4d5d3de8d
feat(stage-ui): added Azure OpenAI provider ( #1057 )
...
---------
Assume-co-authored-by-agent: Unknown <unknown@example.com >
Co-authored-by-agent: Codex <267193182+codex@users.noreply.github.com >
2026-03-26 17:39:15 +08:00
howtomakeaname
7c04f9a8de
fix(stage-ui): allow custom model input when model list is empty ( #1437 )
...
---------
Co-authored-by-agent: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-26 16:48:05 +08:00
f85a809d7c
refactor(stage-*): analytics and telemetry, including consent ( #1414 )
...
---------
Co-authored-by-agent: Codex <267193182+codex@users.noreply.github.com >
Co-authored-by-agent: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: RainbowBird <rbxin2003@outlook.com >
Co-authored-by: Neko <neko@ayaka.moe >
2026-03-24 13:01:39 +08:00
Lilia_Chen and autofix-ci[bot]
9ae795a831
refactor(tamagotchi/stage-*): remove duplicated scene in the setting page for tamagotchi ( #1460 )
...
* refactor(tamagotchi): remove setting window duplicate scene
* refactor(tamagotchi): some changes
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-24 03:46:52 +08:00
Neko Ayaka
aad3b3278c
fix(stage-ui,stage-pages): many type errors
2026-03-23 14:20:21 +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
Garfield Lee
4a29598037
feat(stage-*): refactor settings data page and add app data folder action ( #1447 )
...
------
Co-authored-by-agent: Codex
2026-03-22 04:39:46 +08:00
Garfield Lee
e64c2cc5db
feat(stage-pages): reorder sections and add danger zone red background
...
- Move desktop-specific (amber) section before danger zone for better severity progression
- Add red border/background to danger zone card for visual prominence
- Remove redundant inner card backgrounds (white/red-950) since outer card now has red tinting
- Flatten one layer of nesting in danger zone item layout
Co-authored-by-agent: GitHub Copilot
2026-03-20 20:20: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
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
Makito
2a08c5b512
fix(stage-pages): fix navigation for context-observer
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
Stardust
848df09ad2
fix(stage-pages): prevent airi card dialogs from closing on outside click ( #1419 )
2026-03-19 03:14:29 +08:00
monolithic827
30354e9c75
feat(stage-pages,stage-ui,i18n): add OpenRouter as a speech (TTS) provider ( #1302 )
...
* Implement OpenRouter TTS
* Implement suggestions from Gemini code review
* Extract OpenRouter speech logic outside of providers.ts
* Address Gemini's comments
* break loop properly
* refactor to match existing pattern
---------
Co-authored-by-agent: Cursor
2026-03-18 21:49:45 +08:00
Matt Van Horn and Matt Van Horn
09f2470c22
fix(stage-pages): use placeholderLocalized from provider config for API key input ( #1391 )
...
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com >
Authored-by-agent: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 14:26:23 +08:00
Rin and Neko
623f35a7e3
feat(stage-pages,stage-ui,i18n): disable auto trigger for chatcompletion check and use explict button ( #1336 )
...
Co-authored-by-agent: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: Neko <neko@ayaka.moe >
2026-03-15 04:39:30 +08:00
Rin
621d16c8bd
fix(stage-ui): fix hash scroll on SPA navigation to providers page ( #1347 )
...
The settings layout uses a scrollable div with overflow-y-auto, not
window. useScrollToHash was scrolling window which had no effect on
SPA navigation. Point it at the actual scroll container instead.
Authored-by-agent: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-03-14 03:35:03 +08:00
LemonNeko
0ed21860af
fix(stage-tamagotchi): move wss setting to connection page
2026-03-14 03:06:06 +08:00
Liet Blue
5d8a0c88fe
feat(stage-tamagotchi): add profile switcher to controls island and web header ( #1328 )
2026-03-13 18:32:07 +08:00
Chara and Rin
d9582d52f2
feat(stage-ui): optimize card many select component layout styles ( #1096 )
...
---------
Co-authored-by: Rin <shinohara-rin@users.noreply.github.com >
2026-03-12 01:55:12 +08:00
d6268298dd
feat(stage-pages): add model selection navigation after provider validation ( #1214 )
...
* feat(stage-pages): add model selection navigation after provider validation success
* chore: code style update
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* chore: code style update
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* chore: code style update
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: Garfield Lee <Garfield550@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-09 20:40:05 +08:00
Liu Xiaopai and Rin
261f67a67d
fix(stage-pages,stage-ui): surface provider transcription errors ( #1070 )
...
* fix(hearing): surface provider transcription errors
* Standardize and enhance error message reporting by introducing an `errorMessage` utility function.
---------
Co-authored-by: Rin <shinohara-rin@users.noreply.github.com >
2026-03-07 04:31:21 +08:00
Rin
b9ef42fb85
chore(stage-pages): add Minecraft integration unavailability notice with WIP bot setup instructions ( #1161 )
2026-03-06 14:55:53 +08:00
NJX
9f347a5d80
feat(stage-pages): add manual model input fallback when model list fails to load ( #1145 )
2026-03-06 14:01:03 +08:00
Garfield Lee
86c0d9d28a
feat(stage-ui): add Ollama thinking mode config and provider-side think mapping ( #1140 )
2026-03-05 20:46:45 +08:00
Neko Ayaka
c1d315b84f
fix(stage-ui): should have option to completely disable Speech module
2026-03-05 18:06:49 +08:00
Liet Blue
62523f006f
fix(stage-pages): add missing mcp settings page to fix white screen ( #1103 )
2026-03-04 16:45:36 +08:00
Mark L
f175a9c65a
fix(stage-pages): add manual model fallback when discovery fails ( #1069 )
2026-03-02 02:12:12 +08:00
Mark L
47a79165fc
fix(speech): respect SSML toggle in test synthesis ( #1063 )
2026-03-02 02:10:38 +08:00
Rin
ea6f4dfb63
fix(stage-pages): treat comet speech as openai-compatible as it doesn't support voice listing ( #1060 )
2026-03-02 01:34:28 +08:00
Garfield Lee
b630db0860
fix(stage-ui): add bottom padding to settings data and ripple-grid layouts ( #1053 )
2026-03-01 01:55:19 +08:00
Neko Ayaka
92d87833be
chore(deps): bump dependencies
2026-02-26 18:33:52 +08:00
Neko Ayaka
d7124c7b62
chore: added @shopify/draggable
2026-02-26 18:07:38 +08:00
Neko Ayaka
e8f6155ec6
feat(plugin-sdk,stage-tamagotchi): demo plugin, and plugin inspector
2026-02-16 16:06:28 +08:00
leafyy
19d635d12a
feat:(stage-ui) Modify settings card ( #1027 )
2026-02-09 15:10:18 +08:00
MisakaKumomi 御坂云见
d95dc5e023
feat(stage-pages): Add warning for unavailable indextts2 support in I… ( #1018 )
2026-02-03 05:26:02 +08:00
Sebastián
47e444bd85
feat(stage-ui): add Kokoro TTS (Local) speech provider ( #1005 )
2026-02-01 23:34:52 +08:00
LemonNeko and autofix-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
lockrush-dev
4cac97937f
fix(stage-ui): fix transcription session callback reuse and auto-send issues ( #996 )
2026-01-26 14:59:50 +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
cda460ea29
fix(stage-pages): v2 provider can skip validation
2026-01-21 23:05:01 +08:00
RainbowBird
afa0e283de
fix(stage-pages): v2 provider editing state
2026-01-21 22:53:48 +08:00
Neko Ayaka
d051a07da9
chore(deps): bump dependencies
2026-01-21 05:42:01 +08:00
Neko Ayaka
d92375fe77
fix(stage-pages,stage-ui): type issue
2026-01-18 14:55:18 +08:00
Neko Ayaka
17debf3e96
refactor(stage-*): de-centralize for route header
2026-01-18 04:54:57 +08:00
leafyy and Ricardo Miss
0769455edc
fix(stage-ui): update connection icon to use correct variant ( #966 )
...
---------
Co-authored-by: Ricardo Miss <83625063+ricardomiss@users.noreply.github.com >
2026-01-18 02:33:54 +08:00