mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 18:23:01 +08:00
* Remove feature preview for the conversational AI for SQL editor. * Remove all code related to the previous implementation of editor ai. * Update the snapshots for the ai commands. * Remove unneeded code from the ai panel. * Show the diff bar when debugging. * Convert the updateEditor function into a callback. * Simplify the debugging functionality by using react state instead of react context. * Erase the AI disclaimer when formatting code as modification. * Add a button to clear the chat history.