Rebrand OpenSEO to Sightline for Mackman Group self-hosting - #346
Closed
funkylarma wants to merge 1 commit into
Closed
funkylarma wants to merge 1 commit into
funkylarma wants to merge 1 commit into
Conversation
Renames user-facing branding across the app shell, onboarding, auth, billing, MCP server metadata, and SAM's system prompt/skill content. Removes web/ (OpenSEO's own marketing site) and the dub.ts/loops.ts referral-tracking and hosted-transactional-email modules, which aren't relevant to an internal self-hosted deployment behind Cloudflare Access. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
RatomatoR
pushed a commit
to RatomatoR/open-seo
that referenced
this pull request
Sep 18, 2026
…very-app#346) * Fix: don't mask DataForSEO 40501 validation errors as empty results isNoResultsTask classified any task with status_code 40501 as a successful empty result, but 40501 is not unique to "No Search Results" — DataForSEO also returns it for validation rejections like "Invalid Field: 'target'.". After the Business Listings and Q&A endpoints opted into treatNoResultsAsEmpty, invalid-field 40501 responses (reachable via the MCP search_local_businesses categories input, which accepts arbitrary strings) were silently masked as empty successes — billed and tracked, but hiding the real provider validation error. Match on the status message ("no search results") instead of the ambiguous code so charged validation failures flow through to DataforseoChargedTaskError with the diagnostic message, while genuine no-results responses still return as empty successes. Fixes all call sites uniformly (Business, SERP live, SERP task_get polling). * Format isNoResultsTask per prettier
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.
Renames user-facing branding across the app shell, onboarding, auth, billing, MCP server metadata, and SAM's system prompt/skill content. Removes web/ (OpenSEO's own marketing site) and the dub.ts/loops.ts referral-tracking and hosted-transactional-email modules, which aren't relevant to an internal self-hosted deployment behind Cloudflare Access.