From claude-dejavu
Lists recent Claude Code sessions in project/workspace/global scopes, outputting compact table of start time, AI title, project, turns, and session ID. Defaults to current project (limit 20). Supports --scope and --limit flags.
npx claudepluginhub hthsolid/claude-dejavu --plugin claude-dejavuUse the `dejavu_sessions` MCP tool from the claude-dejavu plugin to list recent sessions ingested into the dejavu index. Args: $ARGUMENTS Default behavior: - Scope = current project (cwd basename). - Limit = 20 most recent. Output a compact table with: started_at, ai_title (if any), project_slug, total_turns, session_id (truncated). Group by project if scope=global. If the user is hunting for a specific session to resume, suggest `/dejavu-resume <hint>` instead — it does the LLM-driven matching for them.
Share bugs, ideas, or general feedback.
Use the dejavu_sessions MCP tool from the claude-dejavu plugin to list
recent sessions ingested into the dejavu index.
Args: $ARGUMENTS
Default behavior:
Output a compact table with: started_at, ai_title (if any), project_slug, total_turns, session_id (truncated). Group by project if scope=global.
If the user is hunting for a specific session to resume, suggest
/dejavu-resume <hint> instead — it does the LLM-driven matching for them.