Changelog

Every month since January.Here is what changed.

auramind has shipped in every month it has existed.What follows is the record — what was added, what changed, what was fixed.

8

Months shipping

229

Releases

5

Services, versioned apart

Releases have been tagged automatically since March 2026.

What shipped

August 2026

A sandbox to run code in, and a builder to make the agent that writes it.

Model-authored code now runs inside an isolated image with no network of its own, behind a proxy that decides every connection out.

  • NewSandboxed code execution — a separate image and trust domain, metered, capped, and gated on your plan.
  • NewAn egress proxy that decides each connection a sandbox attempts and logs the outcome.
  • NewFiles a sandbox produces come back as artifacts you can open, download or have emailed.
  • NewAn agent builder that asks what you meant, drafts the agent, and revises it — with test runs before anything is created.
  • NewA catalogue of agent templates to start from.
  • NewSlack notifications with member targeting, and a Notion connector.
  • ImprovedOffice documents convert to PDF on upload, so they read as cleanly as PDFs do.
  • FixedAttaching a file to a chat no longer adds it to your document library.

July 2026

Billing, schedules, and a router that picks the model for you.

Money in and money out, agents that run on a timetable, and model selection that reads what a request actually needs.

  • NewSubscriptions, seats and invoices through Stripe.
  • NewCredits, top-ups, auto-top-up and overage, with a ledger behind all of it.
  • NewAuto mode chooses a model per request from what the request needs, replacing the fixed fast-or-thinking split.
  • NewScheduled runs — describe the timetable in chat, confirm the proposal, and the agent runs on it.
  • NewAuthor your own agents, at organisation or personal scope.
  • NewA platform observability dashboard, with eval scenarios classified as pass, fail or flaky.
  • ImprovedConversations are titled by a model instead of by truncating the first prompt.

June 2026

Agents.

The single hard-coded loop became a system: agents you can define, an orchestrator that calls them as tools, and a recorded trace of every step.

  • NewDefine an agent — its prompt, its model, and the tools it is allowed to use.
  • NewAn orchestrator that delegates to other agents as though they were tools.
  • NewA tool registry with privileges graded by who owns the tool.
  • NewRun traces — every model call, tool call and sub-agent recorded as a tree you can read afterwards.
  • NewBounded runs: fan-out caps, depth limits, and token and wall-clock ceilings.
  • NewAn eval harness, so a change to routing can be measured rather than argued about.
  • ImprovedCitations moved from markers inside the text to a labelled sources footer.

May 2026

Organisations, plans, and routing that survives a bad provider.

A single-tenant product became a multi-tenant one, and model choice became configuration instead of code.

  • NewOrganisations — documents, tags, conversations, vectors and API keys are each scoped to one.
  • NewInvitations and seat enforcement.
  • NewPlans and entitlements, with monthly usage counted against a quota.
  • NewProviders and models became records an administrator edits, rather than constants in the source.
  • NewAutomatic failover between providers, with a circuit breaker per model and active health probing.
  • NewA thinking mode that routes to a different class of model.

April 2026

DocRAG became auramind — and learned to see.

The rename, image understanding, and conversations that stop forgetting their own beginning.

  • NewThe product was renamed from DocRAG to auramind.
  • NewImages — paste or drop one into a conversation and the model reads it.
  • NewLong conversations compress their own history instead of running out of room.
  • NewDrag-and-drop and clipboard paste for attachments.
  • NewDocument tags, with bulk assignment and removal.
  • ImprovedAuthentication moved onto Supabase, including password reset.

March 2026

Who can see what.

Access control arrived, along with API keys, an admin panel, and a second model provider behind the first.

  • NewRole-based access control and an admin panel.
  • NewAPI keys.
  • NewA second model provider behind the same interface, so one provider failing does not end a conversation.
  • ImprovedSession tokens moved out of local storage and into httpOnly cookies.
  • ImprovedUploads are blocked until an account has at least one access tag.

February 2026

More file types, and the first look inside a run.

Word documents joined the upload path, and the assistant started showing its working.

  • NewWord (.doc, .docx) upload.
  • NewAttach a file to one conversation rather than to the whole library.
  • NewA process panel that shows each step as the assistant takes it.
  • NewThe first autonomous tools, including running code.
  • FixedStreaming, history and sign-in state stopped contradicting one another.

January 2026

The first version.

A chat interface, a document store behind it, and answers that cite what they came from.

  • NewAsk questions against your own documents, with the answer streamed as it is written.
  • NewUpload PDFs, CSVs and spreadsheets — chunked, embedded and searchable.
  • NewAccounts, sign-in, protected routes and password reset.
  • NewConversation history, kept and listed in a sidebar.
  • NewDark mode, on by default.
The coast seen from far off at last light

That is the record so far.The next month starts now.

Nothing above is a roadmap item — it shipped, on the date beside it.The fastest way to check one is to start on the free plan and look.