Neko Ayaka
8567b702b6
fix(electron-vueuse): incorrect export of mixed electron & vue dep from index export
...
Close #1505 #1507
2026-03-29 15:19:34 +08:00
MisakaKumomi 御坂云见
372695458e
refactor: replace status check string literal with enum; add chat pin… ( #1486 )
...
* refactor: replace status check string literal with enum; add chat ping check option in provider configurations for anthropic, and if it's good, generalize to all openai based provider
* fix: merging conflicts
* refactor: remove manual validation logic and deprecated ProviderValidationAlerts component
* docs: mark 'Health' enum as deprecated with additional usage context
* feat: add manual test validation flow back
* refactor: reintroduce and integrate `ProviderValidationAlerts` component for streamlined validation logic
* chore: mark error msg
* refactor: extract `CHAT_COMPLETIONS_VALIDATOR_ID` constant; enforce skipping chat ping check in background validations
* chore: comments
2026-03-29 13:22:15 +08:00
github-actions[bot] and Crowdin Bot
00d075204f
chore(i18n): update translations ( #1508 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-03-29 10:33:32 +08:00
Neko Ayaka
d5f24107b7
release: v0.9.0-alpha.32
2026-03-29 02:44:08 +08:00
Neko Ayaka
306f8e66f0
fix(stage-ui): text change, i18n change
2026-03-29 02:38:26 +08:00
Neko Ayaka
3007b265c6
fix(stage-ui): apply FieldCombobox layout style
2026-03-29 02:38:12 +08:00
Neko Ayaka
f387e18f34
fix(ui): incorrect FieldCombobox layout style
2026-03-29 02:37:55 +08:00
Neko Ayaka
f1ff95617f
fix(ui): missing disabled style
2026-03-29 02:37:36 +08:00
Neko Ayaka
bf8823bca5
fix(stage-ui): incorrect message session applied
2026-03-29 02:22:57 +08:00
Neko Ayaka
6f8f049b01
fix(server-*): should export more types, and for module:announced should ignore self
2026-03-29 01:10:11 +08:00
Rin
d5be1a079e
fix(server-runtime): import Buffer
2026-03-29 00:31:23 +08:00
LemonNeko
e2b00e7d28
fix(stage-tamagotchi): persistence for settings of beat sync
2026-03-28 23:51:54 +08:00
RainbowBird
bdb01d30f4
feat(auth): Bearer token handling and OAuth token extraction ( #1501 )
2026-03-28 20:27:47 +08:00
Neko Ayaka
428e1641d5
fix(stage-ui): aliyun nls result change event missing
2026-03-28 17:05:05 +08:00
Neko Ayaka
7d8302ebdd
refactor(stage-ui,i18n): default to use force blink (our version)
2026-03-28 16:04:28 +08:00
Neko Ayaka
4b2bd40f73
refactor(stage-shared): now useVersionedLocalStorageManualReset
2026-03-28 15:56:21 +08:00
Liet Blue
82389556e6
fix(stage-ui): return empty string instead of empty array in mcp_list_tools error fallback ( #1497 )
2026-03-28 15:33:56 +08:00
Neko Ayaka
06570b4dde
release: v0.9.0-alpha.31
2026-03-28 12:57:31 +08:00
Neko Ayaka
16a5a69ba6
fix(stage-ui): should not have sign in for desktop for now
2026-03-28 12:56:05 +08:00
Makito
c0e499b044
release: v0.9.0-alpha.30
2026-03-28 11:52:22 +09:00
xuan0x0
7efe6b4ff7
fix(ui): forward default slot in InputFile to BasicInputFile ( #1494 )
...
Co-authored-by-agent: Cursor
2026-03-28 05:17:57 +08:00
github-actions[bot] and Crowdin Bot
00cd7558d8
chore(i18n): update translations ( #1493 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-03-28 04:59:50 +08:00
RainbowBird
9f14013b06
fix(package): set package as private to prevent unintended publishing
2026-03-28 04:12:00 +08:00
Ayaka Neko
129fbf3fcb
release: v0.9.0-alpha.29
2026-03-28 04:06:59 +08:00
RainbowBird
1645d2a475
fix(stage-ui/auth): prevent multiple syncs and ensure providers are only set if not already configured
2026-03-28 02:25:44 +08:00
RainbowBird
4673494e73
chore: cleanup
2026-03-28 02:25:44 +08:00
RainbowBird
87d3d65b6a
refactor(billing): rename debitFlux to consumeFluxForLLM and enhance metadata handling
2026-03-28 02:25:44 +08:00
RainbowBird
750e48ad95
refactor(server): redesign server routes structure
2026-03-28 02:25:44 +08:00
RainbowBird
bf85158aa9
fix(server,stage-ui,i18n): address PR #1376 review comments
2026-03-28 02:25:44 +08:00
RainbowBird
aed2265d4a
fix(stage-pages): flux page display
2026-03-28 02:25:44 +08:00
RainbowBird
405904183f
refactor(server): revert a8f445a17985a90d7eb5d981b4231114c3066e94
2026-03-28 02:25:44 +08:00
RainbowBird
ba3d66de86
feat(server-protocol): introduce shared protocol types for AIRI server clients and frontends
...
- Added package.json for @proj-airi/server-protocol with necessary configurations.
- Implemented chat event types including WireMessage, SendMessagesRequest, and PullMessagesRequest.
- Defined WebSocket event types and structures for better integration with AIRI components.
- Updated server-runtime and server-sdk to utilize the new server-protocol package.
- Refactored imports across various packages to replace server-shared types with server-protocol types.
- Enhanced type definitions and added TypeScript configurations for better development experience.
2026-03-28 02:25:44 +08:00
RainbowBird
7a16121135
chore(stage-ui): remove sync schedule
2026-03-28 02:25:44 +08:00
RainbowBird
96b417f39e
fix(stage-ui): step-welcome
2026-03-28 02:25:44 +08:00
RainbowBird
ef18772798
feat(server): message queue
2026-03-28 02:25:44 +08:00
RainbowBird
9b8d1f6ab7
feat(server): flux aduit ( #1482 )
2026-03-28 02:25:44 +08:00
RainbowBird
5b1ccb55c2
fix(auth): clarify return type and avoid TS2742 in createAuth function
...
fix(tests): cast response data to any in character and provider tests
refactor(v1completions): use Array.at() for last data line retrieval
feat(accounts): add indexes for session, account, and verification tables
chore(deps): update package.json and pnpm-lock.yaml with new dependencies
refactor(onboarding): replace context injection with props in step-welcome component
2026-03-28 02:25:44 +08:00
RainbowBird
97cadd5f7a
fix(stage-ui): update onboarding provider list and improve validation logic
2026-03-28 02:25:44 +08:00
RainbowBird
1b3ade3f41
chore(stage-*): login component icon alignment
2026-03-28 02:25:44 +08:00
RainbowBird
a63bfa0da0
refactor(stage-*): useBreakpoints
2026-03-28 02:25:44 +08:00
RainbowBird
e30eba8c71
fix(stage-*): onboarding issues
2026-03-28 02:25:44 +08:00
RainbowBird
302c5cd618
fix(stage-pages): fetch credits in flux page
2026-03-28 02:25:44 +08:00
RainbowBird
82a4ea26dd
refactor(stage-ui): unify official provider to plug-able, add auth lifecycle hooks
2026-03-28 02:25:44 +08:00
RainbowBird
0f9ea751e5
feat(server): official provider router ( #1117 )
2026-03-28 02:25:44 +08:00
RainbowBird
a64446fbb7
feat(server): enhance config guard with custom error messages and add FLUX_PACKAGES handling
2026-03-28 02:25:44 +08:00
RainbowBird
fc51738209
feat(server): stripe integration and credits system ( #1024 )
2026-03-28 02:25:44 +08:00
Neko Ayaka
e8fa6c1ebd
fix(stage-layouts): incorrect place of about btn
2026-03-27 23:24:56 +08:00
LemonNeko
7dfd1c426c
fix(cap-vite): duplicate shortcut hint
2026-03-27 21:54:05 +08:00
Neko Ayaka
5535907aa8
release: v0.9.0-alpha.28
2026-03-27 18:01:13 +08:00
Neko Ayaka
2a9ae94239
fix(stage-tamagotchi): incorrect state managed for tamagotchi (desktop) hearing module
2026-03-27 17:58:45 +08:00