mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Update prompt
This commit is contained in:
@@ -1782,7 +1782,7 @@ ${
|
|||||||
details += `\n## ${busyTerminal.lastCommand}`
|
details += `\n## ${busyTerminal.lastCommand}`
|
||||||
const newOutput = this.terminalManager.getUnretrievedOutput(busyTerminal.id)
|
const newOutput = this.terminalManager.getUnretrievedOutput(busyTerminal.id)
|
||||||
if (newOutput) {
|
if (newOutput) {
|
||||||
details += `\nNew Output:\n${newOutput}`
|
details += `\n### New Output\n${newOutput}`
|
||||||
} else {
|
} else {
|
||||||
// details += `\n(Still running, no new output)` // don't want to show this right after running the command
|
// details += `\n(Still running, no new output)` // don't want to show this right after running the command
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user