Skip to content

Reva v0.1.1

Choose a tag to compare

@xt0n1-t3ch xt0n1-t3ch released this 12 Jun 07:31
· 30 commits to main since this release

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.