Skip to content

Releases: xt0n1-t3ch/Reva

Reva v0.1.2

12 Jun 11:23

Choose a tag to compare

Added

  • One-click Windows launch: double-click Reva.exe to start the local server and open the browser.

Fixed

  • Unsupported/non-reinsurance uploads are quarantined instead of shown as successful extraction.
  • Review/export controls are disabled for unsupported documents.
  • Dashboard and review UI were redesigned into a denser Reva operations cockpit.

Validation

Reva v0.1.1

12 Jun 07:31

Choose a tag to compare

Reva v0.1.1

This release fixes the local cockpit regression, completes the Reva rebrand inside the app, and adds a plug-and-play Windows package.

Fixed

  • Fixed /api/documents/ returning HTTP 500 on SQLite because DateTimeOffset ordering was being translated into SQL.
  • Replaced the old ReActive Intelligence rail branding with Reva Document AI.
  • Improved tablet navigation so rail links no longer stretch awkwardly across the top bar.
  • Ensured packaged SQLite runtime data directories are created automatically.

Added

  • Reva.exe Windows self-contained package in Reva-v0.1.1-win-x64.zip.
  • Start-Reva.cmd launcher that opens http://localhost:5187.
  • /health endpoint for local/package verification.
  • In-process parser fallback for TXT, Markdown, CSV, PDF, and image visible-text intake when Python is not installed.
  • Real package smoke test that builds the ZIP, extracts it, starts Reva.exe, verifies /health, verifies /api/documents/, and shuts it down.

Validation

  • GitHub CI passed on fca99f7.
  • Local full gate passed: format, build, unit tests, integration tests, Python worker tests, package smoke, and diff check.
  • Local app verified at http://localhost:5187/#intake with /health 200 and /api/documents/ returning extracted sample data.

Reva v0.1.0

12 Jun 07:11

Choose a tag to compare

Reva v0.1.0

Initial open-source release of Reva, a local-first AI document intelligence cockpit for reinsurance workflows.

Highlights

  • Blazor analyst cockpit for upload, extraction review, exception triage, and export.
  • ASP.NET Core API with SQLite-backed document workflow state.
  • Local Python parser worker with Docling adapter path and deterministic fallback parsing.
  • Reinsurance field extraction for technical accounts, bordereaux, and statements of account.
  • Contract schemas, sample documents, architecture docs, AI pipeline notes, and CI validation.

Quick start

dotnet restore Reva.slnx
dotnet test Reva.slnx
dotnet run --project src/Reva.Web/Reva.Web.csproj

Validation

  • GitHub CI passed on the release-prep commit.
  • Local app health verified at http://localhost:5187.