Skip to content

fix: refresh the embedded prompt and deep links - #71

Merged
a-essawy merged 1 commit into
mainfrom
fix/refresh-embedded-prompt
Aug 15, 2026
Merged

fix: refresh the embedded prompt and deep links#71
a-essawy merged 1 commit into
mainfrom
fix/refresh-embedded-prompt

Conversation

@a-essawy

Copy link
Copy Markdown
Contributor

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.

@a-essawy
a-essawy merged commit 22b4259 into main Aug 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant