Merged
Conversation
- Update math agent implementation - Improve server configurations across examples - Add plan creation and execution modules - Enhance TypeScript configurations - Add Azure code interpreter examples - Update provider utilities and compatibility layers
- Remove problematic tsconfig.tsbuildinfo file from openai-compatible package - Fix Svelte Date class usage by using SvelteDate from svelte/reactivity - All linting checks now pass
- Corrected numerous TS1484 errors by changing type imports to 'import type'. - Fixed TS1361 errors by ensuring values are imported regularly, not as types. - Addressed duplicate import and 'asReasoningText' usage issues.
…problematic example - Rename ai-sdk-error.ts to ai-toolkit-error.ts to match import expectations - Update all imports in error files to use ai-toolkit-error - Remove examples/sveltekit-openai due to Node.js v24 compatibility issues - All packages now build successfully (62/62)
- Implement comprehensive playground with multi-provider support - Add interactive chat interface with streaming responses - Include code generation with Monaco editor integration - Add example templates for common use cases - Support 10+ AI providers (OpenAI, Anthropic, Google, etc.) - Built with Next.js 15, Radix UI, and Tailwind CSS - Add provider/model configuration and switching - Include responsive design and professional UI/UX
- Remove CHANGELOG.md files from all packages - Update package.json versions across packages - Clean up repository structure
feat: Implement AI Toolkit playground and explorer
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. You can disable this status message by setting the
✨ 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 |
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.
Background
Summary
Tasks
pnpm prettier-fixto fix any formatting issuesFuture Work