Conversation
TeoSlayer
marked this pull request as draft
September 16, 2026 15:47
This was referenced Sep 16, 2026
TeoSlayer
marked this pull request as ready for review
September 16, 2026 15:55
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
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.
Prepare the community web app and authenticated CLI for a reviewed production rollout. Production has been restored to its original v0.2.5 binary/config/public routing; the portal and automatic engine updates are disabled. Do not merge, publish a release, or deploy without a new explicit instruction. The cancelled manual build did not deploy these changes.
This PR now targets
mainand consolidates all pending work from #56 and #57 with the limits and quality changes. The earlier community/CLI implementation from merged #55 is part of the complete candidate tree. No additional main-branch changes have been merged./api/limitskeep the UI consistent with policy.Public
/search,/answerand/researchnow route through portal quotas. They accept GET withq; existing public POST, streaming and advanced native parameter users require migration. Loopback engine access remains available to operators. Check these consumers before approval.Production rollout and rollback handoff covers signed artifacts, baseline backups, HNSW readiness, moderation and guarded ingestion gates, the old standalone service override, account backups, browser/CLI checks, and rollback. A portal-only deployment on v0.2.5 cannot activate contributions: the reviewed engine must supply the guarded endpoints. No fallback to unguarded indexing is permitted.
Stripe adds one prepaid pack: $5 for 50,000 credits, or $0.10 per 1,000 extra requests. One credit still pays for an extra Search, Answer or Research request; existing hard caps remain. This is one tenth of Parallel's cheapest listed Search price and less than one tenth of Exa Search, checked 2026-09-16. This compares posted prices, not result quality or feature parity.
Checkout is card-only, one-time and hosted by Stripe. No subscriptions, auto top-ups or pre-created Price IDs. Activation requires
STRIPE_SECRET_KEYplusSTRIPE_WEBHOOK_SECRET. Signed paid-session webhooks validate the local order and grant credits once; refunds revoke purchased credits proportionally. The browser return URL cannot grant credits. See Stripe setup and credentialed test checklist. No real keys were used and no charges were made.Validation: community and CLI race suites passed; Stripe tests cover configuration/auth/CSRF, server-owned prices, retry idempotency, strict webhook signatures, unpaid/mismatched sessions, concurrent and duplicate fulfillment, restart persistence, transaction rollback and partial/full/out-of-order refunds. Vet and JavaScript syntax passed; browser verified the signed-in $5 purchase button, pack size, cap disclosure, and disabled state without configuration. Test/live checkout retries are isolated and have a regression test; Stripe test mode must use an isolated account database. Earlier full PR CI and local crawl/serve smoke passed before Stripe; Full CI passed for final commit
5cf4822: formatting, full vet, Linux ARM64 compilation and the complete race/coverage suite. Snyk passed; merge state is clean and auto-merge remains disabled. A real Stripe test-mode Checkout and webhook delivery still need credentials before live activation.No deployment, release or merge is authorized. Production remains restored to the original v0.2.5 setup with the portal and updater disabled.