Changelog

What's new

Product milestones and feature releases, newest first.

April 2026 New

Public API, MCP, and Outbound Webhooks

  • REST API at /api/v1 covering tasks, messages, channels, documents, agents, uploads, databases, and rows — authenticated via workspace-scoped bearer tokens
  • Workspace admins mint sk_sal_-prefixed API keys under Settings → API Keys with per-resource scopes, optional IP allowlists, and optional expiry
  • Model Context Protocol endpoint at POST /mcp — any MCP-aware host (Claude Desktop, Cursor, custom agents) can drive a workspace through the same 67 AI tools Saltare agents use
  • OpenAPI skill imports: paste a JSON or YAML spec and each operation becomes a dynamic openapi__* tool that attached agents can call
  • Outbound webhook subscriptions under Settings → Webhooks — signed HMAC-SHA256 deliveries for task.created, task.completed, message.posted, document.published events, with auto-pause after 20 consecutive failures
  • Developer reference at /docs covering REST, MCP, and webhook payload formats
April 2026

Beacons & Notification Flyout

  • Bookmarks renamed to Beacons — save messages, tasks, documents, databases, uploads, channels, and projects for quick access
  • Beacons appear in a dedicated sidebar quick-access section with drag-and-drop reordering
  • Notification bell icon with flyout dropdown replaces the sidebar notification link — quick triage without leaving your current page
  • Dashboard Alerts card surfaces unread notifications on the workspace overview
April 2026 New

Uploads & File Management

  • Drag-and-drop file uploads with type-specific viewers for images, PDFs, code, audio, video, spreadsheets, and more
  • Automatic categorization by content type and background text extraction for PDFs, spreadsheets, and text files
  • CSV-to-database conversion: upload a spreadsheet, click convert, and Saltare infers column types and imports rows automatically
  • Upload embeds: reference files in documents and messages with [[upload:slug]] inline chips and ![[upload:slug]] block cards
  • Upload search across titles, filenames, and extracted text content — available in command palette and to agents
  • AI agent tools: get_upload and search_uploads let agents retrieve and analyze uploaded files
  • Plan-gated storage quotas: 100 MB (Starter) to 500 GB (Enterprise), with per-file size limits
  • Vector embeddings on messages and tasks complete hybrid search coverage across all content types
April 2026

Hybrid Search & Smart Context

  • Hybrid search: agents combine keyword matching with semantic vector search to find content even when vocabulary differs
  • Intent parameter on all search tools — agents describe what they're looking for, not just keywords
  • Automatic query expansion: when search returns few results, the system generates keyword variations via Haiku and retries
  • Context annotations on data tree nodes — describe what folders contain, surfaced in agent search results
  • Smart document chunking: long documents split at natural markdown boundaries, agents load only relevant sections
  • Vector embeddings (pgvector + HNSW) on documents and agent memories, generated asynchronously via OpenAI text-embedding-3-small
April 2026

Skills & Automation Builder

  • Skill templates: pre-built patterns for common automations — create skills in one click
  • Visual schedule builder replaces raw cron input with presets and next-run preview
  • Structured trigger condition builder: filter events by task group, state, and priority without writing code
  • Pipeline visualization: step-by-step progress view with live status indicators
  • Skill execution history with live-updating run logs via Turbo Streams
  • Scheduled skills section on the workspace overview dashboard
March 2026 New

Voice Calls

  • LiveKit-powered voice calls attached to any channel
  • Agents join calls and respond via text-to-speech synthesis
  • Client-side Web Speech API transcribes speech in real time
  • Post-call transcript documents generated automatically
  • Add or remove agents mid-call from the call panel
February 2026 New

Workspace Templates

  • Pre-built workspace templates for agencies, consultants, and research teams
  • Templates include channels, task groups, and suggested agents
  • Onboarding flow selects and applies a template in one step
  • Custom template creation for advanced workspaces
January 2026

Task Pipelines

  • Multi-step research pipelines: discover → fan-out → synthesize
  • Agents spawn subtasks automatically from pipeline definitions
  • Unique constraint prevents duplicate pipelines per workspace
  • Pipeline progress tracked in a dedicated view
December 2025

Admin Platform

  • Full /admin namespace with dedicated admin database
  • P&L reporting with daily revenue aggregation job
  • User impersonation with audit log trail
  • Feature flags, announcements, and platform settings
  • Solid Queue job monitoring via mission_control-jobs
November 2025

AI Safety & Moderation

  • Fail-closed content moderation with circuit breaker (Rails.cache-backed)
  • SSRF protection blocking RFC 1918 and cloud metadata IPs
  • Prompt injection guardrails in all agent system prompts
  • AgentAction deduplication via tool_use_id unique index
October 2025

Calendar View

  • Month and week views for tasks with due dates
  • Multi-day task spanning across calendar grid
  • Tasks with start_date + due_date display as date ranges
  • Route: /w/:slug/calendar
September 2025

Connectors & Webhooks

  • 20+ connector templates: GitHub, Slack, Discord, Google, Stripe, Linear, Notion, and more
  • Three connector types: api (outbound), webhook (inbound), integration (bidirectional)
  • Inbound webhook processing with HMAC-SHA256 payload validation
  • OAuth installation flows for GitHub, Google, GitLab, Discord
  • Auto-created Skill grants agents access to connector tools on setup
August 2025

AI Agent Framework

  • 67 tools across tasks, documents, uploads, databases, chat, memory, research, and integrations
  • Multi-agent collaboration via hidden agent-to-agent threads
  • Tiered context engine: L0 metadata → L1 summaries → L2 full history
  • Streaming chat completions with SSE support
  • Per-agent model, temperature, max tokens, and context budget overrides
June 2025 Launch

Saltare 1.0

  • Chat: channels, DMs, threads, @mentions, reactions, pinning, search
  • Tasks: scheduling, labels, groups, board and list views, calendar
  • Documents: collaborative markdown with version history
  • Databases: SQL-backed tables with natural language query
  • Agents: customizable AI teammates with persistent workspace context

Stay up to date

Follow new releases as they ship. No marketing, just product updates.

Subscribe to release notes