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

> Rocket.new July week 3 product update covering safer publishing to Netlify, better prompt instruction parsing, and proactive AI error 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 16">
  <span class="changelog-improved">Improved</span>

  * **Publish button disabled during preview.** The publish button is now disabled while a preview is generating, preventing accidental deploys.
  * **Better thread parsing.** Tool usage and results stay connected to the correct messages in long threads.
</Update>

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

  * **Enhanced instruction understanding.** Rocket interprets your requests more accurately, reducing the need to repeat yourself.
  * **Improved image context linking.** Image references in messages now link to the correct context more reliably.
</Update>

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

  * **Faster screen list display.** The screen list now loads independently of theme loading for quicker navigation.
  * **Proactive error handling.** Rocket now guides you through recovery steps after repeated failures instead of leaving you stuck.
  * **More reliable visual editing.** Visual editing for web apps is now more consistent and dependable. Learn more about [visual edit](/build/editor/visual-edit).
</Update>
