+ Automatically route models to specific combos using glob patterns +
++ Use * for any chars, ? for single char. Case-insensitive. +
++ Higher = checked first. Use 10+ for specific patterns. +
++ No routing rules configured. Requests use the global combo by default. +
+
+ Add a rule like{" "}
+ claude-opus*
+ {" → "} frontier-combo to automatically route
+ requests.
+
+ {m.pattern}
+
+ →
+
+ {m.comboName || m.comboId.slice(0, 8)}
+
+ {m.description && (
+
+ {m.description}
+
+ )}
+
+ P{m.priority}
+
+