update config
This commit is contained in:
+10
-10
@@ -1,4 +1,4 @@
|
||||
[ai]
|
||||
[ai]
|
||||
provider = "minimax"
|
||||
model = "MiniMax-M2.5"
|
||||
temperature = 0.0
|
||||
@@ -53,7 +53,7 @@ Response = false
|
||||
Theme = true
|
||||
"Log Management" = true
|
||||
Diagnostics = false
|
||||
"External Tools" = true
|
||||
"External Tools" = false
|
||||
"Shader Editor" = false
|
||||
"Undo/Redo History" = false
|
||||
|
||||
@@ -86,18 +86,18 @@ chunk_overlap = 200
|
||||
provider = "mock"
|
||||
collection_name = "manual_slop"
|
||||
|
||||
[tools.text_editors]
|
||||
# Add your external editors here
|
||||
# Format: editor_name = "C:\\path\\to\\executable.exe"
|
||||
# Or use the structured format with diff_args
|
||||
|
||||
[tools.text_editors.vscode]
|
||||
path = "C:\\path\\to\\code.exe"
|
||||
diff_args = ["--diff"]
|
||||
path = "C:\\apps\\Microsoft VS Code Insiders\\Code - Insiders.exe"
|
||||
diff_args = [
|
||||
"--diff",
|
||||
]
|
||||
|
||||
[tools.text_editors.notepadpp]
|
||||
path = "C:\\Program Files\\Notepad++\\notepad++.exe"
|
||||
diff_args = ["-multiInst", "-nosession"]
|
||||
diff_args = [
|
||||
"-multiInst",
|
||||
"-nosession",
|
||||
]
|
||||
|
||||
[tools.text_editors.ten_x_editor]
|
||||
path = "C:\\path\\to\\10xEditor.exe"
|
||||
|
||||
Reference in New Issue
Block a user