minecodex 1.0.8 → 1.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1500,8 +1500,8 @@ export function createInjectionSource(features, {
|
|
|
1500
1500
|
|
|
1501
1501
|
function nativeGptSortRank(rawValue) {
|
|
1502
1502
|
const known = new Map([
|
|
1503
|
-
["gpt-5.6-sol",
|
|
1504
|
-
["gpt-5.5",
|
|
1503
|
+
["gpt-6-astra", 1], ["gpt-5.6-sol", 2], ["gpt-5.6-terra", 3], ["gpt-5.6-luna", 4],
|
|
1504
|
+
["gpt-5.5", 5], ["gpt-5.4", 6], ["gpt-5.4-mini", 7], ["gpt-5.3-codex-spark", 8],
|
|
1505
1505
|
]);
|
|
1506
1506
|
const raw = String(rawValue ?? "").trim();
|
|
1507
1507
|
const knownRank = known.get(raw);
|