---
number: 26327
slug: 26327-dashboard-weekly-updates-06-05-24-13-05-24
published: 2024-05-15
discussion: https://github.com/orgs/supabase/discussions/26327
labels:
  - frontend
page: https://supabase.com/changelog/26327-dashboard-weekly-updates-06-05-24-13-05-24
---

# Dashboard Weekly Updates [06/05/24 - 13/05/24]

## Conversational AI assistant in the SQL Editor

<img src="https://github.com/supabase/supabase/assets/19742402/e808cf41-d9d4-4501-847b-7c0ccfcb8cb3" />

This was previously behind a feature flag but we're now making this available by default, which will replace the existing single prompt UI that you saw previously at the top of the SQL editor. Once again, thank you all so much for the feedback that you've left us - we really appreciate them and they definitely do help in guiding us towards the ideal dashboard experience for everyone. 🙂🙏

We're also aware that the feature preview functionality is missing in the local set up - rest assured we're looking into it and hope to get a fix out soon for everyone!

PR: [https://github.com/supabase/supabase/pull/23142](https://github.com/supabase/supabase/pull/23142)

Link: [https://supabase.com/dashboard/project/_/sql](https://supabase.com/dashboard/project/_/sql)

## A step towards slightly more contextual error messages

<img src="https://github.com/supabase/supabase/assets/19742402/f3876b34-a6d3-452a-97ec-5ae931cc8971" />

A topic that came up in one of our discussions internally was regarding self-serviceability, and we realised that our error messages could do a much better job than just informing users what the error is about - especially when their errors from Postgres directly and the messages could be slightly cryptic for those not familiar with Postgres (yet 😉). The PR linked here is just a small idea and example for what we plan to do with error messages in the future, by giving users more context about the errors like possible solutions and links to relevant documentation. Hopefully this will make using the dashboard slightly more easier 🙂

PR: [https://github.com/supabase/supabase/pull/23135](https://github.com/supabase/supabase/pull/23135)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Other improvements and bug fixes

[Branching](https://supabase.com/dashboard/project/_/branches)
- Disable branch reset while branch is initializing ([PR](https://github.com/supabase/supabase/pull/23703))

[Database](https://supabase.com/dashboard/project/_/database/tables)
- Allow searching for schema and tables when creating indexes ([PR](https://github.com/supabase/supabase/pull/25821))
- Allow SQL language for writing database functions ([PR](https://github.com/supabase/supabase/pull/25986))
