Loading...
Loading...
Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", or wants context on a specific location in the codebase.
npx skill4agent add rohitg00/agentmemory commit-contextgit blamegit log -Lgit blame -L <start>,<end> <file>git log -L :<function>:<file>git log -n 1 -- <file>memory_commit_lookupsha: "<full-sha>"GET $AGENTMEMORY_URL/agentmemory/session/by-commit?sha=<sha>Authorization: Bearer $AGENTMEMORY_SECRETmemory_recallgit showmemory_commit_lookupcommit: null