Files
manual_slop/config.toml
Ed_ 02abfc410a fix(opencode): Remove step limits, disable auto-compaction, raise temperatures, expand MMA tier commands
- Remove steps limits from all 6 agent files
- Disable auto-compaction (auto: false, prune: false)
- Raise temperatures (tier1: 0.5, tier2: 0.4, tier3: 0.3, tier4: 0.2, general: 0.3, explore: 0.2)
- Add Context Management sections to tier1/tier2
- Add Pre-Delegation Checkpoint to tier2
- Expand all 4 MMA tier commands with full protocol documentation
2026-03-10 13:00:44 -04:00

71 lines
1.7 KiB
TOML

[ai]
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
max_tokens = 32000
history_trunc_limit = 900000
active_preset = "Default"
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"
[gui]
separate_message_panel = false
separate_response_panel = false
separate_tool_calls_panel = false
bg_shader_enabled = true
crt_filter_enabled = false
separate_task_dag = false
separate_usage_analytics = true
separate_tier1 = false
separate_tier2 = false
separate_tier3 = false
separate_tier4 = false
[gui.show_windows]
"Context Hub" = true
"Files & Media" = true
"AI Settings" = true
"MMA Dashboard" = true
"Task DAG" = false
"Usage Analytics" = false
"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" = true
Diagnostics = false
[theme]
palette = "Nord Dark"
font_path = "C:/projects/manual_slop/assets/fonts/Inter-Regular.ttf"
font_size = 14.0
scale = 1.0
transparency = 0.5099999904632568
child_transparency = 0.699999988079071
[mma]
max_workers = 4
[headless]
api_key = "test-secret-key"