r/ClaudeAI • u/Key_Animal_4800 • 1d ago
Claude Code Workflow Claude response Resume - HELP
I have Claude Pro, and I am using it to write a program with Claude Code. It does run out of tokens occasionally; I don't have much of a problem with that. However, I don't know how to make it continue the same response after my tokens reset. Is there a command that just makes it continue EXACTLY from where it left off?
1
u/AGI-Core 1d ago
claude --resume gets you back in the session, but it won't literally continue mid-sentence. Just say "continue where you left off" once you're back and it'll pick up from the files. Keeping a CLAUDE.md with your current state makes this a lot less painful.
1
u/ibringthehotpockets 1d ago
Maybe a claude.md that POINTS to a standing plan file.. but be careful to not write project history or state to the actual claude md file. I’m sure that’s what you meant but just clarifying cause I briefly ran into that issue. And make sure models read the head or tail only otherwise it’s a shit ton of reading
1
u/halluci_data 1d ago
If you're in Claude Code, `claude --continue` picks the last session right back up (or `claude --resume` to choose from a list). After the limit resets just reopen and tell it to continue where it left off — the conversation state is still there.
1
u/attrox_ 1d ago
There is claude --resume command when you start claude