Files
manual_slop/personas.toml
T
ed d28fd58f03 fix(gui): limit Files & Media collapsible child height to reasonable max
The begin_child() was using (0, -40) which made it stretch to fill parent.
Changed to (0, min(len(items) * 30 + 50, 300)) so it:
- Sizes to content (30px per row + 50px header)
- Caps at 300px max height
- Allows scrolling when content overflows
2026-05-10 16:30:54 -04:00

22 lines
487 B
TOML

[personas.Default]
system_prompt = ""
tool_preset = "Default"
bias_profile = "Balanced"
aggregation_strategy = "auto"
[[personas.Default.preferred_models]]
model = "MiniMax-M2.7"
provider = "minimax"
temperature = 0.0
top_p = 1.0
max_output_tokens = 32000
history_trunc_limit = 900000
[[personas.Default.preferred_models]]
provider = "gemini_cli"
model = "gemini-3-flash-preview"
temperature = -1.4901161193847656e-08
max_output_tokens = 32000
history_trunc_limit = 900000
top_p = 1.0