Added loading state management for GitHub authentication in both LoginForm and SignupForm components. Refactored the GitHub login button to handle asynchronous operations and display a loading indicator. Improved layout consistency by adjusting flex properties in the forms.
Introduced an 'only' flag to the E2ETestFixtureSuite type, allowing developers to run a specific test suite exclusively. Added documentation to highlight its intended use and caution against committing it as true to prevent CI from skipping other tests.
Introduced a new Tiltfile to streamline local development with resources for API, Web, Gateway, E2E Tests, Drizzle Studio, and Stripe Webhooks. Added a command button to seed the database.
Updated the ModelFetch guide to reflect the platform's evolution:
- Updated description to emphasize multi-runtime support without vendor lock-in
- Expanded supported runtimes list from 5 to 12+ platforms
- Added support for Next.js, Netlify, Fastly, Supabase, Gcore, AWS Lambda, Azure Functions
- Simplified deployment section with link to ModelFetch docs for detailed guides
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add new guide for creating MCP servers with ModelFetch SDK
- Update quickstart to include ModelFetch as first TypeScript option
- Add navigation entry in docs.json
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>