more adjustments

This commit is contained in:
2026-03-12 19:08:51 -04:00
parent 19e7c94c2e
commit 1f8bb58219
14 changed files with 272 additions and 213 deletions

View File

@@ -1,12 +1,12 @@
[ai]
provider = "gemini_cli"
model = "gemini-2.5-flash-lite"
temperature = 0.85
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
top_p = 1.0
max_tokens = 1024
max_tokens = 32000
history_trunc_limit = 900000
active_preset = ""
system_prompt = "Overridden Prompt"
active_preset = "Default"
system_prompt = ""
[projects]
paths = [
@@ -17,7 +17,7 @@ paths = [
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_project.toml",
]
active = "C:\\projects\\manual_slop\\tests\\artifacts\\live_gui_workspace\\manual_slop.toml"
active = "C:/projects/gencpp/gencpp_sloppy.toml"
[gui]
separate_message_panel = false
@@ -38,7 +38,7 @@ separate_tier4 = false
"AI Settings" = true
"MMA Dashboard" = true
"Task DAG" = true
"Usage Analytics" = true
"Usage Analytics" = false
"Tier 1" = false
"Tier 2" = false
"Tier 3" = false
@@ -54,7 +54,6 @@ Response = false
"Tool Calls" = false
Theme = true
"Log Management" = true
Diagnostics = false
[theme]
palette = "Nord Dark"
@@ -69,3 +68,8 @@ max_workers = 4
[headless]
api_key = "test-secret-key"
[paths]
conductor_dir = "C:\\projects\\gencpp\\.ai\\conductor"
logs_dir = "C:\\projects\\manual_slop\\logs"
scripts_dir = "C:\\projects\\manual_slop\\scripts"