fix: keep reports on profile save and stop billed Seer auto-retry - #78
Merged
Merged
Conversation
Profile Save always called /api/profile/invalidate-cache, which deleted
comprehensiveMysticalProfiles/{uid}. Cosmetic or note-only saves then wiped
every catalog reading while mysticalProfileGenerated and allReportsReady
stayed true, so Generate skipped and resume never refilled.
Co-authored-by: Andy Oliver Rozario <andyrozario7@gmail.com>
Ask-the-Seer gates debit PAYG credits (or consume the per-tool free instance) before the LLM runs. Face Reading, Runes, KP, Horary, Feng Shui, and Dream Symbols auto-retried 5xx and thrown fetches, so one send could burn the free instance and then charge a credit. Co-authored-by: Andy Oliver Rozario <andyrozario7@gmail.com>
Match the invalidate-cache route: profile save must not imply wiping stored reports. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main: #74 (do not deletecomprehensiveMysticalProfileson profile save) and #75 (do not auto-retry billed tool Seer chats).Test plan
pnpm test(75 suites / 402 tests)pnpm run security(0 high+)pnpm exec eslinton touched files (warnings only, pre-existing)Made with Cursor