Local AI for document search — Informity AI, runs entirely on-device
Privacy Guides Community [Unofficial]
May 23, 2026
Informity AI v0.13.3 is out
v0.13.3
This release adds first-class Markdown export for chats and answers , standardizes the export API contract for future formats, and includes browser/dev stability polish.
What’s included
- Added Export Chat in the chat header to export full chats as Markdown.
- Added per-message export for assistant answers (export current answer as Markdown).
- Added deterministic Markdown rendering with structured output (title, metadata, template body, and normalized sources).
- Added a unified export endpoint:
GET /api/chat/chats/{chat_id}/exportwith standardizedscope,template,include_frontmatter, andformat. - Kept backward compatibility for existing Markdown callers via
GET /api/chat/chats/{chat_id}/export/markdown. - Standardized a forward-compatible PDF path:
format=pdfnow returns501 Not Implementeduntil PDF rendering is shipped. - Improved browser dev consistency by pinning frontend/proxy loopback behavior (
127.0.0.1, strict port) to avoid localhost mismatch issues. - Updated Settings iconography polish for Check for Updates.
- Added and expanded route/rendering tests for export behavior and contract coverage.
Notes
- Compatibility: no migration required; existing markdown export integrations remain functional.
- Export destination: download folder is controlled by browser/WebView/OS settings; app controls filename and content payload.
- Scope: export is per full chat or per single assistant answer (batch export remains out of scope for this release).
- QA status: validated with full quality gate (
make qa-full) including backend tests, frontend tests, lint, typecheck, and production build.
Tag: v0.13.3
Discussion in the ATmosphere