feat(evolution): default on for new installs, unify naming, add docs

This commit is contained in:
zhayujie
2026-06-09 10:49:43 +08:00
parent 33c03e30d9
commit 7e6a309935
9 changed files with 63 additions and 27 deletions

View File

@@ -40,5 +40,6 @@
"agent_max_steps": 20,
"enable_thinking": false,
"reasoning_effort": "high",
"knowledge": true
"knowledge": true,
"self_evolution_enabled": true
}