Files
manual_slop/config.toml

43 lines
1.0 KiB
TOML

[ai]
provider = "gemini"
model = "gemini-2.5-flash-lite"
temperature = 0.0
max_tokens = 8192
history_trunc_limit = 8000
system_prompt = ""
[projects]
paths = [
"project.toml",
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_project.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",
]
active = "C:\\projects\\manual_slop\\tests\\artifacts\\temp_livecontextsim.toml"
[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
Theme = true
"Log Management" = true
Diagnostics = true
[theme]
palette = "ImGui Dark"
font_path = ""
font_size = 16.0
scale = 1.0
[headless]
api_key = "test-secret-key"