fix: refresh the embedded prompt and deep links - #71
Merged
Conversation
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.
The page embeds the full integration prompt verbatim and encodes it into the ChatGPT and Cursor deep links, so a prompt fix upstream (rendobar/rendobar#531) left three stale copies here while the hosted prompt already served the new text.
Upstream change: a 401 now names both causes (key not reaching the env, or a key that is invalid for this API such as a staging key against production) instead of only the first, and the done check tells the agent to read the job type schema rather than assume the generic job shape. Both came out of the first scored eval run.
Re-rendered the fence from buildIntegrationPrompt() and regenerated both deep links with encodeURIComponent. Cursor URL is 5,053 chars, inside the 8,000 cap. Frontmatter and nav validators pass.
Caught by the monorepo weekly sweep (pnpm check:ai-surfaces), which now compares the whole body for surfaces that embed the prompt rather than link it.