claude-code - 💡(How to fix) Fix [FEATURE] claude --resume should show a conv summary rather than last message [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46831Fetched 2026-04-12 13:31:55
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Current behavior when i do claude --resume

When running claude --resume, the conversation picker displays the last message from each session. For long or technical sessions, this is often a one-word reply ("Clean." / "Done." / "now?") that gives zero context about what the conversation was actually about.

Proposed Solution

Expected behavior

Each entry in the resume list should show a short, meaningful summary — ideally 1 sentence describing the project/task (e.g. "UVM testbench lab for simple memory controller — completed driver, monitor, agent"). This could be:

  • Auto-generated by the model at session end or compaction
  • Stored as a conversation-level metadata field
  • Optionally user-editable (like a conversation title)

Why it matters

Users working across multiple projects accumulate many sessions. The current display makes it impossible to distinguish conversations without opening each one. A one-liner summary would let you immediately identify which session to resume.

Suggested implementation options

  1. Generate a summary title at session compaction time (model already has full context at that point)
  2. Allow claude --resume --title "my label" to manually tag a session
  3. Use the first substantive user message as a fallback title

Alternative Solutions

I am thinking if creating some end hooks or something so that the summary is written as last conversations to projects json

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement a conversation summary feature to display a short, meaningful description for each session in the claude --resume list.

Guidance

  • Consider generating a summary title at session compaction time, leveraging the model's full context.
  • Explore allowing users to manually tag a session with a title using a flag like claude --resume --title "my label".
  • Use the first substantive user message as a fallback title if auto-generation is not feasible.
  • Investigate creating end hooks to write the summary to a projects JSON file.

Example

No code snippet is provided as the issue lacks specific implementation details.

Notes

The proposed solution requires further discussion on the technical implementation, especially regarding the auto-generation of summaries and storage of conversation-level metadata.

Recommendation

Apply a workaround by allowing users to manually tag a session with a title using a flag like claude --resume --title "my label", as this provides an immediate solution for users to identify and distinguish conversations.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING