> ## 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 weekly update for April week 3: connector reliability fixes, clearer error messaging in Build, and agent-aware UI controls for smoother runs.

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

  * **Next.js route update logic**: Enhanced initial route update logic to check for a `page.tsx` file.
  * **Media deduplication**: Improved media deduplication handling based on usage.
  * **Filename extraction from image URLs**: More accurate file identification across all image processing scenarios.
</Update>

<Update label="April 15">
  <span class="changelog-new">New</span>

  * **Project-level collaboration**: Added collaboration at the project level. [Learn more](/getting-started/collaboration/project)

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

  * **Connector disconnect warning**: A dynamic warning message now appears when disconnecting any connector.
  * **Connector controls during agent activity**: The connector connect flow is disabled while the agent is in sleep mode or code generation mode.
  * **Project selection during agent activity**: Project selection is disabled while the agent is in sleep mode or code generation mode.
</Update>

<Update label="April 14">
  <span class="changelog-fixed">Fixed</span>

  * **Connector edge cases**: Resolved edge case issues with connectors.
  * **Error messages in connectors**: Proper error messages now display in the Notion and Google connectors within projects.
</Update>
