Earlier quoted context omitted.
Aider is not agentic.
Could you provide some specific details about what is missing? I've been super busy studying and haven't been able to keep up with the gap between Aider and other tools. thank you!
Claude Code on the other hand, based on user's request, is capable of:
- researching the codebase to understand what needs to be done
- planning a TODO list for itself
- implementing the TODO list item by item
- running tests or typecheck etc. and iterating until checks pass
Basically if you give a sufficiently detailed plan as markdown to CC, it is capable of autonomously implementing the plan from start to finish, and that could even take something like 20 minutes.