Tags

Tags give the ability to mark specific points in history as being important
  • v0.6.1

    protected
    v0.6.1 - Documentation alignment and fixes
    
    - Documentation alignment: 17 fixes across all docs
    - Updated BOOTSTRAP.md for auto-injection vs manual workflow
    - Added HTTP endpoints section to ARCHITECTURE.md
    - Added missing tool tables (Reminders, Knowledge Graph, Code Indexing, GitLab Spider, Analytics)
    - Documented unified context_events table migration
    - Updated tool count from 25+ to 45+
    - Various doc fixes for Python version, memory age format, SKIP_BOOTSTRAP env var
    
    See v0.6.0 for the main feature release.
  • v0.6.0

    protected
    v0.6.0 - Unified Session Tracking and Boot Context Auto-Injection
    
    Features:
    - Plugin auto-injects boot context on first message of each session
    - Boot gates cascade by directory hierarchy (project → parent dir → global)
    - Session registration tracks boot context IDs for de-duplication
    - Enhanced memory usage instructions embedded in boot context
    - Include conversation_summary in date-range queries for session history
    
    Changes:
    - Setup script offers to clean up legacy AGENTS.md (no longer needed)
    - README updated to reflect auto-injection behavior
    - Add _memory_ids_shown and _token_estimate to boot context response
  • v0.4.1

    protected
    458437bf · chore: release v0.4.1 ·
    v0.4.1 - Version bump for PyPI release
    
    See v0.4.0 for feature details.
  • v0.4.0

    protected
    v0.4.0 - Proactive Context Injection
    
    Major features:
    - Proactive context injection via OpenCode plugin
    - Workspace initialization for hierarchical project context
    - Project-aware temporal queries
    - Memory audit and backfill tooling
    
    See CHANGELOG.md for full details.
  • v0.3.1

    protected
    v0.3.1 - Bugfix release
    
    Fixed:
    - Daemon uses correct set_ingest_state method name
    - Daemon uses correct _running attribute for status checks
    - Daemon uses correct poll_new_content method for rescanning
    - Added missing timedelta import in daemon module
  • v0.3.0

    protected
    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

    protected
    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.1

    protected
    v0.2.1 - Fix lint errors in CI
  • v0.2.0

    protected
    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)