Files
OpenQode/bin/goose-ultra-final
Gemini AI c1b5adbde8 fix(automation): Switch to Build Mode for Backend Generation
- Modified Views.tsx to keep the user in GlobalMode.Build instead of switching to Chat when generating a backend.
- Added intelligent system prompt routing in LayoutComponents.tsx for [BACKEND_REQUEST] to ensure the AI knows how to generate a server.js file.
c1b5adbde8 · 2025-12-20 16:05:22 +04:00
History
..

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/12OdXUKxlvepe5h8CMj5H0ih_7lE9H239

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev