Skip to content

Mem0 OpenCode Plugin (v0.4.1)

Choose a tag to compare

@kartik-mem0 kartik-mem0 released this 23 Sep 19:09
· 2 commits to main since this release
47a69e1

Improvements:

  • Search: The search_memories tool description no longer asks the agent to search proactively or to run several searches for multi-part questions. It now asks for a search before repeating investigation or when earlier decisions, fixes, commands, or results may help, the same wording as the other coding-agent plugins (#7420)
  • Session context: Removed two system-context lines that told the agent to run 2 parallel searches before responding and 2-4 parallel searches for non-trivial tasks (#7420)
  • Skills: /mem0-search and /mem0-context-loader make one search_memories call instead of 2 and 2-4 parallel calls. /mem0-context-loader now uses the search skill description from the other coding-agent plugins instead of asking to load at every new task or context switch (#7420)