Empty strings in bias_profiles.keys() and personas.keys() caused imgui.selectable() to fail with 'Cannot have an empty ID at root of window' assertion error. Added guards to skip empty names.
81 lines
1.9 KiB
TOML
81 lines
1.9 KiB
TOML
[ai]
|
|
provider = "minimax"
|
|
model = "MiniMax-M2.5"
|
|
temperature = 0.0
|
|
top_p = 1.0
|
|
max_tokens = 32000
|
|
history_trunc_limit = 900000
|
|
active_preset = ""
|
|
system_prompt = "Overridden 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 = 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
|
|
separate_external_tools = false
|
|
|
|
[gui.show_windows]
|
|
"Context Hub" = true
|
|
"Files & Media" = true
|
|
"AI Settings" = true
|
|
"MMA Dashboard" = false
|
|
"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" = false
|
|
Diagnostics = false
|
|
"External Tools" = false
|
|
"Shader Editor" = false
|
|
"Session Hub" = 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"
|