-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I have a cloud application in which my worker process that is using ClaudeSDKClient (the Python API) could crash. I need to resume my conversation, but the worker's file system is essentially inaccessible.
How might I resume the conversation in another worker? From reading anthropics/claude-code#5135, I suspect the most viable workaround is to persist my own independent conversation logs and then munge them into a jsonl file in a spoofed directory on my new worker instance.
Is that true? If there's not a better solution, is one planned?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested