Claude Code: Resume last conversation session automatically on startup
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Claude Code should proactively reference project memory at the start of each session rather than waiting to be prompted.
Proposed Solution
When Claude Code starts a new session, it should:
- Detect the most recent conversation in the project
- Summarise the last session's context (what was being worked on, where it left off)
- Prompt the user: "It looks like you were working on MilTracker last session — want to continue?"
- If yes, load the context and carry on
Similar to how VS Code asks "Restore previous session?" when you reopen it.
The memory file system is already 90% of the way there - it just needs Claude to proactively read and act on it at startup rather than waiting to be asked.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Other
Use Case Example
I was building a web app across multiple sessions. Each time I reopened Claude Code I had to re-explain the project, what we were working on, and where we left off - even though the memory file had all the context. Claude should automatically detect and resume the last session without requiring manual prompting.
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