fix(conductor): Apply review suggestions for track 'opencode_config_overhaul_20260310'

This commit is contained in:
2026-03-10 21:07:50 -04:00
parent f5ea0de68f
commit 8c5b5d3a9a
3 changed files with 35 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
[ai]
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
provider = "gemini_cli"
model = "gemini-2.5-flash-lite"
temperature = 0.30000001192092896
max_tokens = 32000
history_trunc_limit = 900000
active_preset = "Default"
system_prompt = ""
active_preset = "TestGlobal"
system_prompt = "Overridden Prompt"
[projects]
paths = [
@@ -16,7 +16,7 @@ paths = [
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_project.toml",
]
active = "C:/projects/gencpp/gencpp_sloppy.toml"
active = "C:\\projects\\manual_slop\\tests\\artifacts\\live_gui_workspace\\manual_slop.toml"
[gui]
separate_message_panel = false
@@ -24,11 +24,11 @@ separate_response_panel = false
separate_tool_calls_panel = false
bg_shader_enabled = true
crt_filter_enabled = false
separate_task_dag = false
separate_task_dag = true
separate_usage_analytics = true
separate_tier1 = false
separate_tier2 = false
separate_tier3 = false
separate_tier3 = true
separate_tier4 = false
[gui.show_windows]
@@ -36,7 +36,7 @@ separate_tier4 = false
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = true
"Task DAG" = false
"Task DAG" = true
"Usage Analytics" = false
"Tier 1" = false
"Tier 2" = false
@@ -44,7 +44,7 @@ separate_tier4 = false
"Tier 4" = false
"Tier 1: Strategy" = false
"Tier 2: Tech Lead" = false
"Tier 3: Workers" = false
"Tier 3: Workers" = true
"Tier 4: QA" = false
"Discussion Hub" = true
"Operations Hub" = true
@@ -53,7 +53,7 @@ Response = false
"Tool Calls" = false
Theme = true
"Log Management" = true
Diagnostics = false
Diagnostics = true
[theme]
palette = "Nord Dark"