Conversation
Greptile SummaryThis PR adds two new methods —
PR checklist areas needing improvement:
Score: 50 / 100 Confidence Score: 2/5Not safe to merge — contains a runtime bug (relative URL parse error), bypasses the typed internal API client via unsafe casting, and has significant code quality issues inconsistent with the rest of the codebase Score of 2 reflects a runtime bug in the no-baseURL case that is masked by inadequate tests, combined with systematic deviation from established patterns (as-any casting, raw fetch, Promise returns, and duplicated logic). The feature is functional only in the happy path when a valid baseURL and token are configured. src/lib/email.ts requires the most attention for the implementation issues; tests/email/emailApi.test.ts needs fetch mocking and success-path coverage Important Files Changed
|
No description provided.