free-coding-models 0.1.57 → 0.1.59
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.
|
@@ -532,7 +532,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
532
532
|
'',
|
|
533
533
|
` ${chalk.bold('⚡ Free Coding Models')} ${chalk.dim('v' + LOCAL_VERSION)}${modeBadge}${modeHint}${tierBadge}${originBadge} ` +
|
|
534
534
|
chalk.greenBright(`✅ ${up}`) + chalk.dim(' up ') +
|
|
535
|
-
chalk.yellow(
|
|
535
|
+
chalk.yellow(`⏳ ${timeout}`) + chalk.dim(' timeout ') +
|
|
536
536
|
chalk.red(`❌ ${down}`) + chalk.dim(' down ') +
|
|
537
537
|
phase,
|
|
538
538
|
'',
|
|
@@ -769,7 +769,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
769
769
|
: mode === 'opencode-desktop'
|
|
770
770
|
? chalk.rgb(0, 200, 255)('Enter→OpenDesktop')
|
|
771
771
|
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
|
|
772
|
-
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/Y/O/M/L/A/S/C/H/V/U Sort • T Tier • N Origin • W↓/X↑ (${intervalSec}s) • Z Mode • `) + chalk.yellow('P') + chalk.dim(` Settings • `) + chalk.
|
|
772
|
+
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/Y/O/M/L/A/S/C/H/V/U Sort • T Tier • N Origin • W↓/X↑ (${intervalSec}s) • Z Mode • `) + chalk.yellow('P') + chalk.dim(` Settings • `) + chalk.bgGreen.black.bold(' K Help ') + chalk.dim(` • Ctrl+C Exit`))
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.59",
|
|
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",
|