chore: fix leftover react-ai project name in bug report template - #1249
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 5 remain after this review. 📝 WalkthroughWalkthroughThe issue template now references TanStack AI and its Discussions. The model catalog now uses inline modality arrays with unchanged values. ChangesBug Report Guidance
Model Catalog Formatting
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change corrects project naming and the npm badge in the bug-report template, with no supplied evidence of product-code or runtime impact; no actionable merge-blocking risk remains after normal checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description includes the required Changes, Checklist, and Release Impact sections. It explains the changes, testing status, and lack of release impact. Additional testing and rollback details provide useful context. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The bug report template referred to this project as "react-ai" and linked its version badge to the nonexistent @tanstack/react-ai npm package (404) — leftover from a template likely copied from a React-first TanStack repo. Use the correct name and package, @tanstack/ai, matching the rest of the template. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
f7c4352 to
fb3214b
Compare
|
View your CI Pipeline Execution ↗ for commit 908b6c3
☁️ Nx Cloud last updated this comment at |
@tanstack/ai
@tanstack/ai-acp
@tanstack/ai-angular
@tanstack/ai-anthropic
@tanstack/ai-bedrock
@tanstack/ai-byteplus
@tanstack/ai-claude-code
@tanstack/ai-client
@tanstack/ai-code-mode
@tanstack/ai-code-mode-snippets
@tanstack/ai-codex
@tanstack/ai-cohere
@tanstack/ai-devtools-core
@tanstack/ai-durable-stream
@tanstack/ai-elevenlabs
@tanstack/ai-event-client
@tanstack/ai-fal
@tanstack/ai-gemini
@tanstack/ai-grok
@tanstack/ai-grok-build
@tanstack/ai-groq
@tanstack/ai-isolate-cloudflare
@tanstack/ai-isolate-daytona
@tanstack/ai-isolate-node
@tanstack/ai-isolate-quickjs
@tanstack/ai-isolate-quickjs-bun
@tanstack/ai-llmgateway
@tanstack/ai-lovable
@tanstack/ai-mcp
@tanstack/ai-memory
@tanstack/ai-mistral
@tanstack/ai-octane
@tanstack/ai-ollama
@tanstack/ai-openai
@tanstack/ai-opencode
@tanstack/ai-openrouter
@tanstack/ai-perplexity
@tanstack/ai-persistence
@tanstack/ai-preact
@tanstack/ai-react
@tanstack/ai-react-ui
@tanstack/ai-sandbox
@tanstack/ai-sandbox-cloudflare
@tanstack/ai-sandbox-daytona
@tanstack/ai-sandbox-docker
@tanstack/ai-sandbox-local-process
@tanstack/ai-sandbox-sprites
@tanstack/ai-sandbox-vercel
@tanstack/ai-solid
@tanstack/ai-solid-ui
@tanstack/ai-svelte
@tanstack/ai-utils
@tanstack/ai-vercel-gateway
@tanstack/ai-vertex
@tanstack/ai-vue
@tanstack/ai-vue-ui
@tanstack/openai-base
@tanstack/preact-ai-devtools
@tanstack/react-ai-devtools
@tanstack/solid-ai-devtools
@tanstack/svelte-ai-devtools
commit: |
The bug report template called this project "react-ai" and pointed its version badge at the nonexistent
@tanstack/react-ainpm package. This fix uses the correct name,@tanstack/ai, in both places.🎯 Changes
.github/ISSUE_TEMPLATE/bug_report.ymlhad three leftovers from a template copied from a React-first TanStack repo:@tanstack/react-ai, which returns a 404 on npm. It now points at@tanstack/ai, the real published package (confirmed withnpm view @tanstack/ai version).No other file in
.github/has the same leftover (checked with a repo-wide search).✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.docs/or a published package).🚀 Release Impact
Testing
Commands run: none — this is a text-only change to a GitHub issue form (YAML). No test target covers
.github/ISSUE_TEMPLATE/.Manual test:
main— the intro says "react-ai" twice, and the version badge 404s (npm view @tanstack/react-ai→404 Not Found).@tanstack/ai, which resolves (npm view @tanstack/ai version→0.49.1).How this PR makes testing easy: the diff is 3 lines; reading it is the test.
Risk / rollback
None — text-only change to a GitHub issue form, no code path affected. Revert is a plain
git revertof this PR.Summary by CodeRabbit
@tanstack/aipackage.