Doriandarko / claude-engineer

Claude Engineer is an interactive command-line interface (CLI) that leverages the power of Anthropic's Claude-3.5-Sonnet model to assist with software development tasks. This tool combines the capabilities of a large language model with practical file system operations and web search functionality.
9.17k stars 977 forks source link

Save Chat Logs #37

Closed SupercaliG closed 2 months ago

SupercaliG commented 3 months ago

It would be nice to add a feature that saves the chat log at the end of a session.

ggoosen commented 3 months ago

Agree, and then picks up from that if you need to start again! Like when you're API rate limited :D

mangoryan79 commented 2 months ago

Agree, I have only spent $5 in credits and have been rate-limited twice. And when I go back in later, there is no context. I was moving files and changing folder reference names across several files from one folder to another and it stopped halfway through the process. Then it didn't remember where I left off.

ggoosen commented 2 months ago

I get rate limited all the time. Ive been trying to test this tool to see how effective it is to build an entire app. You acnt do that in the daily rates.

Minocrisy commented 2 months ago

This is an issue, but i noticed <# Set up the conversation memory conversation_history = []> in the code. I guess there is a way. For now, i created a file that i paste the errors into, and a plan file to mark off, and the latest task chat if i get limited in the middle of a task. not perfect, but it works most of the time.

Doriandarko commented 2 months ago

Coming tomorrow