Files
manual_slop/config.toml
2026-03-12 20:28:19 -04:00

77 lines
1.8 KiB
TOML

[ai]
provider = "gemini_cli"
model = "gemini-3-flash-preview"
temperature = 0.8500000238418579
top_p = 1.0
max_tokens = 1024
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\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml"
[gui]
separate_message_panel = false
separate_response_panel = false
separate_tool_calls_panel = false
bg_shader_enabled = false
crt_filter_enabled = false
separate_task_dag = false
separate_usage_analytics = false
separate_tier1 = false
separate_tier2 = false
separate_tier3 = false
separate_tier4 = false
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = true
"Task DAG" = true
"Usage Analytics" = true
"Tier 1" = false
"Tier 2" = false
"Tier 3" = false
"Tier 4" = false
"Tier 1: Strategy" = false
"Tier 2: Tech Lead" = false
"Tier 3: Workers" = false
"Tier 4: QA" = false
"Discussion Hub" = true
"Operations Hub" = true
Message = false
Response = false
"Tool Calls" = false
Theme = true
"Log Management" = true
Diagnostics = false
[theme]
palette = "Nord Dark"
font_path = "fonts/Inter-Regular.ttf"
font_size = 16.0
scale = 1.0
transparency = 1.0
child_transparency = 1.0
[mma]
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"