free-coding-models 0.1.56 → 0.1.57
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.
|
@@ -773,7 +773,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
773
773
|
lines.push('')
|
|
774
774
|
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://github.com/vava-nessa/free-coding-models\x1b\\Star on GitHub\x1b]8;;\x1b\\')
|
|
775
775
|
// 📖 Discord invite + BETA warning — always visible at the bottom of the TUI
|
|
776
|
-
lines.push(' 💬 ' + chalk.cyanBright('\x1b]8;;https://discord.gg/5MbTnDC3Md\x1b\\
|
|
776
|
+
lines.push(' 💬 ' + chalk.cyanBright('\x1b]8;;https://discord.gg/5MbTnDC3Md\x1b\\Join our Discord\x1b]8;;\x1b\\') + chalk.dim(' • ') + chalk.yellow('⚠ BETA TUI') + chalk.dim(' — might crash or have problems'))
|
|
777
777
|
lines.push('')
|
|
778
778
|
// 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
|
779
779
|
// 📖 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.57",
|
|
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",
|