> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 4

> Rocket.new July week 4 release notes: connect existing Supabase projects, persistent image memory, and smarter conversation context handling.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="July 23">
  <span class="changelog-new">New</span>

  * **Connect existing Supabase projects.** You can now link Rocket to Supabase projects that already have data and tables in place, so you do not have to start from scratch. Learn more about [connecting existing projects](/build/connectors/supabase/existing-project) and [pushing migration scripts](/build/connectors/supabase/push-migration-scripts).
</Update>

<Update label="July 22">
  <span class="changelog-improved">Improved</span>

  * **Better multi-message understanding.** Rocket follows the thread of your conversation more naturally across multiple messages.
  * **Image memory across messages.** Uploaded images are remembered if you reference them later, so you do not need to re-upload.
  * **"This screen" recognition.** Rocket now reliably understands references to "this screen" or "current screen" during edits.
  * **Faster screen list loading.** The screen list now loads independently of theme loading, keeping navigation fast.
  * **No repeated provider prompts.** Skipped provider prompts will not appear again.
</Update>

<Update label="July 21">
  <span class="changelog-improved">Improved</span>

  * **Better file change detection.** Rocket more accurately identifies which files changed during commits and avoids generating unnecessary screens.

  <span class="changelog-fixed">Fixed</span>

  * **Extra screens during edits fix.** Screen generation no longer adds unintended screens when editing existing ones.
  * **Preview tab data loss fix.** Switching between preview tabs no longer causes data to disappear.
</Update>

<Update label="July 18">
  <span class="changelog-fixed">Fixed</span>

  * **Sidebar collapse layout fix.** Collapsing the sidebar no longer causes layout issues in the editor.
  * **React header layout fix.** React app headers now render with a cleaner layout.
</Update>
