> ## 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 5

> Rocket.new December week 5 release notes: error-free first generation, image handling improvements, and streamlined Supabase setup for Flutter apps.

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="December 31">
  <span class="changelog-improved">Improved</span>

  * **Error-free first generation**: Rocket detects and resolves errors during generation before showing you the output. The generate, hit error, fix, regenerate loop is gone.
  * **Image generation improvements**: Token handling is optimized and logos generate more consistently.
</Update>

<Update label="December 30">
  <span class="changelog-improved">Improved</span>

  * **update-app-name command**: Now works on both mobile and web tasks. [See all commands](/build/editor/commands)

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

  * **Supabase Flutter setup**: Required package dependencies are added automatically during project creation. Eliminates a common source of build errors.
</Update>
