Tags give the ability to mark specific points in history as being important
-
v0.3.0
protected7dbed6cc · ·v0.3.0 - Knowledge Graph and 3-Process Architecture Major release with: - Knowledge graph with entity relationships and traversal - Code structure indexing via tree-sitter AST parsing - LLM-based concept extraction - 3-process architecture (server, daemon, worker) - Automatic migration from old enrichment worker See CHANGELOG.md for details.
-
v0.2.2
protecteddfbccc02 · ·v0.2.2 - Performance optimizations and documentation - Cache update check (1hr TTL) and project detection - Use enrichment queue for log_session, set_reminder, edit_memory, ingest_file - Fix search_history async bug - Add lefthook for pre-commit linting - Add reminders and procedure review docs to BOOTSTRAP.md
-
v0.2.0
protectedfcf17a22 · ·v0.2.0: Separate enrichment worker, fast remember() Major changes: - remember() now completes in ~40ms (was 28+ seconds) - Enrichment (embedding, dedup) runs in separate worker process - New systemd service: opencode-memory-enrich - Boot context shows available updates from git - Added reminder and procedure review features New tools: - set_reminder, clear_reminder, advance_reminder - mark_procedure_reviewed, set_review_interval Breaking: Requires running both services (setup.sh handles this automatically)