fix: clean status + help + mid alias

This commit is contained in:
Peter Steinberger
2026-01-05 07:24:51 +01:00
parent 5aebc07369
commit 5431a9c692
4 changed files with 21 additions and 4 deletions

View File

@@ -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 (
[