Skip to content

v1.16.1 Fix export_memory_graph schema and remove emoji decorators

Choose a tag to compare

@JochenYang JochenYang released this 21 Oct 06:57
· 100 commits to main since this release

Fixed

  • Critical: Fixed export_memory_graph tool schema error that caused tool registration failure
    • Removed incorrect required: true from project_id property definition
    • Tool now correctly registers and can be called by AI assistants
  • UI Cleanup: Removed emoji decorators from tool descriptions
    • update_quality_scores: Removed 🚀 [NEW] prefix
    • export_memory_graph: Removed 📊 [NEW] prefix
    • Improves consistency and reduces visual clutter in tool listings

Technical

  • JSON Schema compliance: required field now only at inputSchema level
  • Tool descriptions now follow consistent plain-text format