Files
manual_slop/config.toml

49 lines
866 B
TOML

[ai]
provider = "gemini_cli"
model = "gemini-2.5-flash-lite"
temperature = 0.0
max_tokens = 8192
history_trunc_limit = 8000
system_prompt = ""
[projects]
paths = [
"C:/projects/gencpp/gencpp_sloppy.toml",
]
active = "C:/projects/gencpp/gencpp_sloppy.toml"
[gui]
separate_message_panel = false
separate_response_panel = false
separate_tool_calls_panel = false
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = 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 = true
[theme]
palette = "DPG Default"
font_path = ""
font_size = 14.0
scale = 1.0
[mma]
max_workers = 4
[headless]
api_key = "test-secret-key"