Release 0.69.0
Pre-release
Pre-release
[0.69.0] - 2026-05-25
Removed
- Memory system (complete removal, no deprecation window). Deleted the entire
memory subsystem: thememory_*MCP tools (memory_store,memory_recall,
memory_forget,memory_sync,memory_verify,memory_review_events), the
admin memory routes andMemoryBrowserUI, 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 nextinit_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. Thesoulstable is
dropped automatically on nextinit_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 viamemory_store
and surfaced an open-count insession_initviamemory_recall. With the
memory backend gone, the feature has no storage and is removed in full:
_get_open_followup_countand thefollow_up_tasks_opensession-init key,
all skill/command Follow-up Task wording, schema validation entries, and
thetests/test_session_init_followups.pysuite.
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.