You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the agentic mode, the agent fails to use the files explicitly mentioned in the chat using @. Instead of directly referencing the mentioned files, the agent tries to locate the files in the codebase by searching, sometimes using its own regex logic. This behavior leads to inconsistent results and often fails to find the correct file, especially when the mentioned files are not currently opened in the IDE.
Reproduction
Switch to agentic mode.
Provide a specific prompt that includes references to files using @, ensuring the mentioned files are not currently open.
Observe the agent's behavior when attempting to use the mentioned files.
Note that the agent tries to locate files in the codebase via search or regex rather than referencing the mentioned files.
Log output
No response
The text was updated successfully, but these errors were encountered:
Before submitting your bug report
Environment
Description
When using the agentic mode, the agent fails to use the files explicitly mentioned in the chat using @. Instead of directly referencing the mentioned files, the agent tries to locate the files in the codebase by searching, sometimes using its own regex logic. This behavior leads to inconsistent results and often fails to find the correct file, especially when the mentioned files are not currently opened in the IDE.
Reproduction
Log output
No response
The text was updated successfully, but these errors were encountered: