> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withplato.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Latest Updates

<style>
  {`
    @import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100;200;300;400;500;600;700;800;900&display=swap');

    .changelog-container {
      font-family: 'Roboto Flex', -apple-system, BlinkMacSystemFont, sans-serif;
      max-width: 800px;
      margin: 0 auto;
      background-color: #f5f5f5;
      color: #000000;
      line-height: 1.6;
    }

    .changelog-header {
      text-align: center;
      margin-bottom: 3rem;
      padding: 2rem 0;
    }

    .changelog-title {
      font-size: 2.5rem;
      font-weight: 600;
      color: #A0472B;
      margin-bottom: 1rem;
    }

    .changelog-subtitle {
      font-size: 1.2rem;
      color: #1e3a5f;
      font-weight: 400;
    }

    .changelog-entry {
      margin-bottom: 4rem;
      background: white;
      border-radius: 8px;
      padding: 2rem;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .entry-date {
      font-size: 0.9rem;
      color: #666;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 0.5rem;
    }

    .entry-title {
      font-size: 1.8rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 1.5rem;
    }

    .entry-section {
      margin-bottom: 2rem;
    }

    .section-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #A0472B;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .section-items {
      margin-left: 1.5rem;
    }

    .section-items li {
      margin-bottom: 0.75rem;
      color: #333;
    }

    .feature-badge {
      background: #A0472B;
      color: white;
      padding: 0.2rem 0.6rem;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 500;
    }

    .improvement-badge {
      background: #f4975a;
      color: white;
      padding: 0.2rem 0.6rem;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 500;
    }

    .fix-badge {
      background: #1e3a5f;
      color: white;
      padding: 0.2rem 0.6rem;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 500;
    }

    .major-feature-badge {
      background: #A0472B;
      color: white;
      padding: 0.2rem 0.6rem;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 500;
    }

    /* Small date headings for sidebar navigation */
    h2 {
      font-size: 0.9rem !important;
      color: #666 !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.5px !important;
      margin-bottom: 0.5rem !important;
      margin-top: 3rem !important;
    }

    /* Feature title headings */
    h3 {
      font-size: 1.8rem !important;
      font-weight: 600 !important;
      color: #000 !important;
      margin-bottom: 1rem !important;
      margin-top: 0 !important;
    }

    /* Version text styling */
    .version-text {
      font-size: 0.9rem;
      color: #666;
      font-weight: 500;
      margin-bottom: 1.5rem;
    }

    /* Category badge */
    .category-text {
      font-size: 0.9rem;
      color: #A0472B;
      font-weight: 600;
      margin-bottom: 1rem;
      text-transform: uppercase;
    }

    /* Content styling */
    .changelog-content {
      margin-bottom: 2rem;
      line-height: 1.6;
    }

    .changelog-content p {
      margin-bottom: 1rem;
    }

    .whats-new {
      margin-top: 1.5rem;
    }

    .whats-new h4 {
      font-size: 1.1rem;
      font-weight: 600;
      color: #A0472B;
      margin-bottom: 0.5rem;
    }

    .whats-new ul {
      margin-left: 1rem;
    }

    .whats-new li {
      margin-bottom: 0.5rem;
      color: #333;
    }
    `}
</style>

***

## September 19, 2025

### Meeting Bot Reliability Improvements

<div className="version-text">
  v0.0.7
</div>

<div className="category-text">
  Bug Fix & Enhancement
</div>

<div className="changelog-content">
  <p>
    Improved meeting bot reliability with smarter user detection
    and cleaner system operations. Your meeting transcripts now
    process more reliably with better error handling.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Smarter user detection when processing meeting transcripts
      </li>

      <li>
        Fixed database compatibility issues that could cause failures
      </li>

      <li>
        Cleaner system logs for easier troubleshooting
      </li>

      <li>
        More reliable webhook processing for meeting recordings
      </li>

      <li>
        Improved error handling to prevent transcript loss
      </li>
    </ul>
  </div>
</div>

***

## September 12, 2025

### Meeting Bot with Transcript Storage

<div className="version-text">
  v0.0.6
</div>

