> ## 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 weekly product update: ICO favicon upload support, fixed image generation in visual edits, and improved reliability for SEO audits in Build.

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="March 25">
  <span class="changelog-fixed">Fixed</span>

  * **Image generation in visual edits**: Resolved an issue where image generation failed during visual edits because the image description was empty.
</Update>

<Update label="March 24">
  <span class="changelog-new">New</span>

  * **ICO image upload support**: ICO files are now recognized during upload detection and validation.
</Update>

<Update label="March 23">
  <span class="changelog-fixed">Fixed</span>

  * **SEO audit reliability**: Improved the SEO audit tool to gracefully handle missing or null API response fields, preventing processing errors.
</Update>
