free-coding-models 0.1.34 → 0.1.36
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.
|
@@ -452,16 +452,16 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
452
452
|
const uptimeH_c = sortColumn === 'uptime' ? chalk.bold.cyan(uptimeH.padStart(W_UPTIME)) : colorFirst(uptimeH, W_UPTIME, chalk.green)
|
|
453
453
|
|
|
454
454
|
// 📖 Header with proper spacing
|
|
455
|
-
lines.push(' ' + rankH_c + ' ' + tierH_c + ' ' +
|
|
455
|
+
lines.push(' ' + rankH_c + ' ' + tierH_c + ' ' + sweH_c + ' ' + modelH_c + ' ' + originH_c + ' ' + pingH_c + ' ' + avgH_c + ' ' + healthH_c + ' ' + verdictH_c + ' ' + uptimeH_c)
|
|
456
456
|
|
|
457
457
|
// 📖 Separator line
|
|
458
458
|
lines.push(
|
|
459
459
|
' ' +
|
|
460
460
|
chalk.dim('─'.repeat(W_RANK)) + ' ' +
|
|
461
461
|
chalk.dim('─'.repeat(W_TIER)) + ' ' +
|
|
462
|
-
'─'.repeat(W_SOURCE) + ' ' +
|
|
463
|
-
'─'.repeat(W_MODEL) + ' ' +
|
|
464
462
|
chalk.dim('─'.repeat(W_SWE)) + ' ' +
|
|
463
|
+
'─'.repeat(W_MODEL) + ' ' +
|
|
464
|
+
'─'.repeat(W_SOURCE) + ' ' +
|
|
465
465
|
chalk.dim('─'.repeat(W_PING)) + ' ' +
|
|
466
466
|
chalk.dim('─'.repeat(W_AVG)) + ' ' +
|
|
467
467
|
chalk.dim('─'.repeat(W_STATUS)) + ' ' +
|
|
@@ -599,7 +599,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
// 📖 Build row with double space between columns
|
|
602
|
-
const row = ' ' + num + ' ' + tier + ' ' +
|
|
602
|
+
const row = ' ' + num + ' ' + tier + ' ' + sweCell + ' ' + name + ' ' + source + ' ' + pingCell + ' ' + avgCell + ' ' + status + ' ' + speedCell + ' ' + uptimeCell
|
|
603
603
|
|
|
604
604
|
if (isCursor) {
|
|
605
605
|
lines.push(chalk.bgRgb(139, 0, 139)(row))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.36",
|
|
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",
|