gitdataai/libs/room/src
ZhenYi 6edacbcdf2 fix(billing): track actual tokens in ReAct mode instead of hardcoded 0/0
- process_react now returns (String, i64, i64) tuple with token counts
- Extract token stats from rig Agent FinalResponse usage field
- Both streaming and non-streaming ReAct modes now bill correctly
2026-04-28 10:04:54 +08:00
..
service fix(billing): track actual tokens in ReAct mode instead of hardcoded 0/0 2026-04-28 10:04:54 +08:00
ai.rs feat(room): add WS events for AI config and repo lifecycle changes 2026-04-26 23:58:33 +08:00
category.rs init 2026-04-15 09:08:09 +08:00
connection.rs fix: resolve multiple bugs across backend and frontend 2026-04-27 13:54:21 +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 feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
lib.rs feat(room): update room lib (connection, helpers, member, message, notification, reaction, room, search, service, types) 2026-04-20 15:45:18 +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 feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
metrics.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +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 feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
room_ai_queue.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
room.rs fix(room): add cascade deletes and fix QuerySelect trait import 2026-04-27 16:40:28 +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 feat(room): add WS events for AI config and repo lifecycle changes 2026-04-26 23:58:33 +08:00
ws_context.rs init 2026-04-15 09:08:09 +08:00