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

> Performance issue detection, live Android notifications, viewer clone restriction, secrets exposure checks, two-way Git Sync, and more.

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

  * **GitHub Pull button state**: The Pull button now correctly switches back to a Connect state when GitHub is disconnected from global integration settings.
</Update>

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

  * **Performance issue detection and resolution**: The Performance tab now lists issues identified by the performance API with options to fix or ignore each one. Performance issues are also tracked as part of generation requests. [Learn more](/build/measure/performance)
  * **Live notifications for Android**: Android app users now receive real-time push notifications.

  <span class="changelog-improved">Improved</span>

  * **Performance tab design**: Visual refinements to the Performance tab for a cleaner layout and better readability.
  * **Viewer role clone restriction**: Users with the Viewer role can no longer clone apps, enforced with backend validation.
</Update>

<Update label="March 17">
  <span class="changelog-improved">Improved</span>

  * **Unsupported integration handling**: Rocket now detects unsupported integrations and suggests the closest available alternative.
  * **Server-side secrets exposure checks**: Added warnings when integration configurations could expose server-side secrets to the client.
</Update>

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

  * **Two-way Git Sync for Next.js**: Next.js projects created from Figma or a prompt now support two-way Git Sync. Push your code to GitHub and pull external changes back into Rocket.
  * **Published URL in accessibility audits**: Accessibility audit reports now accept published URLs, so you can evaluate your live site directly.
  * **Disconnect GitHub account**: A new toggle in workspace settings lets you disconnect your linked GitHub account.

  <span class="changelog-improved">Improved</span>

  * **Document context in app generation**: Integrated document context into the generation pipeline to improve accuracy when creating mobile and web applications.
</Update>
