Conversational AI assistant now available as part of the SQL Editor#
As part of our ongoing efforts to introduce the AI assistant across the dashboard, we're bringing the AI assistant to the SQL Editor next! Some of you might have already been using the AI assistant in the SQL Editor through the green bar at the top of the editor - we're sprucing it up by extending it further to a conversational UX. Go back and forth with the assistant and apply the code snippets that you deem to be the most appropriate!
This is currently under a feature preview - you may enable this feature by clicking on the user icon while in a project at the bottom of the side navigation bar and selecting "Feature previews". From there just enable the preview under "SQL Editor Conversational Assistant". And as always, we're incredibly open to any feedback for this, so give us a shout right here!
PR: https://github.com/supabase/supabase/pull/21388
Link: https://supabase.com/dashboard/project/_/sql/new
Other improvements and bug fixes#
- Fix creating a table will automatically trim for whitespaces (PR)
- Fix snippet names not truncating (PR)
- Fix error message not surfacing in new RLS UI from feature preview (PR)
- Fix light mode styling for code editor (PR)