checkpoint done with ux refinement for the night

This commit is contained in:
2026-03-11 00:32:35 -04:00
parent 7ee50f979a
commit 847096d192
6 changed files with 565 additions and 80 deletions

View File

@@ -1,10 +1,19 @@
[personas.Default]
system_prompt = ""
provider = "minimax"
tool_preset = "Default"
bias_profile = "Balanced"
[[personas.Default.preferred_models]]
model = "MiniMax-M2.5"
preferred_models = [
"MiniMax-M2.5",
]
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