From 1429970558f0e2c8f93bfab3d4cee555cee6092b Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:34:26 -0400 Subject: [PATCH] Update prompt --- src/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index 751ba59f95..b456b7f0f3 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -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 }