Skip to main content
Linksee Memory 0.15 reduced the surface from eleven tools to six. The reason is not tidiness: eight tools had already produced model-dependent behaviour across Claude, GPT, Cursor, Codex and Gemini, and the surface had crept to eleven. Six is what an agent can hold without a manual. The five folded names are hidden from tools/list but a call to any of them still works, so a skill or agent written against an earlier version does not break. Set LINKSEE_LEGACY_TOOLS=1 to list them again; each description names its replacement.

Older still

Versions before 0.7 exposed update_memory, forget, consolidate, recall_file and list_entities. Those were folded into remember (update = memory_id; delete = forget: true), recall (path for file history; overview: true for the entity list) and the startup consolidation sweep. They are not served.