feat: add GET /api/chats/[id]/segment endpoint#375
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 22 minutes and 10 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Keep auth fixes (null params, null account_id checks) while preserving room + accountId return for segment/artist handlers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Smoke test results (post-conflict resolution, commit 0ce86b9)Preview URL: Test: GET /api/chats/{id}/segment
{
"status": "success",
"room_id": "21373dde-96f6-4022-82c2-ecb6be0e482e",
"segment_id": null,
"segment_exists": false
}Endpoint working correctly on the preview deployment. |
Summary
GET /api/chats/[id]/segmentendpoint for chat-to-segment lookupresolveAccessibleRoomutility for id validation, auth, and access checkslib/supabase/segment_roomsroom_id,segment_id,segment_existsValidation
pnpm test lib/chats/__tests__/resolveAccessibleRoom.test.ts lib/chats/__tests__/getChatSegmentHandler.test.tspnpm exec eslint "app/api/chats/[id]/segment/route.ts" lib/chats/getChatSegmentHandler.ts lib/chats/resolveAccessibleRoom.ts lib/chats/__tests__/resolveAccessibleRoom.test.ts lib/chats/__tests__/getChatSegmentHandler.test.ts lib/supabase/segment_rooms/selectSegmentRoomByRoomId.ts