v0.1.0
The first public release of Rohrpost, introducing the core distillation pipeline and CLI tooling.
Highlights
- CLI tooling —
rohrpost init,rohrpost ingest, androhrpost recallcommands for managing capsules from the terminal - Heuristic extractor — Fast, local extraction of entities, decisions, and code references without requiring an LLM call
- LLM-based summarizer — Optional high-quality summarization using OpenAI-compatible endpoints
- Multi-tenant storage — SQLite-backed capsule store with strict tenant isolation
- Embedding support — Vector embeddings for semantic recall and ranking
Breaking changes
None — this is the initial release.
Known limitations
- Only supports JSON conversation transcripts as input format
- Embedding computation requires an external API (no local model support yet)
- No built-in backup/restore (coming in v0.2.0)