What shipped
Attensira changelog
Dated releases, newest first. An entry appears here once the change is merged and the behaviour is written up in the docs — so every line below can be checked against a page that describes it.
Karl-Gustav Kallasmaa, Founder & CEOLast updated 3 September 2026
GitHub App integration
AgentThe agent connects to a repository through a GitHub App rather than a personal token, and opens its changes as pull requests you review and merge. This is the path for sites and docs whose content lives in a repo.
DocumentationAPI keys
PlatformWorkspace API keys can be created and revoked from the account area, and authenticate requests to the public REST API. Keys are scoped to the workspace that issued them.
Documentation
2 September 2026
Inbox: approve or decline what the agent proposes
AgentThe agent's proposed work now lands in a queue instead of executing silently. Each item can be approved or declined, and the API exposes the same list, approve and decline operations the screen uses.
DocumentationAuto top-up and custom top-up amounts
BillingCredit balances can be topped up by a custom amount, and a rule can refill the balance automatically when it falls below a threshold you set. Refunds are recorded as a first-class ledger operation rather than an adjustment.
DocumentationShare of voice is now mention rate
NamingThe metric was renamed everywhere — UI, API and docs — because "share of voice" implies a share of a fixed total, and this number is not one. It is the proportion of successful runs in a window that named your brand, computed against the same denominator as every competitor's rate. The rates are independent and do not sum to 100%.
DocumentationAI crawler activity is available to the agent
AgentCrawler-fetch data is now one of the tools the agent can call, so it can tell an access problem from a content problem: a page no AI crawler has fetched cannot be cited, and that is a different fix from rewriting it.
Documentation
1 September 2026
Daily readings no longer cost credits
BillingScheduled readings are covered by the plan's prompt slots and response budget. Credits are spent on agent work, not on the measurement that runs on a schedule.
DocumentationKeywords, groups and channels are now prompts, topics and platforms
NamingThe tracking vocabulary was renamed across the product to match what the objects actually are: you track prompts, group them into topics, and read the result per platform. Old URLs and API fields were migrated in the same change.
Documentation
31 August 2026
AI traffic
MeasurementServer-side collection records which AI crawlers fetched which pages. AI crawlers do not execute JavaScript, so a client-side beacon never saw them; the product generates the install for the server-side path.
DocumentationKnowledge and skills
AgentFacts about your business can be stored as knowledge and composed into the context the agent works from, so the same correction does not have to be repeated in every session.
DocumentationPublic REST API
PlatformThe same capabilities as the MCP server, over plain HTTP, authenticated with a workspace API key.
DocumentationPlans are measured in prompt slots and response budget
BillingPlans are metered on how many prompts you track and how many model responses are collected against them, with sampling depth as the difference between tiers, rather than on a single opaque allowance.
Documentation
What this page is not
Stating the absences is cheaper than being asked for them later.
- Not a roadmap. Nothing appears here before it has merged, and “coming soon” is not a changelog entry.
- Not a results page. Entries say what changed, never what it achieved for anybody.
- Not exhaustive. Internal refactors, dependency bumps and infrastructure work are left out; user-visible changes are not.