- Removed timeout for backend connection
- Added telemetry for tracking backend connection success/failure
- Making release 2.0.0 as public
- Fixed package bundling issue when using repomix
- Support for database connection using Supabase
- Support for authentication using Supabase
- Support for storage using Supabase
- Updated prompts for web and mobile app creation
- Support web app creation using React and Next.js
- Cleanup webview implementation
- Updated README with techstack image
- Option to choose tech stack
- Save prompts in conversation.json
- Updated prompts for dependency components and asset creation
- Updated appdev.json with tech stack data and improved readability
- Updated prompts for dependency components to fix bugs in imports
- Benchmark - can generate simple notes and voice notes app wtihout any issues
- Help command and redirection to commands on generic flow
- Few telemetry fixes
- Added support for telemetry
- Moving to public beta
- Downgraded vscode version to 1.93.1 to support cursor
- Added support for BYOK(Bring Your Own Key)
- Using Vercel AI SDK to support Anthropic, OpenAI and OpenRouter models
- Ability to configure the model and API key for the AI models through settings
- Updated appdev.json with model and model provider data
- Switched to Zod for schema validation and removed dependency on Joi
- Updated appdev.json with generated features and components design
- Updated progress texts during code generation
- Use a single terminal for all commands
- Initial release
- Chat participant
@app-developer-mobile
for mobile app development /create
command to generate new mobile applications/run
command to start the generated application- Support for Expo and React Native app generation
- Integration with expo-router for navigation
- Component-based code generation with dependencies