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

> Improved reliability for code generation sessions — stuck progress indicators are now automatically resolved when a session ends unexpectedly.

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

  * **Reliable code generation progress**: If a session ends unexpectedly during code generation, progress indicators now resolve automatically instead of spinning indefinitely. Completed steps are preserved so you can see exactly where things left off, and the system keeps containers alive during active generation to prevent premature interruptions.
</Update>

<Update label="June 25">
  <span class="changelog-new">New</span>

  * **Free workspace member limit**: Free workspaces now support up to 100 invited members.
</Update>

<Update label="June 24">
  <span class="changelog-fixed">Fixed</span>

  * **APK build reliability**: Resolved an issue where APK builds could fail due to redundant file watchers running simultaneously. Builds now complete consistently without interference.
</Update>

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

  * **Unfollow feedback prompt**: When you unfollow a task, a quick popup now asks why — helping us improve the follow experience.
  * **Download artifacts in Solve**: Markdown (`.md`) and HTML artifacts generated in Solve can now be downloaded directly.
</Update>

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

  * **Cleaner signal summaries**: Signal summaries no longer include raw data, making them easier to read and act on.
</Update>
