run terminal ,it always blocking on jetbrains
Opened this issue · 3 comments
sicher888 commented
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: windows
- Continue version:1.35
- IDE version:intellij
- Model: claude 3.7 sonnet
- config:
OR link to agent in Continue hub:Description
if i run command "gradle build ", it is very slowly ,and always blocking, can we use intellij-terminal and watch ouput result ?
To reproduce
No response
Log output
RomneyDa commented
@sicher888 do you mean when the model runs this using the terminal tool? You can "background" the task or cancel it and hit the run button in the top right:
Does this help?
chezsmithy commented
If you ask the LLM to run the grade build in the background it will start and immediately return. You will also continue to see the commands stream in the terminal window until you stop it.
sicher888 commented
not move to background, when command execute "gradle build", i can see gradle build complete , but task is not stop, it is always loading