free-coding-models 0.1.60 → 0.1.62
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.
|
@@ -769,9 +769,9 @@ 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.bgGreenBright.black.bold(' K Help ') + chalk.dim(` • Ctrl+C Exit`))
|
|
773
773
|
lines.push('')
|
|
774
|
-
lines.push(chalk.
|
|
774
|
+
lines.push(chalk.rgb(255, 150, 200)(' Made with 💖 & ☕ 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
776
|
lines.push(' 💬 ' + chalk.cyanBright('\x1b]8;;https://discord.gg/5MbTnDC3Md\x1b\\Join our Discord\x1b]8;;\x1b\\') + chalk.dim(' → ') + chalk.cyanBright('https://discord.gg/5MbTnDC3Md') + chalk.dim(' • ') + chalk.yellow('⚠ BETA TUI') + chalk.dim(' — might crash or have problems'))
|
|
777
777
|
lines.push('')
|
|
@@ -1919,7 +1919,7 @@ async function main() {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
// 📖 Normal settings navigation
|
|
1922
|
-
if (key.name === 'escape') {
|
|
1922
|
+
if (key.name === 'escape' || key.name === 'p') {
|
|
1923
1923
|
// 📖 Close settings — rebuild results to reflect provider changes
|
|
1924
1924
|
state.settingsOpen = false
|
|
1925
1925
|
// 📖 Rebuild results: add models from newly enabled providers, remove disabled
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.62",
|
|
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",
|