Chat failing to find files using "terminal" #188526
Replies: 2 comments
-
|
Yes, this is a known issue with the current GitHub Copilot plugin (0.13.0) in Eclipse 2025-09 when using models like Claude Opus 4.6. What’s happening is the run_in_terminal tool is being triggered by Copilot Chat to search your workspace, but Eclipse is not properly returning the terminal output back to the chat session. Because of that, the tool call never resolves, and the UI gets stuck on the “Running run_in_terminal tool” spinner. This appears to be an integration bug between: GitHub Copilot for Eclipse (0.13.0) Eclipse 4.37.0 Tool-based model execution (Claude Opus 4.6) Workarounds that currently help: Cancel and restart the chat session Switch models Disable terminal tool usage (if configurable) Manually provide context Update plugin If none of the above works, reporting this through the GitHub Copilot feedback channel (Help → Report Issue in Eclipse) with logs attached would help the team reproduce it. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, this appears to be a known issue related to GitHub Copilot Chat in Eclipse when the assistant attempts to use the run_in_terminal tool and the result is not properly returned to the chat session. What seems to be happening is: -> Copilot attempts to search for files. -> It falls back to using the terminal. -> Eclipse opens the Terminal view and runs a command. -> The output does not get passed back into the chat. The chat remains stuck showing “Running run_in_terminal tool” with an indefinite progress indicator. This usually indicates a tool execution bridge problem between Eclipse, the Copilot plugin, and the backend model. Possible causes include:
Workarounds you can try:
If the chat is already stuck showing “Running run_in_terminal tool,” you will need to close that chat and start a new one, as there is currently no way to interrupt or recover the stuck tool execution from within the same session. This behavior has been reported in various IDE integrations and is typically related to tool response handling rather than a user configuration problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
General
Body
I'm using GitHub Copilot 0.13.0 in Eclipse 2025-09 (4.37.0). When I work with the chat, using Claude Opus 4.6, the chat is trying to find files yet missing from the context. It lists "Searching for files matching query: ..." messages, then writes "Let me try using the terminal to find these files:" It opens the "Terminal" view, runs a command, but it seems the results never make it back into the chat. The chat shows an indeterminate progress indicator "Running run_in_terminal tool", and I can't find a way to interact with the chat anymore.
Is this a known issue? Any workarounds?
Beta Was this translation helpful? Give feedback.
All reactions