feat: support claude-opus-4-7 (#4293)

* feat: support claude-opus-4-7

* feat: summarized display for opus 4.7
This commit is contained in:
papersnake
2026-04-17 13:52:34 +08:00
committed by GitHub
parent 22e509c1ef
commit 47d7bca268
9 changed files with 107 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/samber/lo"
)
var EffortSuffixes = []string{"-max", "-high", "-medium", "-low", "-minimal"}
var EffortSuffixes = []string{"-max", "-xhigh", "-high", "-medium", "-low", "-minimal"}
// TrimEffortSuffix -> modelName level(low) exists
func TrimEffortSuffix(modelName string) (string, string, bool) {