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.