<div className="category-text">
  Major Feature
</div>

<div className="changelog-content">
  <p>
    Introduced automated meeting bot that joins meetings, captures transcripts, and stores them for AI analysis. Features Google Calendar integration and secure transcript processing pipeline.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Automated meeting bot with Recall.ai integration
      </li>

      <li>
        Google Calendar OAuth for seamless meeting access
      </li>

      <li>
        Real-time transcript capture and storage in Supabase
      </li>

      <li>
        AI-ready transcript processing with user isolation
      </li>

      <li>
        Meeting bot toggle controls in configuration section
      </li>

      <li>
        Webhook handlers for recording and transcript events
      </li>
    </ul>
  </div>
</div>

## September 8, 2025

### Enhanced Email Follow-up Configuration

<div className="version-text">
  v0.0.5
</div>

<div className="category-text">
  🎨 Improvement
</div>

<div className="changelog-content">
  <p>
    Added comprehensive custom follow-up configuration for AI-generated emails. Users can now specify email length, tone, type, and maintain an avoid-words list for personalized email generation.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        5 email length options (one-liner to long)
      </li>

      <li>
        6 tone variations (professional, analytical, conversational, etc.)
      </li>

      <li>
        6 email types (follow-up, value-add, reminder, revival, negotiation, proposal)
      </li>

      <li>
        Custom avoid-words list with badge-based UI
      </li>
    </ul>
  </div>
</div>

***

## September 5, 2025

### Meeting Bot Auto-Join Functionality

<div className="version-text">
  v0.0.4
</div>

<div className="category-text">
  🤖 Feature
</div>

<div className="changelog-content">
  <p>
    Launched automated meeting bot that joins Google Calendar meetings to capture transcripts with real-time status updates and seamless calendar integration.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Automated meeting participation via Google Calendar OAuth
      </li>

      <li>
        Integration with Recall.ai for transcription services
      </li>

      <li>
        Real-time toggle with calendar connection validation
      </li>

      <li>
        New meeting bot API endpoints and webhook support
      </li>
    </ul>
  </div>
</div>

***

## August 28, 2025

### AI Teammate Inbox Interface

<div className="version-text">
  v0.0.3
</div>

<div className="category-text">
  📥 Major Feature
</div>

<div className="changelog-content">
  <p>
    Released the central AI teammate inbox with Outlook-style layout, featuring resizable panels, progressive loading states, and real-time agent execution tracking.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Outlook-style resizable panel layout
      </li>

      <li>
        Real-time Supabase subscriptions for live updates
      </li>

      <li>
        Progressive UI with animations and multi-step workflows
      </li>

      <li>
        Structured database storage for all AI task results
      </li>
    </ul>
  </div>
</div>

***

## August 20, 2025

### Mastra AI Framework Integration

<div className="version-text">
  v0.0.2
</div>

<div className="category-text">
  ⚡ Improvement
</div>

<div className="changelog-content">
  <p>
    Updated to Mastra AI framework v0.13.2 with enhanced agent capabilities, tool broadcasting, and improved Deal Reviver agent for meeting analysis.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Enhanced Composio integration for dynamic tool calling
      </li>

      <li>
        Improved agent execution with streaming responses
      </li>

      <li>
        Better error handling and status tracking
      </li>

      <li>
        Real-time tool broadcasting during agent execution
      </li>
    </ul>
  </div>
</div>

***

## August 15, 2025

### Authentication and Layout Improvements

<div className="version-text">
  v0.0.1
</div>

<div className="category-text">
  🔧 Bug Fix
</div>

<div className="changelog-content">
  <p>
    Fixed authentication flow issues and modernized application layout with new sidebar architecture and improved protected route handling.
  </p>

  <div className="whats-new">
    <p className="whats-new-title">What's New:</p>

    <ul>
      <li>
        Migrated to modern sidebar-2 implementation
      </li>

      <li>
        Enhanced authentication with better session management
      </li>

      <li>
        Improved Supabase integration and waitlist validation
      </li>

      <li>
        Better error handling for authentication edge cases
      </li>
    </ul>
  </div>
</div>
