You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,23 @@ All notable changes to this project are documented here. The format is based on
4
4
5
5
## [Unreleased]
6
6
7
-
### Changed
8
-
- Refocus Reva on the web app: Next.js 16 + React 19 + Tailwind v4 frontend, ASP.NET Core .NET 10 API, SQLite EF Core persistence, and the existing reinsurance domain core.
9
-
- Remove the retired non-web shell from product docs and onboarding material.
10
-
- Present the agentic copilot as a modern Vercel AI SDK and OpenAI-compatible streaming implementation, vendor-neutral and provider-configurable.
7
+
## [1.4.0] - 2026-06-19
11
8
12
9
### Added
13
-
- Multi-provider model story covering local Ollama, OpenAI-compatible endpoints, and HuggingFace cloud paths when configured.
14
-
- Knowledge Hub positioning for searchable analyst reference material.
15
-
- Agentic copilot positioning with real backend tools for document lookup, review, correction, export, and knowledge search.
16
-
- Real-time processing stream positioning for stage, line, field, reconciliation, and completion events.
10
+
- Real-time document processing stream: a live view that shows each source line as it is read, then each extracted field, schema mapping, and reconciliation, on a stage-by-stage timeline. Documents without optical character recognition stream their parsed source text.
11
+
- Guided Showcase launched from the header: a step-by-step tour of every capability, with a one-click action to load the bundled demonstration dataset so a presentation needs no external files.
12
+
- Review template view: a Source and Template toggle that renders each record in a clean, standards-ordered layout for presentation.
13
+
- Assistant date and time tool so the copilot answers questions about the current date.
14
+
- Windows application icon set to the Reva brand mark.
15
+
16
+
### Changed
17
+
- Refocused Reva on the web app: Next.js 16 + React 19 + Tailwind v4 frontend, ASP.NET Core .NET 10 API, SQLite EF Core persistence (SQL Server configurable), and the reinsurance domain core. The retired non-web shell was removed.
18
+
- Reasoning controls enable model thinking at Medium and above on capable providers, and the streaming layer forwards reasoning when a provider emits it.
19
+
- Professional-language pass across the interface and documentation.
20
+
21
+
### Fixed
22
+
- The assistant no longer renders an empty message bubble; a live working indicator shows elapsed time until the answer begins to stream.
23
+
- The work queue requests a page image only for formats that render one, keeping the browser console clean.
0 commit comments