Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:01
· 1345 commits to main since this release

[2.4.0] - 2026-04-08

Bug Fixes

  • Path traversal, dead tests, install.sh version check
  • exporters: Protocol consistency, archive schema, incremental import
  • types: Resolve 73 pyright errors across test files
  • web: Restore missing Alpine stores, remove dead split.js ref

CI/CD

  • Add bandit SAST, pin action SHAs, add uv audit

Documentation

  • Document split-pane resize bug and layout redesign solution
  • Cleanup obsolete docs and add codebase review

Features

  • adapters: Extract agent logic into plugin architecture

Refactoring

  • Fix layer violations, UTC timestamps, dead code
  • settings: Data-driven load_settings, complexity 19→9
  • session: Extract _handle_start to session/start.py
  • session: Decompose end_session_common, complexity 19→4
  • query: Split query_logic.py into 3 focused modules

Testing

  • Add coverage for embeddings.py and semantic_search.py