diff --git a/src/tools/BashTool/commentLabel.ts b/src/tools/BashTool/commentLabel.ts index dd36df8..7d1ea22 100644 --- a/src/tools/BashTool/commentLabel.ts +++ b/src/tools/BashTool/commentLabel.ts @@ -11,3 +11,4 @@ export function extractBashCommentLabel(command: string): string | undefined { if (!firstLine.startsWith('#') || firstLine.startsWith('#!')) return undefined return firstLine.replace(/^#+\s*/, '') || undefined } +