一键导入
load-context
Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Load deferred memories that didn't fit in the initial session start injection. Use this after greeting to stream additional context.
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for MCP tools and slash commands.
LTM (Long Term Memory) command reference. Use when saving memories, searching memories, or managing the memory system. Provides syntax for remember, recall, forget, memories, and other LTM commands.
Automatically remember and recall important events without user prompting
基于 SOC 职业分类
| name | load-context |
| description | Load all LTM memories for the current session. Primary method when SessionStart hook is disabled (Windows Terminal bug workaround). |
Manually loads all LTM memories into the current session context.
/refresh-memories does the same thingUse the MCP tool (works in all projects):
mcp__anima__memory(action="refresh")
Or via CLI (Anima project only):
uv run anima load-context
--all flag is default)Note: When called from CLI, --all is automatic. No need to run /load-deferred separately.
Subconscious memories are now indexed automatically at session end.
Use /recall --subconscious to search past dialogues.
To disable automatic memory injection (workaround for Windows Terminal issue #23083):
.claude/settings.local.json/load-context to load memories manuallyThe other matchers (resume, compact, clear) can remain - they fire after the session is interactive.
Returns the full session start context including:
/load-context: Loads ALL memories (full session start)/load-deferred: Loads only the memories that were deferred due to 25KB hook output limitUse /load-context when auto_inject is disabled.
Use /load-deferred after greeting when auto_inject is enabled.