←back to thread

Claude Code Checkpoints

(claude-checkpoints.com)
184 points punnerud | 2 comments | | HN request time: 0.594s | source
Show context
Wowfunhappy ◴[] No.45051427[source]
This is something I really wish was just built-in to Claude Code. I want it built in because I don't want to have to think about it beforehand. I should be able to jump back in conversation history and have the state of the code jump back with me, so it's restored to the same state it originally was at that point in the conversation.

(There does also need to be a way to jump back in the conversation history without reverting the code, there are times that is useful too!)

replies(8): >>45051492 #>>45051499 #>>45051622 #>>45052190 #>>45052214 #>>45053847 #>>45054580 #>>45062530 #
kristianp ◴[] No.45051492[source]
This was a pain point in coming from Aider to CC. How to have diffs of the changes once CC has done the changes? Having git commits done the way Aider does it would have saved me a lot of time.
replies(1): >>45051750 #
1. CuriouslyC ◴[] No.45051750[source]
You can prompt claude code to do that, or use hooks. You can run lint/test/commit automatically on agent stop.
replies(1): >>45052199 #
2. black_knight ◴[] No.45052199[source]
Yes, but the convenience of aider’s /undo might take quite some work to replicate.