Examples of LLM prompts - [Commit message](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/prompts.py#L8-L22) - [History summarization](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/prompts.py#L46-L59) - [Coding agent general prompt](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/coders/udiff_prompts.py#L8-L19) - [Code diffing prompt](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/coders/udiff_prompts.py#L76-L111) - [Marking TODOs for agents with "ai" label](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/watch_prompts.py#L1-L12) - [Appending to history log](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/scripts/history_prompts.py#L1-L26) - [Too eager or too lazy model](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/coders/base_prompts.py#L12-L20) - [Terminal shell command request](https://github.com/Aider-AI/aider/blob/f38200c511674e83a1b34a44e85beb77ee78f5c7/aider/coders/shell.py#L1-L20)