free-coding-models 0.1.15 → 0.1.16
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.
|
@@ -196,7 +196,7 @@ async function promptModeSelection(latestVersion) {
|
|
|
196
196
|
console.log(chalk.red(` ⚠ New version available (v${latestVersion}), please run npm i -g free-coding-models to install`))
|
|
197
197
|
console.log()
|
|
198
198
|
}
|
|
199
|
-
console.log(chalk.bold(' ⚡ Free Coding Models') + chalk.dim(
|
|
199
|
+
console.log(chalk.bold(' ⚡ Free Coding Models') + chalk.dim(` v${LOCAL_VERSION} — Choose your tool`))
|
|
200
200
|
console.log()
|
|
201
201
|
console.log(chalk.yellow.bold(' ⚠️ Warning: ') + chalk.yellow('Small terminals may break the layout — maximize your window for best results!'))
|
|
202
202
|
console.log()
|
|
@@ -344,7 +344,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
344
344
|
|
|
345
345
|
const lines = [
|
|
346
346
|
'',
|
|
347
|
-
` ${chalk.bold('⚡ Free Coding Models')}${modeBadge} ` +
|
|
347
|
+
` ${chalk.bold('⚡ Free Coding Models')} ${chalk.dim('v' + LOCAL_VERSION)}${modeBadge} ` +
|
|
348
348
|
chalk.greenBright(`✅ ${up}`) + chalk.dim(' up ') +
|
|
349
349
|
chalk.yellow(`⏱ ${timeout}`) + chalk.dim(' timeout ') +
|
|
350
350
|
chalk.red(`❌ ${down}`) + chalk.dim(' down ') +
|
|
@@ -530,6 +530,8 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
530
530
|
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
|
|
531
531
|
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/T/O/M/P/A/S/V/U Sort • W↓/X↑ Interval (${intervalSec}s) • Ctrl+C Exit`))
|
|
532
532
|
lines.push('')
|
|
533
|
+
lines.push(chalk.dim(' made with ') + '🩷' + chalk.dim(' by vava-nessa • ') + chalk.dim.underline('https://github.com/vava-nessa/free-coding-models'))
|
|
534
|
+
lines.push('')
|
|
533
535
|
return lines.join('\n')
|
|
534
536
|
}
|
|
535
537
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
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",
|