chore: config, layout, project history, simulation framework updates

This commit is contained in:
2026-03-02 10:15:44 -05:00
parent 0b5552fa01
commit eb293f3c96
9 changed files with 93 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
[ai]
provider = "gemini"
provider = "gemini_cli"
model = "gemini-2.5-flash-lite"
temperature = 0.0
max_tokens = 8192
@@ -15,7 +15,7 @@ paths = [
"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_liveexecutionsim.toml"
active = "C:\\projects\\manual_slop\\tests\\artifacts\\temp_livecontextsim.toml"
[gui.show_windows]
"Context Hub" = true
@@ -29,8 +29,8 @@ active = "C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.tom
"Discussion Hub" = true
"Operations Hub" = true
Theme = true
"Log Management" = false
Diagnostics = false
"Log Management" = true
Diagnostics = true
[theme]
palette = "ImGui Dark"