free-coding-models 0.1.70 → 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.
|
@@ -1301,7 +1301,6 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
1301
1301
|
chalk.dim(' • ') +
|
|
1302
1302
|
'🤝 ' +
|
|
1303
1303
|
chalk.rgb(255, 165, 0)('\x1b]8;;https://github.com/vava-nessa/free-coding-models/graphs/contributors\x1b\\Contributors\x1b]8;;\x1b\\') +
|
|
1304
|
-
chalk.dim(' (vava-nessa • erwinh22 • whit3rabbit • skylaweber)') +
|
|
1305
1304
|
chalk.dim(' • ') +
|
|
1306
1305
|
'💬 ' +
|
|
1307
1306
|
chalk.rgb(200, 150, 255)('\x1b]8;;https://discord.gg/5MbTnDC3Md\x1b\\Discord\x1b]8;;\x1b\\') +
|
|
@@ -1310,6 +1309,8 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
1310
1309
|
chalk.dim(' • ') +
|
|
1311
1310
|
chalk.dim('Ctrl+C Exit')
|
|
1312
1311
|
)
|
|
1312
|
+
lines.push('') // Empty line for terminal spacing
|
|
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
|
|
1315
1316
|
// 📖 frames are cleared. Then pad with blank cleared lines to fill the terminal,
|
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",
|