Changelog

What's new in Ragenta.

New models, connectors and platform improvements — shipped continuously.

24 Aug 2026

Release·v1.6

Agent Skills — reusable playbooks for your whole workspace

Turn a prompt that works into a named skill anyone on the team can invoke, with its tools, sources and output format fixed.

Define once, run from anywhere

A skill bundles the instruction, the knowledge bases it may read, the tools it may call and the shape of its answer. Invoke it from chat with a slash command, from the API, or on a schedule.

Versioned, with a diff

Every edit creates a version. Compare two versions side by side and roll back if answer quality drops.

  • Workspace-wide or project-scoped
  • Per-skill evaluation runs
  • Usage and cost broken down per skill

19 Aug 2026

Model

Cohere Rerank 3 available on every plan

Reranking moved from a Team-only feature to the default retrieval pipeline, with a measurable jump in citation accuracy on long documents.

11 Aug 2026

Integration

Google Drive and Notion connectors now sync permissions

Retrieval filters by the source system's own access control, so a member only ever sees passages from files they can already open.

Enforced in the query, not after it

The permission scope is part of the vector search itself. A file moved into a restricted folder drops out of retrieval on the next sync rather than the next full re-index.

30 Jul 2026

Release·v1.5

Retrieval trace on every answer

Open any answer to see every candidate passage, its score, and whether it made the final context — the fastest way to tell a retrieval failure from a generation failure.

  • Per-claim citation highlighting
  • Score breakdown for vector and keyword matching
  • One-click re-run with a different model

17 Jul 2026

Improvement

Hybrid search is now the default

Vector similarity combined with BM25 keyword matching, so exact part numbers, error codes and ticket IDs are found again.

2 Jul 2026

Improvement

Vietnamese retrieval quality

Unicode normalisation at ingestion plus a bigram keyword index lift recall noticeably on Vietnamese corpora and on mixed-language internal docs.

18 Jun 2026

Release·v1.4

Parallel subagents

A research question now fans out across independent subagents, each working one sub-question and streaming its findings back as it finishes.

Bounded by design

Every run carries a step budget and a tool-call budget. Progress streams live, so a long run can be stopped by a person rather than by a timeout.

4 Jun 2026

Integration

Model Context Protocol servers

Attach any MCP server and its tools appear to your agents alongside the built-in ones, with per-workspace credentials held server-side.

21 May 2026

Improvement

Evaluation runs on every configuration change

Point an evaluation set at a knowledge base and Ragenta re-scores groundedness, citation coverage and retrieval hit rate whenever the configuration changes.

7 May 2026

Fix·v1.3

Large PDF ingestion no longer stalls at 90%

Documents above roughly 400 pages could stall during the embedding stage when a single page produced an unusually long table. Fixed, with a regression test on the ingestion queue.

End of changelog · Follow along for updates