feat(ui): Improve text rendering clarity with 3x font oversampling
This commit is contained in:
18
config.toml
18
config.toml
@@ -1,6 +1,6 @@
|
||||
[ai]
|
||||
provider = "minimax"
|
||||
model = "MiniMax-M2.5"
|
||||
provider = "deepseek"
|
||||
model = "deepseek-chat"
|
||||
temperature = 0.0
|
||||
max_tokens = 24000
|
||||
history_trunc_limit = 900000
|
||||
@@ -9,6 +9,11 @@ system_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"
|
||||
|
||||
@@ -16,6 +21,7 @@ active = "C:/projects/gencpp/gencpp_sloppy.toml"
|
||||
separate_message_panel = false
|
||||
separate_response_panel = false
|
||||
separate_tool_calls_panel = false
|
||||
bg_shader_enabled = true
|
||||
|
||||
[gui.show_windows]
|
||||
"Context Hub" = true
|
||||
@@ -28,12 +34,12 @@ separate_tool_calls_panel = false
|
||||
"Tier 4: QA" = true
|
||||
"Discussion Hub" = true
|
||||
"Operations Hub" = true
|
||||
Message = true
|
||||
Response = true
|
||||
"Tool Calls" = true
|
||||
Message = false
|
||||
Response = false
|
||||
"Tool Calls" = false
|
||||
Theme = true
|
||||
"Log Management" = true
|
||||
Diagnostics = true
|
||||
Diagnostics = false
|
||||
|
||||
[theme]
|
||||
palette = "DPG Default"
|
||||
|
||||
Reference in New Issue
Block a user