> ## 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 August week 3 product update with clearer error visibility, friendlier project setup flows, and improved context handling in long chat threads.

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

  * **LLM error banners.** A UI banner now appears when Rocket encounters an LLM error, so you know exactly what happened.
  * **Smarter success messages.** Rocket now shows clear confirmation when no code changes are needed instead of leaving you wondering.
</Update>

<Update label="August 19">
  <span class="changelog-improved">Improved</span>

  * **Console errors in UI.** Application errors now surface directly in the editor, so you can troubleshoot without opening a separate console.
  * **Friendlier integration setup.** Integration flows now suggest next steps instead of immediately asking for an API key.
</Update>

<Update label="August 18">
  <span class="changelog-improved">Improved</span>

  * **Better context in long threads.** Rocket now maintains more accurate context in threads with over 2000 messages.

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

  * **Package manager fix.** Resolved issues where follow-up requests introduced extra strings or removed needed packages.
</Update>
