Releases: xt0n1-t3ch/Reva
Releases · xt0n1-t3ch/Reva
Reva v0.1.2
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
- CI: https://github.com/xt0n1-t3ch/Reva/actions/runs/27412443500
- Local: dotnet format, build, tests, Python worker tests, package smoke, browser proof.
Reva v0.1.1
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 becauseDateTimeOffsetordering was being translated into SQL. - Replaced the old
ReActive Intelligencerail branding withReva 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.exeWindows self-contained package inReva-v0.1.1-win-x64.zip.Start-Reva.cmdlauncher that openshttp://localhost:5187./healthendpoint 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/#intakewith/health200 and/api/documents/returning extracted sample data.
Reva v0.1.0
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.csprojValidation
- GitHub CI passed on the release-prep commit.
- Local app health verified at
http://localhost:5187.