Private
Public Access
0
0
This commit is contained in:
2026-06-07 01:18:17 -04:00
parent 24b29bd3cb
commit 7d76e6392c
3 changed files with 189 additions and 20 deletions
+18 -13
View File
@@ -1,6 +1,6 @@
[ai]
provider = "minimax"
model = "MiniMax-M3"
model = "gemini-2.0-flash"
temperature = 0.0
top_p = 1.0
max_tokens = 999999
@@ -17,7 +17,7 @@ paths = [
active = "project.toml"
[gui]
separate_message_panel = true
separate_message_panel = false
separate_response_panel = true
separate_tool_calls_panel = true
bg_shader_enabled = false
@@ -47,7 +47,7 @@ separate_external_tools = false
"Tier 4: QA" = false
"Discussion Hub" = true
"Operations Hub" = true
Message = true
Message = false
Response = true
"Tool Calls" = true
"Text Viewer" = false
@@ -60,33 +60,38 @@ Diagnostics = false
"Undo/Redo History" = false
[theme]
palette = "Monokai"
palette = "10x Dark"
font_path = "fonts/MapleMono-Regular.ttf"
font_size = 20.0
scale = 1.0199999809265137
transparency = 1.0
child_transparency = 1.0
[theme.tone_mapping.moss]
brightness = 1.059999942779541
contrast = 0.5799999833106995
gamma = 1.059999942779541
[theme.tone_mapping.Binks]
brightness = 0.5600000023841858
contrast = 0.7900000214576721
gamma = 2.2100000381469727
[theme.tone_mapping.solarized_light]
brightness = 0.6899999976158142
contrast = 0.8600000143051147
gamma = 0.7699999809265137
[theme.tone_mapping.Binks]
brightness = 0.5600000023841858
contrast = 0.7900000214576721
gamma = 2.2100000381469727
[theme.tone_mapping.gray_variations]
brightness = 0.7699999809265137
contrast = 0.7200000286102295
gamma = 0.6899999976158142
[theme.tone_mapping."Solarized Light"]
brightness = 0.5
contrast = 0.8299999833106995
gamma = 1.0
[theme.tone_mapping.moss]
brightness = 1.059999942779541
contrast = 0.5799999833106995
gamma = 1.059999942779541
[mma]
max_workers = 4