free-coding-models 0.1.27 → 0.1.28
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.
|
@@ -603,7 +603,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
603
603
|
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
|
|
604
604
|
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/T/O/M/P/A/S/V/U Sort • W↓/X↑ Interval (${intervalSec}s) • T Tier • Z Mode • Ctrl+C Exit`))
|
|
605
605
|
lines.push('')
|
|
606
|
-
lines.push(chalk.dim(' Made with ') + '💖' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' • ') + '\x1b]8;;https://discord.gg/U4vz7mYQ\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\\')
|
|
606
|
+
lines.push(chalk.dim(' Made with ') + '💖' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' • ') + '💬 ' + '\x1b]8;;https://discord.gg/U4vz7mYQ\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\\')
|
|
607
607
|
lines.push('')
|
|
608
608
|
// 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
|
609
609
|
// 📖 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.28",
|
|
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",
|