Skip to content

v0.5.9

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Apr 05:42
10e4a27

0.5.9 (2026-04-11)

Features

  • add Linux server installation script with auto-updates and security hardening (295a8ca)
  • add visualization endpoint for knowledge graph (04c677f)
  • api: add REST endpoints for snippet CRUD and resolution (97b9b02)
  • application: add SnippetPort and SnippetService (51f66b2)
  • domain: add Snippet entity and SnippetId value object (ed3498d)
  • implement shared embedding retrieval for memory and knowledge graph services (96f44e5)
  • infrastructure: add snippets migration and PgSnippetStore (8edafb0)
  • web: add Snippets page and /snippet chat trigger (dfd87ed)

Bug Fixes

  • address review feedback — SSH key check, fail2ban consistency, git stash, kptr_restrict docs (ecd4e8b)
  • correct Docker container security caps for runtime compatibility (30de25d)
  • resolve broken intra-doc links and missing bench field (9edfcad)
  • resolve ESLint errors in dream mode page (b701ce8)
  • tests: align indentation for snippet_service in test configurations (6469f21)
  • update default Ollama models for initialization script and configuration (49e7385)
  • update package versions in Cargo.lock for js-sys, rustls-webpki, wasm-bindgen, and related dependencies (40752fb)

Performance Improvements

  • harden Docker containers and optimize Dockerfile (c017160)
  • minimize dependency feature flags and add release profile (690841b)
  • optimize concurrency primitives and eliminate hot-path clones (255d7ce)
  • optimize Docker image for smaller runtime size (c33f743)
  • remove 30+ unused dependencies across workspace (0bbd57d)

Documentation

  • add snippet feature documentation (0437cd4)
  • rewrite migration strategy documentation (8fd5689)