remove unused onboarding research endpoints - #1563
Conversation
|
Claude finished @ishaanxgupta's task in 1m 28s —— View job Review Complete
Summary: This PR safely removes two unused onboarding API routes. No references to these endpoints exist in the codebase, so this is a clean deletion with no risk of breaking changes. Note: The PR description mentions removing the Score: 10/10 — Clean code removal, ready to ship. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 5987be9 | Commit Preview URL Branch Preview URL |
Aug 19 2026, 02:12 PM |
There was a problem hiding this comment.
Overview: Removes two unused onboarding API routes (/api/onboarding/research and /api/onboarding/extract-content) that were consuming Exa and XAI APIs.
Issues found: None — the deleted routes have no references in the codebase, making this a safe cleanup.
Note: The PR description mentions removing the @ai-sdk/xai dependency and EXA_API_KEY/XAI_API_KEY env examples, but these weren't included in this diff:
@ai-sdk/xaiis still inapps/web/package.json(line 26)EXA_API_KEYandXAI_API_KEYare still inapps/web/.env.example(lines 3-4)
Since the deleted research/route.ts was the only consumer of @ai-sdk/xai, consider removing the dependency and env examples in a follow-up to complete the cleanup.
Score: 10/10
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 5987be9 | Aug 19 2026, 02:11 PM |
What changed
/api/onboarding/researchroute/api/onboarding/extract-contentroute