config
This commit is contained in:
+18
-13
@@ -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
|
||||
|
||||
|
||||
+166
-2
@@ -9,13 +9,177 @@ auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = "9265f94d9756b1a37a7b8e195725654032d84747"
|
||||
last_updated = "2026-06-04T18:04:34"
|
||||
last_updated = "2026-06-07T00:49:52"
|
||||
history = [
|
||||
"@2026-02-21T18:22:58\nUser:\nI will now try to generate a response from the AI. I will then try to run a tool call. Finally, I will try to generate a response from the AI again.",
|
||||
]
|
||||
sent_markdown = ""
|
||||
sent_system_prompt = ""
|
||||
context_snapshot = []
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "aggregate.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "ai_client.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "api_hook_client.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "api_hooks.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "config.toml"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "events.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "gui.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "gui_2.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "manual_slop.toml"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "manual_slop_history.toml"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "performance_monitor.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "project_manager.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "pyproject.toml"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "shell_runner.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[[discussions.main.context_snapshot]]
|
||||
path = "tests/test_agent_tools_wiring.py"
|
||||
auto_aggregate = false
|
||||
force_full = false
|
||||
view_mode = "full"
|
||||
ast_signatures = false
|
||||
ast_definitions = false
|
||||
custom_slices = []
|
||||
|
||||
[discussions.main.context_snapshot.ast_mask]
|
||||
|
||||
[discussions.docs]
|
||||
git_commit = "68e895cb8a0144061d1e3b959b7c9f7f98a0c7ed"
|
||||
|
||||
@@ -87,8 +87,8 @@ Size=900,700
|
||||
Collapsed=0
|
||||
|
||||
[Window][Diagnostics]
|
||||
Pos=1655,28
|
||||
Size=1658,1838
|
||||
Pos=982,29
|
||||
Size=1449,1492
|
||||
Collapsed=0
|
||||
DockId=0x00000006,4
|
||||
|
||||
@@ -619,9 +619,9 @@ Column 1 Width=100
|
||||
Column 2 Weight=1.0000
|
||||
|
||||
[Table][0xA02D8C87,3]
|
||||
RefScale=20
|
||||
Column 0 Width=223
|
||||
Column 1 Width=150
|
||||
RefScale=21
|
||||
Column 0 Width=234
|
||||
Column 1 Width=157
|
||||
Column 2 Weight=1.0000
|
||||
|
||||
[Table][0xD0277E63,2]
|
||||
|
||||
Reference in New Issue
Block a user