Changelog

What's new in Agent Ai

New features, improvements, and fixes shipped by our team. We update this page with every release.

2025

v2.8.0Latest
Smarter agent reasoning and faster responses
Majoragentsperformance

Smarter agent reasoning and faster responses

Major improvements to how agents reason about complex GTM workflows, plus 40% faster response times across the board.

This release brings significant improvements to how our agents reason about your data and make decisions. We've also rolled out infrastructure changes that dramatically improve response times.

What's new

Improved reasoning

Agents now break down complex tasks into smaller steps automatically, giving you more transparency and better results. You'll see this especially in:

  • Multi-step routing decisions with explanations for each step
  • Enrichment workflows that explain why a record was matched
  • Meeting scheduling that considers more context before booking

40% faster responses

We rebuilt our request pipeline from the ground up. Most agent actions now complete in under 200ms.

// Before: ~500ms average
// After:  ~190ms average
const result = await agent.run({ task: "route lead" });
v2.7.2
Minorworkflowsfeature

New workflow builder with branching logic

Build complex workflows visually with our new node-based editor. Supports conditional branching, loops, and parallel execution.

We've completely redesigned the workflow builder to support the kinds of complex automations our customers have been requesting.

What's new

Visual node editor

Drag, drop, and connect nodes to build workflows. Each node represents an action — send an email, update a record, call an agent — and connections define the flow.

Conditional branching

Route work based on any condition:

  • Lead score above threshold? → Assign to AE
  • Below threshold? → Add to nurture sequence
  • Missing data? → Trigger enrichment

Parallel execution

Run multiple branches simultaneously and wait for all to complete before proceeding.

Coming soon

  • Workflow templates library
  • Version history and rollback
  • Workflow debugging mode

2024

v2.7.0
Minorintegrations

Five new integrations and improved sync reliability

Apollo, Outreach, Gong, Chili Piper, and Agent Ai for HubSpot — all live today.

New integrations

  • Apollo — Sync contact data and engagement signals
  • Outreach — Two-way sync for sequences and tasks
  • Gong — Pull call summaries and topics into Agent Ai
  • Chili Piper — Schedule meetings directly from agent conversations
  • HubSpot — Native bi-directional sync (previously partner-built)

Improvements

  • Sync reliability improved from 99.5% to 99.95%
  • Reduced sync latency by 60% for Salesforce
  • New webhook events for real-time data updates
v2.6.4
Patchsecurity

SSO/SAML for all plans and enhanced audit logs

Single sign-on is now available on every plan, plus expanded audit logs with 90-day retention.

What's new

SSO/SAML on all plans

Previously available only on Enterprise, SSO/SAML is now included on every plan. Supports Okta, Google Workspace, Microsoft Entra ID, and any SAML 2.0 provider.

Enhanced audit logs

  • Logs now retained for 90 days (up from 30)
  • New filters for user, action type, and resource
  • Export logs to CSV or JSON
  • Webhook delivery for SIEM integration