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
This commit is contained in:
@@ -22,7 +22,7 @@ active = "C:/projects/gencpp/gencpp_sloppy.toml"
|
||||
separate_message_panel = false
|
||||
separate_response_panel = false
|
||||
separate_tool_calls_panel = false
|
||||
bg_shader_enabled = false
|
||||
bg_shader_enabled = true
|
||||
crt_filter_enabled = false
|
||||
separate_task_dag = false
|
||||
separate_usage_analytics = true
|
||||
@@ -59,9 +59,9 @@ Diagnostics = false
|
||||
palette = "Nord Dark"
|
||||
font_path = "C:/projects/manual_slop/assets/fonts/Inter-Regular.ttf"
|
||||
font_size = 14.0
|
||||
scale = 1.2000000476837158
|
||||
transparency = 1.0
|
||||
child_transparency = 1.0
|
||||
scale = 1.0
|
||||
transparency = 0.5099999904632568
|
||||
child_transparency = 0.699999988079071
|
||||
|
||||
[mma]
|
||||
max_workers = 4
|
||||
|
||||
Reference in New Issue
Block a user