Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: c9b704b The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Claude finished @felixfeng33's task —— View job ✅ Changesets and changelog updatedCompleted Tasks:
SummaryCreated changesets and updated documentation for the AI review feature: Changesets created:
Documentation updated:
The changesets properly document the new AI review functionality, including the AIReviewPlugin, hooks, transforms, and UI components. Each package has its own changeset file following the guidelines for proper semantic versioning. |
| comments: AIReviewComment[]; | ||
| } | ||
|
|
||
| export function useStreamObject( |
There was a problem hiding this comment.
| export function useStreamObject( | |
| export function useStreamComments( |
|
|
||
| import { markdownJoinerTransform } from '@/registry/lib/markdown-joiner-transform'; | ||
|
|
||
| const choseToolSystem = `You are a strict classifier. Classify the user's last request as "generate", "edit", or "comment". |
There was a problem hiding this comment.
| const choseToolSystem = `You are a strict classifier. Classify the user's last request as "generate", "edit", or "comment". | |
| const chooseToolSystem = `You are a strict classifier. Classify the user's last request as "generate", "edit", or "comment". |
| if (!toolName) { | ||
| const { object: AIToolName } = await generateObject({ | ||
| enum: ['generate', 'edit', 'comment'], | ||
| model: openai('gpt-4o'), |
There was a problem hiding this comment.
| model: openai('gpt-4o'), | |
| model: google('gemini-2.5-flash'), |
Checklist
yarn typecheckyarn lint:fixyarn testyarn brlyarn changeset