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 097563b commit 8d8373bCopy full SHA for 8d8373b
src/core/tools/newTaskTool.ts
@@ -43,7 +43,7 @@ export async function newTaskTool(
43
44
cline.consecutiveMistakeCount = 0
45
// Un-escape one level of backslashes before '@' for hierarchical subtasks
46
- // Un-escape one level: \\@ -> @ (This seems to be the observed behavior)
+// Un-escape one level: \\@ -> \@ (removes one backslash for hierarchical subtasks)
47
const unescapedMessage = message.replace(/\\\\@/g, "\\@")
48
49
// Verify the mode exists
0 commit comments