feat: add an ai target that converts a HAR into a copy-pastable AI prompt#343
Open
erunion wants to merge 3 commits into
Open
feat: add an ai target that converts a HAR into a copy-pastable AI prompt#343erunion wants to merge 3 commits into
ai target that converts a HAR into a copy-pastable AI prompt#343erunion wants to merge 3 commits into
Conversation
…prompt Adds a new `ai` target with a single `prompt` client whose output is a plain-text prompt describing the request (method, URL, headers, body) that can be pasted into any AI model to generate code for making it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
When supplied, appends "Check <URL> for more info." to the end of the generated prompt. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…wnURL` Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
erunion
marked this pull request as ready for review
July 17, 2026 20:53
anandkumarpatel
approved these changes
Jul 17, 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.
🧰 Changes
Adds a new
aitarget andpromptclient for generating copy-and-pastable prompts for any AI model (ChatGPT, Claude, etc.) that asks the model to write code that makes the described HTTP request.🧬 QA & Testing
This is what it looks like:
And when the client target is supplied a
markdownURL: