You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ import (
8
8
"regexp"
9
9
"strings"
10
10
11
-
"github.com/spf13/cobra"
12
11
u "github.com/rostrovsky/sourceprompt/pkg/utils"
12
+
"github.com/spf13/cobra"
13
13
)
14
14
15
15
constDEFAULT_PROMPT=`You will be provided with a markdown text (under the "---" separator) containing the contents of a codebase. Each code snippet will be enclosed in code fences, along with the corresponding file name. Your task is to analyze the codebase and gain a comprehensive understanding of its structure, functionality, and key features.
@@ -34,7 +34,7 @@ Your analysis should be thorough, insightful, and aimed at enabling AI agents to
0 commit comments