-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bug Report: Automatic Suggestion Menu Stops Appearing After File Addition via Prompt Instructions #2701
Comments
I have also observed the suggestion menu stops appearing immediately after Aider suggests adding a command or output to the chat, regardless if you respond yes or no to the prompt. You have to /quit and restart aider to get the suggestion menu back. |
The fix should be available in the main branch. You can get it by installing the latest version from github:
If you have a chance to try it, let me know if it works better for you. |
Hi Paul. I took a quick look, and the suggestion menu appears to be working again, but I'm not sure the /run command is working anymore. |
Works. Thank you so much. Need to check the /run command too to verify comment above. |
I think it is fixed. Run seems to work for me. I can open a new ticket, but I have a question if you could please help. I've been trying other agents, where they can see the outputs of the console and can run commands as well, but I like aider granular control better. I've been struggling to set this up with aider. I have been streaming the output of console to a log file and watching it, but its not that great. LLM keeps saying it wants me to add a new file to see the latest changes even though its being watched. Is there a native solution to this? |
Description
A bug occurs in the Aider tool where the automatic gray suggestion menu (for commands or files) disappears after a file is added indirectly via typing part of the filename into the prompt. This behavior differs from using the explicit
/add
command. After the bug manifests, the menu does not reappear unless Aider is restarted. The tab key still functions for autocompletion, but the absence of the menu significantly impacts usability.Steps to Reproduce
look into H(...)
).Hero.svelte
).Expected Behavior
The automatic gray suggestion menu should continue to appear during typing after a file is added through prompt instructions, just as it does when using the
/add
command explicitly.Actual Behavior
Additional Information
/add
command.Version and model info
Aider v0.69.1
Model: openrouter/anthropic/claude-3-5-haiku-20241022 with whole edit format +sonnet-3.5 with default options (unlimited output etc)
Windows CMD + PS on Win10
The text was updated successfully, but these errors were encountered: