free-coding-models 0.1.54 β 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.
- package/README.md +3 -2
- package/bin/free-coding-models.js +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -615,5 +615,6 @@ We welcome contributions! Feel free to open issues, submit pull requests, or get
|
|
|
615
615
|
|
|
616
616
|
For questions or issues, open a [GitHub issue](https://github.com/vava-nessa/free-coding-models/issues).
|
|
617
617
|
|
|
618
|
-
π¬ Let's talk about the
|
|
619
|
-
|
|
618
|
+
π¬ Let's talk about the projet on Discord: https://discord.gg/5MbTnDC3Md
|
|
619
|
+
|
|
620
|
+
> β οΈ **free-coding-models is a BETA TUI** β it might crash or have problems. Use at your own risk and feel free to report issues!
|
|
@@ -771,8 +771,9 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
771
771
|
: chalk.rgb(0, 200, 255)('EnterβOpenCode')
|
|
772
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.yellow('K') + chalk.dim(` Help β’ Ctrl+C Exit`))
|
|
773
773
|
lines.push('')
|
|
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(' β’ ') + '
|
|
775
|
-
|
|
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
|
+
// π Discord invite + BETA warning β always visible at the bottom of the TUI
|
|
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'))
|
|
776
777
|
lines.push('')
|
|
777
778
|
// π Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
|
778
779
|
// π frames are cleared. Then pad with blank cleared lines to fill the terminal,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Find the fastest coding LLM models in seconds
|
|
3
|
+
"version": "0.1.57",
|
|
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",
|
|
7
7
|
"nim",
|