mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update prompt
This commit is contained in:
parent
e8d17d39b2
commit
1429970558
1 changed files with 1 additions and 1 deletions
|
|
@ -1782,7 +1782,7 @@ ${
|
|||
details += `\n## ${busyTerminal.lastCommand}`
|
||||
const newOutput = this.terminalManager.getUnretrievedOutput(busyTerminal.id)
|
||||
if (newOutput) {
|
||||
details += `\nNew Output:\n${newOutput}`
|
||||
details += `\n### New Output\n${newOutput}`
|
||||
} else {
|
||||
// details += `\n(Still running, no new output)` // don't want to show this right after running the command
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue