first mvp
This commit is contained in:
+10
-20
@@ -1,23 +1,13 @@
|
||||
ignore:
|
||||
- node_modules
|
||||
- dist
|
||||
- "*.log"
|
||||
config:
|
||||
path_mode: relative
|
||||
|
||||
include:
|
||||
- "*.go"
|
||||
- "*.py"
|
||||
- "*.ts"
|
||||
prompts:
|
||||
preset: "下面的代码来自文件 {{path}}:\n---\n{{content}}"
|
||||
|
||||
max_file_size_kb: 200
|
||||
preset:
|
||||
internal:
|
||||
- "internal/tree/*"
|
||||
- "internal/utils/glob.go"
|
||||
|
||||
bundle:
|
||||
max_tokens: 20000
|
||||
add_file_header: true
|
||||
format: "markdown" # or plain
|
||||
|
||||
clipboard:
|
||||
auto_copy: true
|
||||
|
||||
tree:
|
||||
show_size: true
|
||||
max_depth: 5
|
||||
cmd:
|
||||
- "cmd/*"
|
||||
Reference in New Issue
Block a user