بنقرة واحدة
session-history
Show what happened in recent past sessions on this project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show what happened in recent past sessions on this project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose mempalace setup (config, palace path, MCP, FTS/index health)
List or inspect people/project entities tracked in the mempalace graph
Mine a project directory into the mempalace corpus (drawers, rooms, wings)
Hybrid search over the mempalace corpus (BM25 + vectors + optional graph)
Show mempalace palace status (drawers, wings, rooms, health)
Trace a file, function, or line back to the agent session that produced its current commit
| name | session-history |
| description | Show what happened in recent past sessions on this project |
| user-invocable | true |
Fetch recent session history using the memory_sessions MCP tool with limit: 20.
Call memory_sessions with limit: 20, render a reverse-chronological timeline.
Get a quick overview of recent work across all projects without digging into individual sessions.
memory_sessions with limit: 20.WRONG -- filtering by project:
// session-history shows ALL projects. Use recap for project-scoped view.
RIGHT -- showing all sessions without project filter:
// Session list across all projects, clearly labeled by project name.
WRONG -- inventing sessions:
// No sessions? Say so. Don't fabricate.
If memory_sessions is not available:
/plugin list in Claude Code, confirm mempalace is enabled..mcp.json is only read on startup)./mcp to see if the mempalace MCP server is connected.See
_shared/TROUBLESHOOTING.mdandEXAMPLES.mdfor more.