Changelog

What we've shipped lately.

Rolled up by month. The per-release detail lives in the product at team.sprigr.com/changelog.

July 2026 v1.64.0 - v1.65.0

Git collaboration, deep tasks, and the search storage engine.

Agents got a private git org with pull requests and reviews, plus deep background tasks with real shell access. On the search side, the new segment storage engine became the default.

  • Git collaboration

    Built-in git hosting with a private org: pull requests end-to-end, reviews, merges and issues from chat, branch protection, check runs, GitHub-compatible API endpoints, and a live PR review card with diff viewer.

  • Deep tasks

    Agents hand multi-step work to a background specialist with shell, file, and code access. Progress streams into the portal, survives reloads and deploys, and runs on scheduled and workflow turns. Agents verify work before reporting success.

  • Durable app jobs

    Marketplace apps get durable background jobs (multi-step, resumable, retries, human-wait), a scoped key-value store, per-user installs, and transient self-cleaning workflows.

  • Model selection

    Pick the agent model with a new selector (Auto, Opus, Sonnet, Haiku); the Sonnet tier upgraded to Claude Sonnet 5. Agent delegation streams live activity into the parent chat.

  • Sprigr Search

    The segment storage engine is now the default: incremental index updates instead of full rebuilds, batch imports acknowledged instantly with a pollable task ID, Unicode-normalized matching, optional stopword filtering, stable ordering for tied scores, and a 13-part AI-facing design guide covering every subsystem.

  • Integrations

    Google Workspace app spanning Gmail, Calendar, Sheets, Docs and Drive; Shopify fulfillment orders end-to-end; simPRO one-call quotes and jobs with multiple cost centres; 4K video finalize in Motion.

June 2026 v1.56.0 - v1.63.0

Collections, team rooms, scripts, and search access control.

Eight releases spanning typed data collections, team rooms at direct-chat parity, trigger-driven scripts, and a row-level access control story across documents and search.

  • Collections & documents

    Typed tables with define, ingest, query and reconcile, per-user row visibility, and field-level change history. CAD and BIM support: DWG/DXF, Revit and IFC reads, P&ID, Microsoft Project and Primavera P6 round-trips.

  • Team rooms at parity

    @-mentioned agents see recent conversation and files, replies stream token-by-token, images and artifacts render inline, and agents can DM users, post to groups, and read shared files.

  • Scripts & projects

    Code runs on a trigger without a workflow, with a code-first editor and AI co-authoring. Projects group workflows and scripts. Workflows gain a deterministic JavaScript code step and one-step-at-a-time editing.

  • Memory & access control

    Agent memory is categorized, deduplicated on write, and consolidated nightly. Per-user document access resolves SSO groups so agents cite only what the reader is allowed to see. Nightly Insights flag unused indexes, never-fired crons, and dangling webhooks.

  • Sprigr Search

    Secured scoped keys with engine-enforced locked filters (row-level ACLs), wildcard index ACLs, server-side aggregations (group, sum, average, min/max, count), facet normalization and synonyms, semantic search on long documents via chunking, smart_import dedup for agent memory, and a 20-tool MCP surface.

  • Integrations

    Xero and SprigrBooks accounting apps, Google Ads, Merchant Center and Search Console, Cin7 Core and Starshipit, WordPress and WooCommerce hosting in one step, and agent browser sign-in with live co-browsing.

May 2026 v1.39.0 - v1.55.0

Tenant hosting, App Marketplace v1, and the unified inbox.

Seventeen releases: hosted websites and the App Marketplace launched, the portal picked up the bracket-S rebrand, mail sync unified across Outlook, Gmail and Gorgias, and chat replies started streaming token-by-token.

  • Tenant hosting v2

    Host Next.js, Astro and Remix sites, server-rendered included, with custom domains, managed TLS, per-site env vars and secrets, and a media proxy with signed URLs.

  • App Marketplace v1

    The marketplace launched: custom subdomains, app-to-app calls, cross-tenant events and grants with consent and full lifecycle management, private OAuth, and the App Bridge SDK. The portal rebranded to the bracket-S lockup.

  • Workspaces & integrations

    Multi-workspace switching with per-workspace URLs. Shopify expanded through collections, pages, blogs, B2B, returns, refunds, publications and markets; Xero gained its full API surface with multi-organisation support.

  • Unified inbox

    Outlook, Gmail and Gorgias sync with read-state mirroring, folder mirror and a dedicated Sent folder, external images blocked by default, warnings before replying to no-reply senders, and HTML stripped before quoting.

  • Spreadsheet intelligence

    Formulas recalculate on promotion; merged cells, charts, pivots, validation and comments surface on upload; .xlsm, .xlsb, .xltx and .xltm are first-class; native Primavera P6 and Microsoft Project read, edit, convert, and diff.

  • Streaming chat

    Replies stream token-by-token with a secondary Working block, images paste straight into the composer, effort switches per-turn, and large uploads go through R2 multipart.

  • Workflow engine

    Per-execution Durable Object routing is now the default, cron-driven workflow triggers landed, and workflow versioning plus execution introspection arrived over MCP.

