From 47fa02f4dd6d3a9718c66e679ec33a1229c04936 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 7 May 2026 20:16:08 -0400 Subject: [PATCH] update config --- config.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 5a4b6ca..3c4b96b 100644 --- a/config.toml +++ b/config.toml @@ -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"