Update README with detailed instructions for Aider /code mode usage#17
Update README with detailed instructions for Aider /code mode usage#17lutzleonhardt wants to merge 1 commit intomainfrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
This PR updates the README to clarify the requirements for using the toolprompt method with Aider. It highlights the necessity of using Aider's
/codemode for the automatic execution of tool-generated bash commands.Key changes include:
/codemode at the start of the section.--yesflag and switching to/codemode./codemode is omitted, helping users troubleshoot failed integrations.These updates aim to improve the developer experience by preventing common setup errors and providing a clearer path to a working integration.
Fixes #16
PR Type
Documentation
Description
Clarifies Aider
/codemode requirement for toolprompt integrationAdds step-by-step workflow with explicit mode switching instructions
Documents common errors and troubleshooting guidance
Explains why
/codemode is necessary for bash command executionDiagram Walkthrough
File Walkthrough
README.md
Expand Aider integration docs with workflow and troubleshootingREADME.md
/codemode requirement at section startstartup with
--yesflag and explicit/codemode switchingexplaining why they occur
/codemode is necessary for automatic bash commandexecution