free-coding-models 0.1.42 → 0.1.43
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.
|
@@ -663,7 +663,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
663
663
|
: mode === 'opencode-desktop'
|
|
664
664
|
? chalk.rgb(0, 200, 255)('Enter→OpenDesktop')
|
|
665
665
|
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
|
|
666
|
-
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/
|
|
666
|
+
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/Y/O/M/L/A/S/C/H/V/U Sort • W↓/X↑ Interval (${intervalSec}s) • T Filter tier • Z Mode • Ctrl+C Exit`))
|
|
667
667
|
lines.push('')
|
|
668
668
|
lines.push(chalk.dim(' Made with ') + '💖 & ☕' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' • ') + '🫂 ' + chalk.cyanBright('\x1b]8;;https://discord.gg/WKA3TwYVuZ\x1b\\Join our Discord!\x1b]8;;\x1b\\') + chalk.dim(' • ') + '⭐ ' + '\x1b]8;;https://github.com/vava-nessa/free-coding-models\x1b\\Read the docs on GitHub\x1b]8;;\x1b\\')
|
|
669
669
|
lines.push('')
|
|
@@ -1318,9 +1318,10 @@ async function main() {
|
|
|
1318
1318
|
const onKeyPress = async (str, key) => {
|
|
1319
1319
|
if (!key) return
|
|
1320
1320
|
|
|
1321
|
-
// 📖 Sorting keys: R=rank,
|
|
1321
|
+
// 📖 Sorting keys: R=rank, Y=tier, O=origin, M=model, L=latest ping, A=avg ping, S=SWE-bench, N=context, H=health, V=verdict, U=uptime
|
|
1322
|
+
// 📖 T is reserved for tier filter cycling — tier sort moved to Y
|
|
1322
1323
|
const sortKeys = {
|
|
1323
|
-
'r': 'rank', '
|
|
1324
|
+
'r': 'rank', 'y': 'tier', 'o': 'origin', 'm': 'model',
|
|
1324
1325
|
'l': 'ping', 'a': 'avg', 's': 'swe', 'n': 'ctx', 'h': 'condition', 'v': 'verdict', 'u': 'uptime'
|
|
1325
1326
|
}
|
|
1326
1327
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|