gitdataai/libs/models/rooms
ZhenYi 07e74c230c
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat: thinking_content column + first-project budget logic
- Add thinking_content column to room_message table
- Migration for thinking_content column
- ws-protocol update with streaming chunk types
- Billing: first project gets $10, first workspace gets $30
- Subsequent projects/workspaces get $0 budget
2026-04-26 13:11:06 +08:00
..
mod.rs feat(models/rooms): add room attachment model and update room message/notifications 2026-04-20 15:45:03 +08:00
room_ai.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
room_attachment.rs feat(models/rooms): add room attachment model and update room message/notifications 2026-04-20 15:45:03 +08:00
room_category.rs init 2026-04-15 09:08:09 +08:00
room_member.rs init 2026-04-15 09:08:09 +08:00
room_message_edit_history.rs init 2026-04-15 09:08:09 +08:00
room_message_reaction.rs init 2026-04-15 09:08:09 +08:00
room_message.rs feat: thinking_content column + first-project budget logic 2026-04-26 13:11:06 +08:00
room_notifications.rs feat(models/rooms): add room attachment model and update room message/notifications 2026-04-20 15:45:03 +08:00
room_pin.rs init 2026-04-15 09:08:09 +08:00
room_thread.rs init 2026-04-15 09:08:09 +08:00
room.rs init 2026-04-15 09:08:09 +08:00