Skip to main content

Changelog

Stay up to date with the latest improvements and releases.
v1.2.0
January 2025

Enhanced Skills System

  • Custom Skills API: Define and deploy custom skills for your AI agent
  • Skill Marketplace: Browse and install community-built skills
  • Improved Skill Execution: Faster response times for skill-based queries
// New custom skill definition
widget.registerSkill({
  name: 'order_lookup',
  handler: async ({ orderId }) => {
    return await api.getOrder(orderId);
  }
});
v1.1.0
December 2024

React SDK Launch

  • New @char-ai/react package: Native React components with hooks
  • Context Provider: Share widget state across components
  • TypeScript Support: Full type definitions included

React Docs

Get started with React integration

Migration Guide

Upgrade from vanilla JS to React
v1.0.0
November 2024

General Availability

  • Production Ready: Char AI is now generally available
  • Enterprise Plans: New enterprise tier with SLAs
  • Webhook Support: Real-time event notifications
  • Analytics Dashboard: Track widget engagement metrics
Thank you to all beta testers who helped shape this release!

Subscribe to our RSS feed for updates.