gitdataai/libs/room/src
ZhenYi abcfc5b3bb refactor(room): simplify room core modules and connection handling
Extract connection pool management and helper utilities.
Remove redundant metrics indirection, expose counters directly.
Trim room.rs boilerplate and move AI queue logic to room_ai_queue.
2026-04-30 19:16:33 +08:00
..
service refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
ai.rs fix(room): never expose AI model UID to frontend 2026-04-28 23:21:45 +08:00
category.rs init 2026-04-15 09:08:09 +08:00
connection.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
draft_and_history.rs fix(room): fix scrolling lag, N+1 queries, and multiple WS token requests 2026-04-17 21:08:40 +08:00
error.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
helpers.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
lib.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
member.rs refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
message.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
metrics.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
notification.rs chore: API and frontend UI adjustments 2026-04-25 09:54:05 +08:00
pin.rs init 2026-04-15 09:08:09 +08:00
reaction.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
room_ai_queue.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
room.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
search.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
thread.rs init 2026-04-15 09:08:09 +08:00
types.rs refactor(room): simplify room core modules and connection handling 2026-04-30 19:16:33 +08:00
ws_context.rs init 2026-04-15 09:08:09 +08:00