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

> Rocket.new May week 1 changelog: new Workspaces Listing view, Supabase refresh token fix, hydration error detection, and Intelligence credit updates.

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

  * **Hydration error detection**: Added a hydration error detector to the Next.js linting pipeline to catch and resolve SSR/client render mismatches in generated code.
</Update>

<Update label="May 4">
  <span class="changelog-new">New</span>

  * **View all workspaces menu**: A new Workspaces Listing view shows every workspace you own in one place, with visibility into members, their roles, tasks, projects, and messages for easier collaboration and management. [Learn more](/getting-started/workspace/overview#view-all-workspaces)

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

  * **Supabase refresh token**: Resolved a refresh token issue that was causing intermittent session drops in Supabase-connected projects.
</Update>
