-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some suggestions #13
Comments
Some more suggestions for commands -> https://aider.chat/docs/usage/commands.html Also git integration (for And more LLMs than only OpenAI's (via LiteLLM) -> https://aider.chat/docs/llms.html Maybe even a clever "repository map", which helps the LLM to know about other files in the project? -> https://aider.chat/docs/repomap.html And there is so much code already existing for inspiration -> https://github.com/paul-gauthier/aider |
Thanks for the feedback and the great suggestions! Let's address each point: Tab completion for folders and subfolders: This would be a fantastic improvement! Implementing tab completion similar to a regular Linux shell would streamline file navigation and prevent the need for frequent directory changes or tedious copy-pasting. This is definitely something we’ll consider for improving user experience. Excellent idea! Tab completion for internal commands like /q expanding to /quit would make the interface more intuitive and reduce typing errors. Agreed! CTRL+C (or STRG+C in some keyboards) should exit gracefully without throwing errors or displaying unnecessary tracebacks. We'll prioritize making the exit behavior smoother. A /copy and /paste command that integrates with the host clipboard would make transferring data more efficient. It’s a useful suggestion for anyone who frequently works between different tools or documents. If you have more thoughts, feel free to share. Thanks for supporting the project! 👍 |
because without that adding files requires either changing directories all the time or diving into a copy&paste hell ;)
thanks for this project ! 👍
The text was updated successfully, but these errors were encountered: