Issue
I have an app in flutter, and I'm using the following settings to start the aider:
aider:
aider --yes --dark-mode --cache-prompts --map-tokens 2000 --model anthropic/claude-3-7-sonnet-latest --env-file .aider.env
The problem that I face is.. sometimes aider writes code that is not in my code base... e.g. it writes .cpp code.. and my app is in Flutter. It consume a lot of tokens when it did that.
Version and model info
Aider: Aider v0.59.1
Model:anthropic/claude-3-7-sonnet-latest