mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:28:27 +00:00
fix: clean status + help + mid alias
This commit is contained in:
@@ -12,7 +12,11 @@ export function normalizeThinkLevel(
|
||||
if (["min", "minimal"].includes(key)) return "minimal";
|
||||
if (["low", "thinkhard", "think-hard", "think_hard"].includes(key))
|
||||
return "low";
|
||||
if (["med", "medium", "thinkharder", "think-harder", "harder"].includes(key))
|
||||
if (
|
||||
["mid", "med", "medium", "thinkharder", "think-harder", "harder"].includes(
|
||||
key,
|
||||
)
|
||||
)
|
||||
return "medium";
|
||||
if (
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user