We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49964a9 commit cab2ea7Copy full SHA for cab2ea7
src/core/assistant-message/presentAssistantMessage.ts
@@ -225,7 +225,7 @@ export async function presentAssistantMessage(cline: Task) {
225
return `[${block.name} in ${modeName} mode: '${message}']`
226
}
227
case "terminal_kill":
228
- return `[${block.name}']`
+ return `[${block.name}]`
229
case "run_slash_command":
230
return `[${block.name} for '${block.params.command}'${block.params.args ? ` with args: ${block.params.args}` : ""}]`
231
case "generate_image":
0 commit comments