> ## 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 August week 4 release notes: Twilio SMS integration, a smarter AI agent, Google Maps support for Flutter, and important build fixes.

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

  * **Twilio SMS integration.** Your apps can now send text messages through [Twilio](/build/connectors/twilio), enabling notifications, reminders, and verification codes.

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

  * **Smarter AI agent.** The agent now understands your request before acting, recommends relevant integrations, and stays aware of your current app state.
</Update>

<Update label="August 26">
  <span class="changelog-new">New</span>

  * **Google Maps for Flutter.** Embed interactive Google Maps directly in your Flutter apps for location-based features.

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

  * **Flutter package manager fix.** Resolved incorrect indentation, missing dependencies, and wrong package versions in follow-up requests.
</Update>

<Update label="August 25">
  <span class="changelog-fixed">Fixed</span>

  * **Supabase + Google Auth fix.** Fixed the infinite loader that appeared when signing in through Netlify URLs.
  * **APK build failures fix.** Resolved build failures caused by outdated or incompatible Flutter packages.
</Update>
