addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / memory_id
Added value: +{
+ "default": "",
+ "description": "Exact XMemo memory reference shown by search or recall.",
+ "title": "Memory Id",
+ "type": "string"
+}
removedInput schema / properties / metadata_json
Removed value: -{
- "default": "{}",
- "description": "Optional JSON object string with extra metadata for the operation.",
- "title": "Metadata Json",
- "type": "string"
-}
changedInput schema / properties / mode / default
Previous value: -"hard"New value: +"soft"
changedInput schema / properties / mode / description
Previous value: -"Deletion mode for forget_memory, such as soft_delete, hard_delete, or redact when supported."New value: +"Deletion mode: soft or soft_delete is the recoverable default; hard or hard_delete is permanent and unrecoverable and may be used only after explicit user confirmation."
addedInput schema / properties / mode / enum
Added value: +[
+ "soft",
+ "soft_delete",
+ "hard",
+ "hard_delete"
+]
removedInput schema / properties / query_hint
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Input value for the Forget tool.",
- "title": "Query Hint"
-}
removedInput schema / properties / replacement_content
Removed value: -{
- "default": "",
- "description": "Replacement text to store when redacting or replacing deleted memory content.",
- "title": "Replacement Content",
- "type": "string"
-}