feat: update default config in run script

This commit is contained in:
zhayujie
2026-06-11 19:30:08 +08:00
parent d5427d967a
commit 6fb19a68b5
2 changed files with 6 additions and 6 deletions

View File

@@ -638,9 +638,9 @@ function New-ConfigFile {
linkai_api_key = ""
linkai_app_code = ""
agent = $true
agent_max_context_tokens = 40000
agent_max_context_turns = 30
agent_max_steps = 15
agent_max_context_tokens = 50000
agent_max_context_turns = 20
agent_max_steps = 20
# New installs opt into self-evolution (matches run.sh).
self_evolution_enabled = $true
}