@memory tool #65
Unanswered
Producerey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have a little question.
I'm not sure, if i miss something, but my @memory tool does not really work. It works when generate summaries. Now i found maybe a overlap between this tool, and the @memory tool by CodeCompanion itself (added on 31.10.2025 when i see t his right) https://codecompanion.olimorris.dev/usage/chat-buffer/tools#memory - which is somehow connected with https://platform.claude.com/docs/en/agents-and-tools/tool-use/memory-tool ?
Im not sure, which tool now be used when i do @memory, anyhow it was working one time, but i also get most of the time no results. Maybe I have to check how vector-code-cli works exactly, and will check my chromaDB, maybe there are just no vectors on it.
I think this tool should be renamed, to avoid conflicts?
thanks anyway :)
Edit:
Hmh special, i call in nvim
:lua print(vim.inspect(require("codecompanion.config").interactions.chat.tools.memory)- seems tool is overrided by the history plugin. But when i do @memory in the chat, it shows me the description of the codeCompanion tool..But yeah, i have a lot to understand here anyway.
Edit 2: The memory tool works, but I have to manually tell the LLM (Anthropic) the correct schema in every chat - otherwise it uses the wrong format (but somehow then also the wrong tool - i dont understand this correct). Funny anyway...
Beta Was this translation helpful? Give feedback.
All reactions