free-coding-models 0.1.26 β 0.1.27
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 +0 -4
- package/bin/free-coding-models.js +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,10 +11,6 @@
|
|
|
11
11
|
<strong>Want to contribute or discuss the project?</strong> Join our <a href="https://discord.gg/U4vz7mYQ">Discord community</a>!
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
|
-
<p align="center">
|
|
15
|
-
<strong>π GitHub:</strong> <a href="https://github.com/vava-nessa/free-coding-models">vava-nessa/free-coding-models</a>
|
|
16
|
-
</p>
|
|
17
|
-
|
|
18
14
|
<p align="center">
|
|
19
15
|
|
|
20
16
|
```
|
|
@@ -603,9 +603,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
|
|
|
603
603
|
: chalk.rgb(0, 200, 255)('EnterβOpenCode')
|
|
604
604
|
lines.push(chalk.dim(` ββ Navigate β’ `) + actionHint + chalk.dim(` β’ R/T/O/M/P/A/S/V/U Sort β’ Wβ/Xβ Interval (${intervalSec}s) β’ T Tier β’ Z Mode β’ Ctrl+C Exit`))
|
|
605
605
|
lines.push('')
|
|
606
|
-
lines.push(chalk.dim(' Made with ') + 'π' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\')
|
|
607
|
-
lines.push(chalk.dim(' π GitHub: ') + chalk.dim.underline('https://github.com/vava-nessa/free-coding-models'))
|
|
608
|
-
lines.push(chalk.dim(' π¬ Discord: ') + chalk.dim.underline('https://discord.gg/U4vz7mYQ'))
|
|
606
|
+
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://discord.gg/U4vz7mYQ\x1b\\Join our Discord!\x1b]8;;\x1b\\' + chalk.dim(' β’ ') + '\x1b]8;;https://github.com/vava-nessa/free-coding-models\x1b\\Read the docs on GitHub\x1b]8;;\x1b\\')
|
|
609
607
|
lines.push('')
|
|
610
608
|
// π Append \x1b[K (erase to EOL) to each line so leftover chars from previous
|
|
611
609
|
// π 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.27",
|
|
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",
|