[Feature Request] Allow Claude Code to access /resume command for conversation history

Resolved 💬 8 comments Opened Aug 31, 2025 by gonzalomelov Closed Jan 5, 2026

Problem

Currently, Claude Code cannot use the /resume slash command to access conversation history when users request information about their previous sessions. When a user asks Claude Code to show their last conversations, Claude Code has no programmatic way to access this information. This limitation prevents Claude Code from helping users identify, reference, or analyze their conversation history.

Current Behavior

  • The /resume command is available to users but not accessible to Claude Code
  • Claude Code cannot list or view session metadata when requested
  • Users must manually exit their current session to view conversation history
  • No programmatic access to session information exists within Claude Code

Desired Behavior

  • Claude Code should be able to access session history when users request it
  • Session metadata (timestamps, summaries, message counts) should be retrievable
  • Users should be able to ask "What were my last 5 conversations?" and get an answer
  • Claude Code should be able to help users find specific past sessions

User Impact

  • Users can ask Claude Code directly about their conversation history without leaving the current session
  • Better continuity and context awareness across multiple sessions
  • Improved user experience when trying to find or reference past work
  • Enables Claude Code to be more helpful with session management and analysis
  • Reduces friction in multi-session workflows

Use Cases

  • "Show me my recent conversations about React"
  • "What did we discuss yesterday?"
  • "List my last 10 sessions"
  • "Help me find the conversation where we worked on the authentication system"
  • "What conversations do I have from this week?"

Business Value

This enhancement would make Claude Code more self-aware and helpful, reducing user friction when managing multiple conversations. It aligns with the goal of making Claude Code a more intelligent and context-aware development assistant. This feature would differentiate Claude Code by providing better session management capabilities compared to other AI coding tools.

---
Based on user request to help analyze conversation history. This feature would enable Claude Code to better assist users in understanding their conversation patterns and finding relevant past sessions.

View original on GitHub ↗

This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