free-coding-models 0.1.71 → 0.1.72
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.
|
@@ -1309,6 +1309,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
1309
1309
|
chalk.dim(' • ') +
|
|
1310
1310
|
chalk.dim('Ctrl+C Exit')
|
|
1311
1311
|
)
|
|
1312
|
+
lines.push('') // Empty line for terminal spacing
|
|
1312
1313
|
lines.push(chalk.dim(' (vava-nessa • erwinh22 • whit3rabbit • skylaweber)'))
|
|
1313
1314
|
lines.push('')
|
|
1314
1315
|
// 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
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",
|