Skip to content

Release 0.69.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 May 06:14
· 13 commits to main since this release
f6ac72f

[0.69.0] - 2026-05-25

Removed

  • Memory system (complete removal, no deprecation window). Deleted the entire
    memory subsystem: the memory_* MCP tools (memory_store, memory_recall,
    memory_forget, memory_sync, memory_verify, memory_review_events), the
    admin memory routes and MemoryBrowser UI, the memory CLI commands, the
    memory-related worker tasks (rerank/transcript-harvest), the memory hook
    integrations and <memory-candidate> harvesting, and the installer's optional
    QMD and Serena tooling for memory hybrid search. DESTRUCTIVE: the memory
    database tables are dropped automatically on the next init_db (irreversible —
    any stored memories are lost on upgrade with no migration path).
  • Dead session-soul / recovery-injection chain. Removed the unwired
    session-soul persistence and recovery-injection code. The souls table is
    dropped automatically on next init_db (irreversible). detect_continuation_intent
    is retained but no longer wired into anything; session resume now always reports
    resume_available: False.
  • Follow-up Tasks subsystem (bundled with memory removal). The Follow-up
    Tasks feature introduced in 0.68.0 stored deferred work via memory_store
    and surfaced an open-count in session_init via memory_recall. With the
    memory backend gone, the feature has no storage and is removed in full:
    _get_open_followup_count and the follow_up_tasks_open session-init key,
    all skill/command Follow-up Task wording, schema validation entries, and
    the tests/test_session_init_followups.py suite.

Full Changelog: v0.68.0...v0.69.0


This release was automatically created when .version was updated to 0.69.0.

The floating tag v0 now points to this release.