> ## 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 October week 4 product update introducing token rollover across billing cycles, faster response streaming, and auto-run for safe agent actions.

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="October 29">
  <span class="changelog-new">New</span>

  * **Token rollover**: Unused tokens carry over to the next month instead of expiring. Yearly plans roll over within the 12-month term and reset at renewal. [Learn more](/getting-started/pricing).
</Update>

<Update label="October 28">
  <span class="changelog-improved">Improved</span>

  * **Faster streaming replies**: AI responses arrive noticeably faster, making the chat feel more responsive.
  * **Clearer APK download status**: A queue message appears while your APK is being prepared, followed by a summary when it is ready. [Learn more](/launch/download-app).
</Update>

<Update label="October 27">
  <span class="changelog-improved">Improved</span>

  * **Stable Flutter packages by default**: Package version selection now avoids unstable pre-release versions automatically, keeping builds predictable.
  * **Auto-run safe actions**: Routine, low-risk actions now run automatically, saving clicks on repetitive tasks while you stay in control.
</Update>
