Skip to content

Changelog

What shipped, when.

Cantila is built in public against a single canonical plan. When something lands, a row goes into §15.1 of Cantila_Complete_Plan.md and into this list.

v1.13

2026-05-28

cantila.app — public marketing, signup, docs, legal.

The apex hosts a public landing, eight product pages, /pricing with the full TLD catalog and metered overage table, /mcp with copy-paste install snippets for every Claude host, and an MDX-powered /docs covering Getting Started through Billing. /signup wires to /v1/auth/register. Console moved to console.cantila.app behind host-based middleware; the session cookie is scoped to the parent domain so signing in on the marketing site keeps you signed in on the dashboard.

v1.12

2026-05-28

Control plane self-hosted on Cantila.

api.cantila.app now runs on the production Hetzner CPX22 node, deployed by Coolify Nixpacks straight from main, against a real Postgres 17 with STORE=prisma. Cantila ships Cantila.

AI v2 — ClaudeAiAnalyser.

AiAnalyser port with a Claude live adapter (claude-sonnet-4-6, prompt-cached, tool-use) and per-account BYOC Anthropic key, AES-256-GCM under CANTILA_SECRET_KEY.

v1.11

2026-05-21

Real data plane behind env-gated swap-in.

CoolifyDataPlane adapter for the seven-method DataPlane port — projects, deploys, logs, scaling, env, domains, sleep — all live against the Coolify API when COOLIFY_API_* is set; stubbed otherwise.

v1.10

2026-05-13

Automations + Connections — Phases A–E.

n8n live adapter, OpenClaw live adapter, 15-provider catalog (10 API-key + 5 OAuth), React-Flow canvas, MCP tools, CLI commands.

v1.9

2026-05-04

Cantila SMS surface.

Number marketplace, port-in / transfer, durable inbound/outbound history, OTP engine, A2P/10DLC registration, call routing — all behind the TelephonyProvider port. Carrier path queued for Phase 3.

For the full history, read the commit log.