AI Studio Updates
Enhancements
• Folder navigation with breadcrumbs
When browsing projects within a folder, a breadcrumb trail (e.g. “All Projects > My Folder”) allows for easy navigation back.
• Package names in details feed
When the AI adds or removes a dependency, the activity card now displays the package name instead of a generic message.
Bug Fixes
• Fixed preview not loading during code generation
Internal health checks to the preview were being obstructed by security rules, causing the preview to appear stuck on “not ready.” This issue is now resolved and live previews load with improved reliability.
• Fixed inconsistent preview status
The live preview status could differ based on which server processed your request, sometimes incorrectly indicating “not running.” The status is now checked live and is consistent.
• Fixed long project names breaking the top bar
Extremely long project names no longer push toolbar buttons off-screen.
• Fixed auto-fix overwriting AI response
When the AI automatically fixed build errors, the original helpful summary was occasionally replaced with technical fix details. The original response is now preserved.
• Fixed package installation on project reopen
Reopening a project with additional installed packages (e.g. axios) would sometimes fail to restore them. Dependencies are now correctly saved and restored.
• Prevented search engines from indexing preview links
Preview URLs are now marked as non-indexable to ensure they won’t appear in search results. Published sites remain unaffected.
• Fixed false “Something went wrong” during AI thinking
During prolonged thinking phases, the app would sometimes incorrectly display an error. The system now accurately tracks thinking activity to avoid false alarms.
Internal Improvements
• Sandbox keep-alive during long generations
The coding sandbox could time out if the AI took several minutes to think before writing files. It now remains active throughout the entire generation.
• Modal environment separation
Staging and production sandboxes now operate in isolated environments to prevent cross-contamination.
• Preview worker cleanup
Removed unused screenshot capture code and outdated comments from the injected preview script.




