-
Notifications
You must be signed in to change notification settings - Fork 585
Feature Request: Session Resumption for Claude Code CLI #1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I guess this is a hidden feature but there are logs of your convos per project in |
Can't you just use continue and resume to do this?
|
oh... yeah, i was assuming OP was talking about some kind of crash that caused the resume-session thing to fail. but if OP doesn't know about -r and -c, yeah that is the way to go. |
It sounds like maybe this feature is included and I didn't realize it. Ironically the first time I experienced a session crash, I re-opened my IDE's terminal invoked Claude-code and asked if there was a way we could resume our previous session. Claude assured me there was not, lamented that the CLI lacked this feature even though it's available via the Web UI, suggested I open an issue, and helped me write this feature request describing what was missing. So yea it's on me for not RTFM, but it's also on Claude for assuring me this feature did not exist and it would be valuable feedback for me to escalate this issue to the dev team. |
Same, I remember something about Also asked Claude for the feature, he assured me no such feature exist and pointed me to various issues with feature requests. Now here I realize that it is indeed existing, so the actual problem is that Claude should RTFM, and probably have it as a tool call. |
It says in the system prompt that Claude is not allowed to visit the Anthropic docs site. |
I didn't know about this feature until I read it in the CHANGELOG.md file. |
Maybe because it would take dev time to implement something that's basically already available by ending your session and typing |
Uh oh!
There was an error while loading. Please reload this page.
Problem
Terminal crashes and disconnections currently result in complete loss of context and work progress in the Claude Code CLI. Unlike the web interface which offers the ability to resume a previous session, CLI users must start from scratch after any interruption, leading to significant productivity loss and frustration. CLAUDE.md is proving to be insufficient for re-teaching claude-code what it needs to know in order to effectively resume a prior session.
Proposed Solution
Implement a session resumption feature for Claude Code CLI that:
User Impact
This would significantly improve the CLI experience by:
Technical Considerations
Why This Matters
Power users who prefer CLI interfaces shouldn't have fewer features than web users. Session resumption is especially critical in terminal environments where disconnections and crashes are more common than in browser interfaces. Currently I am so frustrated by this oversight I am looking for a Claude-Code alternative but I wouldn't need one if Anthropic would introduce this feature.
The text was updated successfully, but these errors were encountered: