Files
manual_slop/config.toml

63 lines
1.5 KiB
TOML

[ai]
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
max_tokens = 32000
history_trunc_limit = 900000
active_preset = "Default"
system_prompt = ""
[projects]
paths = [
"C:/projects/gencpp/gencpp_sloppy.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livecontextsim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveaisettingssim.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livetoolssim.toml",
"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"
[gui]
separate_message_panel = false
separate_response_panel = false
separate_tool_calls_panel = false
bg_shader_enabled = true
crt_filter_enabled = false
separate_task_dag = true
separate_usage_analytics = true
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = true
"Task DAG" = true
"Usage Analytics" = true
"Tier 1: Strategy" = true
"Tier 2: Tech Lead" = true
"Tier 3: Workers" = true
"Tier 4: QA" = true
"Discussion Hub" = true
"Operations Hub" = true
Message = true
Response = true
"Tool Calls" = true
Theme = true
"Log Management" = true
Diagnostics = false
[theme]
palette = "Nord Dark"
font_path = "C:/projects/manual_slop/assets/fonts/Inter-Regular.ttf"
font_size = 14.0
scale = 1.2000000476837158
transparency = 0.550000011920929
child_transparency = 0.6399999856948853
[mma]
max_workers = 4
[headless]
api_key = "test-secret-key"