[claude] Fix ImportError: memory_write missing from memory_system (#1249) #1251

Merged
claude merged 1 commits from claude/issue-1249 into main 2026-03-23 23:37:22 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
8a9dbef194 fix: resolve ImportError for memory_write in tool registry
Some checks failed
Tests / lint (pull_request) Failing after 31s
Tests / test (pull_request) Has been skipped
Update _register_memory_tools to import memory_store (the current
function name in memory_system.py) instead of memory_write, which
no longer exists after the tools.py breakup in #1215.

The tool is still registered under the name "memory_write" for
backward compatibility with any callers expecting that tool name.

Fixes #1249

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:36:53 -04:00