Skip to content

Commit 7d9a3f9

Browse files
committed
0.1.26
1 parent 77a0c88 commit 7d9a3f9

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
## 0.1.26 — 2026-02-22
6+
7+
### Changed
8+
- **Footer improvements**: Replaced "Repository GitHub" with "GitHub", "love" with 💖 emoji, and simplified Discord text
9+
- **README enhancement**: Added GitHub link section below Discord invite
10+
11+
---
12+
513
## 0.1.25 — 2026-02-22
614

715
### Added

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<strong>Want to contribute or discuss the project?</strong> Join our <a href="https://discord.gg/U4vz7mYQ">Discord community</a>!
1212
</p>
1313

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+
1418
<p align="center">
1519

1620
```

bin/free-coding-models.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,9 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
603603
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
604604
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`))
605605
lines.push('')
606-
lines.push(chalk.dim(' Made with love by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\')
607-
lines.push(chalk.dim(' 📂 Repository GitHub: ') + chalk.dim.underline('https://github.com/vava-nessa/free-coding-models'))
608-
lines.push(chalk.dim(' 💬 Contribuer et discuter sur notre 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\\')
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'))
609609
lines.push('')
610610
// 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
611611
// 📖 frames are cleared. Then pad with blank cleared lines to fill the terminal,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "free-coding-models",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"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.",
55
"keywords": [
66
"nvidia",

0 commit comments

Comments
 (0)