What problem does it solve?
Reporting AI SDK bugs to the vercel/ai repository requires structured issues with logs, code blocks, versions, and reproduction steps, and shell interpolation can corrupt backticks and code blocks when creating issues from the command line.
Core Features & Use Cases
- Structured Issue Authoring: Prepares issue bodies with sections for the problem, exact error, package versions, minimal reproduction, expected behavior, and actual behavior.
- Shell-Safe Body Files: Writes complex Markdown to a temporary body file so backticks and code blocks survive shell interpolation.
- Authenticated gh CLI Workflow: Verifies
gh auth status, inspects the vercel/ai repository, and runs gh issue create with a body file, returning the created issue URL.
- Use Case: After hitting an AI SDK streaming bug, ask the assistant to draft and file a vercel/ai issue containing your error logs, package versions, and a minimal reproduction without mangling the Markdown.
Quick Start
Ask the assistant to create a vercel/ai GitHub issue describing your AI SDK bug with the error logs, package versions, and reproduction steps you provide.