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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save Chat Logs

SupercaliG opened this issue · comments

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

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

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.

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.

commented

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.

Coming tomorrow