Clovion AI
Changelog

Every change, dated.

Real changes, weekly, with the data they affected. Subscribe to get them in your inbox.

Weekly · no spam · unsubscribe with one click
NOV 6, 2026
Features

#Daily refresh is live

Refresh status Live · every 24h
M
T
W
T
F
S
S
Citations / week+24%

Tracking now runs every 24 hours by default on Growth and Scale, no scheduling required. Engines that previously ran on a 72-hour cycle (DeepSeek, Mistral, Llama-Index) are caught up to the same cadence. The dashboard surfaces a "last refreshed" timestamp on each prompt so you always know how fresh the citation count is.

Median scan time
60s → 22s (-63%)

Improvements

  • Per-engine retry queue isolates flaky vendors without blocking the rest of the run.
  • Dashboard now caches the previous run for instant compare while the next one fetches.

Fixes

  • ChatGPT runs no longer time out when a prompt returns more than 12 citations.
  • Sentiment scoring respects punctuation in non-English locales.
MPJLSR
3 contributors
Learn more
OCT 30, 2026
Features

#Suggestion auto-apply for WordPress

WordPress draft/wp-admin
Suggested edit · schema
@@ -12,4 +12,8 @@
"@context": "https://schema.org",
"@type": "Article",
+"author": { "@type": "Person", "name": "..." },
+"datePublished": "2026-10-30"
Status: draft · awaiting approvalApprove →

Approve a schema or content fix in the Clovion dashboard and it lands as a draft post (or page update) in your connected WordPress site. The connector preserves your editor of choice — Gutenberg, Classic, or Elementor — and never publishes without a human approval step.

Average time to ship a fix
11 days → 2 days
ANKT
2 contributors
Learn more
OCT 23, 2026
Features

#Claude 3.7 added to the engine grid

Engine coverage10 of 10
ChatGPT
Claude 3.7
Claude 3.5
Gemini
Perplexity
DeepSeek
AI Mode
AI Overviews
Mistral
Grok

Tracked separately from Claude 3.5 so you can watch the migration as it happens. Both versions are scored on the same prompt set with identical sentiment models; the comparison view in your dashboard now defaults to showing them side by side.

JL
1 contributor
Learn more
OCT 16, 2026
Features

#Bulk prompt import (CSV)

prompts_import.csv4,812 rows
promptlocaleintentcluster
best AI visibility tracker 2026en-UScomparecore
how to optimize for ChatGPT citationsen-UShow-toGEO
Clovion vs Profounden-UScomparebrand
schema markup for AI searchen-GBhow-toGEO
+ 4,808 more

Drop a CSV with up to 5,000 prompts and Clovion handles deduping, locale detection, and intent classification automatically. Useful if you have years of search query logs you want to graduate from keyword research to prompt research.

Largest import processed
4,812 prompts in 38s
SRMP
2 contributors
Learn more
OCT 9, 2026
Fixes

#Improvements & fixes

A maintenance week focused on the dashboard and the suggestion queue. Nothing flashy, but enough quality-of-life polish that the team felt it deserved its own entry rather than burying it inside the next release.

Improvements

  • Prompt list now remembers scroll position when you navigate into a detail page and back.
  • Suggestion queue badge updates without a full page refresh.
  • CSV export of citations now includes the engine name as a column.

Fixes

  • Fixed an off-by-one in the 30-day rolling average chart.
  • Schema diff viewer no longer collapses code blocks longer than 200 lines.
  • Resolved a redirect loop when signing in with Google from a fresh incognito session.
  • Slack alerts respect the workspace timezone instead of UTC.
KTANJL
3 contributors
OCT 2, 2026
Integrations

#MCP support, public beta

claude.ai · MCP clientclovion.mcp.run
$ list_prompts --workspace acme --status declining
Returned 12 prompts:
1. "best email marketing platform" — share -8%
2. "alternatives to Mailchimp" — share -6%
3. "ESP for small business" — share -5%
14 tools available · 4 require write scope

The Clovion AI MCP server is public beta. Point Claude or ChatGPT at your workspace and they can query your visibility data, pull the suggestion queue, and ship approved fixes — all from inside the assistant you already use. Authentication uses scoped API tokens and respects the same RBAC as the dashboard.

Tools exposed
14 read · 4 write

Improvements

  • Token scopes can be limited to a single workspace or a single prompt set.
  • Rate limits are per-token, not per-user, so personal and shared tokens coexist cleanly.
MPANJLSR
4 contributors
Learn more
SEP 24, 2026
Research

#New citation weighting model

Citation weighting · model v3
Sentence 1 · paraphrased
1.00
Sentence 2-3 · paraphrased
0.70
Footnote list · linked
0.35
Source dropdown only
0.15

A citation in the first sentence of a Perplexity answer is worth more than a citation in the footnote list. Our previous model treated them equally; the new one weights position, paraphrase depth, and answer prominence. Existing scores have been recomputed and historical charts updated.

Score variance reduction
-18% week-over-week
SR
1 contributor
Learn more
SEP 17, 2026
Security

#SOC 2 Type II completed

SOC 2 · Type II · ReportOct 2025 – Sep 2026
Security0 exceptions✓ tested
Availability0 exceptions✓ tested
Confidentiality0 exceptions✓ tested
Processing0 exceptions✓ tested

Our Type II audit covering October 2025 through September 2026 wrapped with zero exceptions. The report is available under NDA from the Trust Center; ISO 27001 is mid-audit and tracking for Q1 2027. Nothing in the product changes — this is paperwork that lets larger buyers move faster.

KT
1 contributor
Learn more
SEP 10, 2026
Fixes

#Improvements & fixes

Mid-month polish before the bigger MCP work landed. Mostly papercuts surfaced by the customer team — the kind of thing one person hits once and never reports, but seven people hit and quietly route around.

Improvements

  • Workspace switcher remembers the last visited tab per workspace.
  • Onboarding wizard skips the engine picker for users on the free tier.
  • Empty-state copy on the prompt page reads less like an error.

Fixes

  • Avatar uploads larger than 4MB now downscale client-side instead of failing silently.
  • Markdown export preserves nested lists.
  • Date pickers respect Monday-as-first-day in European locales.
ANJL
2 contributors
SEP 1, 2026
Features

#Webhooks for suggestions

POST /hooks/clovion200 OK
// suggestion.shipped
{
"event": "suggestion.shipped",
"id": "sg_8aFv3kR2",
"prompt": "best ESP 2026",
"engines": ["ChatGPT", "Perplexity"],
"shippedAt": "2026-09-01T14:22:08Z"
}

A new endpoint fires when a suggestion is created, approved, shipped, or measured. Wire it to your build system, CMS, or Slack and the loop closes without anyone tabbing into the dashboard. Signatures are HMAC-SHA256 and replay-safe with a 5-minute window.

Event types
7 · created, approved, shipped, measured, dismissed, edited, expired
MPSR
2 contributors
Learn more
End of feed

Older releases live in the API archive. Subscribers get the next entry the moment it ships.

Subscribe

The weekly Clovion digest.

One email, every Friday. Just what shipped, what we learned, and the one chart from the data team we couldn't stop talking about.

2,400+ subscribers·Avg read time: 4 min·One click unsubscribe

Build with Clovion.

See releases land in your stack via webhook, MCP, or the REST API.

Read API docs