Skip to main content
Apr 5, 2026
API, Web, Desktop, Mobile, Bots, CLI

Mobile v0.5.0

Features

  • WhatsApp Integration: Chat with GAIA on WhatsApp, bringing your agent to your favorite messaging app.

Performance

  • Todos Performance: Faster task loading and smoother scrolling in the mobile todos view.
Feb 27, 2026
API, Web, Desktop, Mobile, Bots, CLI

Mobile v0.4.0

Features

  • LangChain Middleware and Skills Support: Mobile app now benefits from the shared LangChain middleware layer, VFS abstraction, and agent skills system
  • Dependency Updates: Updated package dependencies for improved stability and compatibility
Feb 16, 2026
API, Web, Mobile, Desktop

Mobile v0.3.0

Features

  • Automatic workflow creation mirroring the web experience for on-the-go automation
  • MCP tooling and execution history support aligned with backend orchestration improvements
Jan 29, 2026
API, Web, Mobile

Mobile v0.2.0

Features

  • Chat streaming with SSE client integration for real-time message delivery on mobile
  • Push notifications with Firebase Cloud Messaging, custom notification sound, and device token lifecycle management
  • Real-time WebSocket notifications with secure subprotocol-based authentication
  • Tool data cards and interactive follow-up actions rendered inline within chat messages
  • Bearer token authentication replacing cookie-based auth for native mobile sessions
  • Zustand state management integrated across the app for consistent global state
  • Settings sheet with redesigned chat UI components and styling utilities
  • Connect drawer for quick access to integrations from the chat input
  • Chat history with dynamic loading, multi-part message support, and progress indicators
  • Playful AI thinking messages with animated loading states in chat bubbles
  • App logo and splash screen updated to new branding

Bug Fixes

  • Fixed page stacking when selecting chats by using navigation replacement instead of push
  • Improved push notification token management and error handling
  • Resolved audio bar visualizer sensitivity bug
Dec 21, 2025
API, Web, Mobile, Desktop

Mobile v0.1.1

Features

  • Chat with AI: Full chat feature on mobile with hooks, context management, and streaming AI responses
  • WorkOS authentication: SSO integration for mobile with authenticated routing, session management, and a user dropdown menu
  • Theme system: Light and dark theme toggle with NativeWindCSS, reusable UI components, and a design-system-aligned color palette

Improvements

  • Chat sidebar redesign: New sidebar header with search and new chat button, updated icon library to Hugeicons and Lucide React Native
  • Reusable component library: Introduced a comprehensive set of UI components including RaisedButton, color utilities, and global theme variables
Dec 19, 2025

Mobile v0.1.0

Foundation

  • Expo SDK 54: Built on Expo SDK 54 with Expo Router v6, React Compiler enabled, and the new React Native architecture turned on
  • UI Component Library: 18+ reusable components built on @rn-primitives — avatar, button, card, checkbox, dialog, dropdown-menu, input, popover, raised-button, select, skeleton, toggle, tooltip, and more
  • NativeWind Styling: Tailwind CSS for React Native with a surface color system, custom spacing, and full light and dark theme support
  • Icon System: @hugeicons/react-native and Lucide React Native for consistent iconography across the app
  • Feature-Based Architecture: Code organized into features/auth/ and features/chat/ with co-located components, hooks, utilities, and types