April 2026 v1.10.0 - v1.38.0

Mobile, marketplace, and platform maturity.

A 29-release month focused on reaching platform parity on mobile, opening up the marketplace to third-party builders, and redesigning the portal.

  • Mobile experience overhaul

    Bottom tab nav, pill composer, voice input, camera capture, PWA support, Web Push for escalations and approvals, full viewport lock on iOS.

  • Portal redesign & team chat

    Persistent topbar, redesigned sidebar, live activity rail and knowledge drawer. Slack-style team chat with threads, reactions, reminders and saves. The workflow executor was rewritten on Cloudflare Workflows with a design canvas, drafts, and version control.

  • App marketplace

    Publish, install, share and manage custom tools. AppRunner Durable Object runtime with rate limiting. Multi-file IDE with live testing. OAuth UX for connecting integrations.

  • Shared agent marketplace

    Agent templates with versioned training data, dual-index knowledge search, publish flow, version updates. 100+ simPRO actions, Atlassian (Jira + Confluence) integration.

  • Decisions & approvals

    ask_user_decision tool with rich UI across Slack, WhatsApp, Telegram and webchat. Workflow approval UI with decision gates and polling badge counts.

  • Documents

    Document manipulation tool (Word, Excel, PDF), Jinja2 template filling, .dotx support, professional PDF output, sandbox with pre-installed tools.

  • simPRO, deepened

    Purchase order CRUD, work-order create/update, customer contracts, job cost centers, quote OrderNo indexing, labour field parity, attachment folder grouping, code-mode action catalog of 258 actions.

March 2026 v1.3.0 - v1.9.0

Execution engine, reliability, and multi-channel comms.

The month we went from "agents that talk" to "agents that run workflows". DAG workflow engine, plan mode, and real-time dashboards landed alongside the full Sprigr Team platform.

  • Workflow engine

    DAG execution engine with review and approval gates, workflow creation UI, activity schedules, event-triggered workflows, historic data sync flows for Google/Microsoft/Gorgias.

  • Real-time everything

    Real-time dashboards via WebSocket, reliable inbox with persistent queue, distributed tracing, activity log streaming, draggable activity log panel, progressive screenshots during processing.

  • Plan Mode

    Agents plan before they act, bidirectional plan-mode detection, plan toggle in chat, self-debugging agents.

  • Communication

    Threaded inbox with folders, Cmd+K global search, Xero, Gorgias, Gmail and Outlook real-time webhooks, WhatsApp groups, mobile app alpha, dark mode, conversation rename + archive.

  • Integrations expansion

    simPRO 247 actions and 100+ endpoint fixes, AWS (30 actions) and GCP (32 actions), Archibus sync with history/costs/labour, web scraper integration with session persistence.

  • Platform safety

    Company-wide kill switch, hive-mind multi-token fallback, smart nudge for background tasks, code mode with 120s sandbox, credential auto-injection, plan-based billing replaces credits.

February 2026 v0.2.0 - v1.3.0

The rebrand and the Sprigr Team launch.

Started as a search engine, ended as a two-product platform. Sprigly became Sprigr. The Team multi-tenant platform launched with channel adapters, companion agents, and integration hub.

  • Sprigr Search

    Full-text edge search engine, complete REST API, MCP server (12 tools), hybrid semantic search, sharded indexes, automatic index sharding, multi-tenant architecture, 120× search speedup (5s → 42ms).

  • Sprigr Team launch

    Sprigr Team multi-tenant platform, Sprigr Platform central auth, stateful agent processing, portal dashboard with WebSocket chat, companion agents per user, agent teams with visibility controls, team workflows with quality gates.

  • Channel adapters

    Telegram, Slack, WhatsApp with phone verification, MCP as first-class channel, website chat widget, public website agents.

  • The rebrand

    Sprigly → Sprigr across product, marketing, and infra. Marketing website shipped, mobile-first search, 8 SEO landing pages, admin dashboard, self-service signup, flattened staging subdomains.

  • Integration hub

    Integration Hub with skills, GitHub integration tool, channel configuration UI, platform-level WhatsApp support, integration tool access policies, inter-agent messaging.

  • Foundations

    Multi-tenant architecture, intelligent caching (87% reduction), staging environment, bot protection on onboarding, E2E suite (155 tests), full CI pipeline.

Before February 2026, Sprigr was shipping as Sprigly Search. Rebrand landed in v0.5.