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