/quit
Exits Aider (equivalent to /exit).
/quit immediately ends the running Aider session, exactly like /exit. It's a pure alias with no extra behavior.
โ WHEN TO USE IT?
Cleanly end the session instead of force-closing the terminal window
/quit after all desired changes have been committed
โ WHEN NOT TO?
You only want to reset files/history but keep working
/quit ends the whole process, not just the current chat selection.
Better: Use /reset to clear files and history without leaving Aider
SOURCES
- Aider Docs โ In-chat Commands โ aider.chat