gitdataai/libs
ZhenYi a527428b2d fix(frontend): room streaming, dedup, reactions, uploads, and render perf
- room-context: dedup by id not seq (streaming seq=0); single atomic
  setStreamingContent with delta detection; preserve reactions from WS
- MessageBubble: fix avatar lookup (members before IIFE); handleReaction
  deps (no message.reactions); add reactions to wsMessageToUiMessage
- MessageInput: memoize mentionItems; fix upload path with VITE_API_BASE_URL
- IMEditor: warn on upload failure instead of silent swallow
- RoomSettingsPanel: sync form on room switch; loadModels before useEffect
- DiscordChatPanel: extract inline callbacks to useCallback stable refs
2026-04-21 13:43:38 +08:00
..
agent feat(agent): pass AppConfig through ToolContext and fix tool call handling 2026-04-20 19:32:03 +08:00
agent-tool-derive
api fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
avatar
config feat(config): add storage configuration module 2026-04-20 15:44:54 +08:00
db
email fix(email): resolve SMTP connection failures (port 465 SMTPS, URL double scheme, retry backoff) 2026-04-19 01:04:11 +08:00
frontend chore(frontend): update frontend build configuration 2026-04-20 15:45:35 +08:00
git fix(git): multiple branch and upstream query bugs 2026-04-17 16:30:58 +08:00
migrate feat(room): read model_id in search results, register m20260420_000003 migration 2026-04-20 16:08:35 +08:00
models chore(models/users): update user notification model 2026-04-20 15:45:08 +08:00
queue chore(queue): update queue types 2026-04-20 15:45:13 +08:00
room feat(room): add attachment_ids to messages, pass AppConfig, increase max_tool_depth to 1000 2026-04-20 19:32:22 +08:00
rpc fix(frontend): room streaming, dedup, reactions, uploads, and render perf 2026-04-21 13:43:38 +08:00
service fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
session feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
transport
webhook